Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.
skill-designer
Security Scan Summary
Status: Safe
Source: Syntic Skills registry
Automated security scan completed with no high-risk patterns detected. Manual review is still required.
About This Skill
Use when the skill-generation pipeline needs a prompt that produces a complete new skill directory following repository conventions from a structured idea spec.
Downloadable SKILL.md
Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.
--- name: skill-designer description: Use when the skill-generation pipeline needs a prompt that produces a complete new skill directory following repository conventions from a structured idea spec. category: Strategy R&D version: 1.0.0 tools: [] --- # Skill Designer ## Overview Generate a comprehensive design prompt from a structured skill-idea specification, instructing the creation of a complete new skill following repository conventions: a definition file with proper frontmatter, reference documents, and supporting scaffolding. ## When to Use - The skill auto-generation pipeline selects an idea from the backlog and needs a design prompt. - A developer wants to bootstrap a new skill from a structured idea specification. - Quality review of a generated skill requires awareness of the scoring rubric it was designed against. ## Methodology 1. Take an idea specification containing: title, description, and category (e.g. trading-analysis, developer-tooling). 2. Take a normalized skill name, which becomes both the directory name and the frontmatter `name:` field. 3. Assemble the design prompt by combining: the idea specification; the skill-structure guide (directory layout, definition-file format, naming conventions); the quality checklist (a dual-axis review rubric across 5 categories worth 100 points total); the skill template (standard sections and frontmatter shape); and a list of existing skills (up to 20) to check against, so the new skill doesn't duplicate one that already exists. 4. Hand the assembled prompt to the generating agent to produce the new skill's directory and contents. 5. After generation, validate the output: confirm the definition file exists with correct frontmatter, confirm the directory structure follows conventions, and confirm the result scores acceptably against the quality checklist before it's considered done.
Bundle Download
Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.
Install Targets
Syntic App
- 1. Create a dedicated folder for this skill in your local skills library.
- 2. Place SKILL.md into that folder.
- 3. Restart Syntic and invoke this skill on matching tasks.
Syntic Code (CLI)
- 1. Save SKILL.md in your local Syntic Code skills directory.
- 2. Keep related files in the same skill folder.
- 3. Run in a safe environment and validate outputs.
Source
https://github.com/tradermonty/claude-trading-skills/blob/main/skills/skill-designer/SKILL.md
Open Source LinkRelated Skills
backtest-expert
Use when developing, stress-testing, or validating a systematic trading strategy's backtest for robustness...
Strategy R&Ddual-axis-skill-reviewer
Use when the user wants a reproducible quality score for a skill's content, combining structural checks with...
Strategy R&Dedge-candidate-agent
Use when turning market observations into reproducible research tickets, exporting ideas as strategy.yaml +...
Strategy R&Dedge-concept-synthesizer
Use when abstracting raw detector tickets and hints into reusable edge concepts with thesis and invalidation...