skill-designer

Generate a Claude CLI prompt for scaffolding a skill directory structure.

2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Fabio29T/Trading-Skills --skill skill-designer-fabio29t
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-designer
Source: https://github.com/Fabio29T/Trading-Skills/tree/main/skills/skill-designer
Command: npx skills add https://github.com/Fabio29T/Trading-Skills --skill skill-designer-fabio29t

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of new Claude skills by generating a comprehensive prompt for Claude's CLI, ensuring adherence to repository conventions and best practices.

Core Features & Use Cases

  • Skill Scaffolding: Generates a complete prompt to create a new skill directory, including SKILL.md, reference files, scripts, and tests.
  • Convention Enforcement: Ensures new skills follow the project's structure, naming, and quality guidelines.
  • Use Case: When a new skill idea is approved, use this Skill to quickly generate the initial prompt that Claude will use to build the skill's foundational files.

Quick Start

Use the skill designer to create a new skill based on the idea specification in '/tmp/idea.json' and name it 'my-new-skill'.

Frequently Asked Questions about skill-designer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code scaffolding for a new Claude skill directory?

This tool automates code scaffolding for new Claude skills by generating a Claude CLI prompt that instructs Claude to create the complete directory structure, SKILL.md frontmatter, reference files, and helper scripts based on a structured idea specification.

What is the best way to enforce repository conventions when generating Claude skills?

To enforce repository conventions during skill generation, this tool embeds reference documents within its output prompt, ensuring Claude follows project structure, naming, and quality guidelines when creating new skill files.

Do I need Python to generate Claude CLI prompts for skill creation?

Yes, Python 3.9 or higher is required to use this skill generation tool, as it relies on Python scripts and embedded reference documents to produce the Claude CLI prompt for scaffolding.

Can I use a JSON specification to bootstrap a new Claude CLI skill?

Yes, you can bootstrap a new Claude CLI skill by providing a structured idea specification, such as a JSON file, which the tool processes to generate the foundational prompt and test scaffolding for the new skill.

What files are included when scaffolding a new Claude skill?

Scaffolding a new Claude skill generates a directory containing SKILL.md frontmatter, reference documents, helper scripts, and test scaffolding to ensure the skill is fully initialized and follows repository conventions.