---
name: create-new-skills-modify-helper
source: https://app.decimal.ai/s/create-new-skills-modify-helper@1/SKILL.md
source_sha256: 34f3064cb38e
---

1. Analyze the user's request to define the precise objective, inputs, and expected outputs of the new or modified skill. 2. Query the existing skill library to retrieve relevant code components, preventing duplication and identifying baseline skills for modification. 3. Synthesize or edit the skill's code (e.g., Python functions or DSL scripts), strictly adhering to the agent's required API schemas, robust error handling, and comprehensive docstrings. 4. Execute the drafted skill in a sandboxed test environment to measure performance metrics such as success rate, execution time, and edge-case resilience. 5. Utilize execution logs and stack traces to iteratively debug and refine the skill's logic. 6. Once validation passes, generate embedding descriptions and commit the finalized skill back to the persistent skill library.

## Grounding (do this at runtime)
Do NOT answer precise facts (codes, identifiers, sections, current values) from memory — use the document/data the user provides, and base the answer only on what it returns.
