skill-designer

Generate a Claude CLI prompt for a new skill from a JSON idea file.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/darkounus90/BOTTX3 --skill skill-designer-darkounus90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-designer
Source: https://github.com/darkounus90/BOTTX3/tree/main/.agents/skills/skill-designer
Command: npx skills add https://github.com/darkounus90/BOTTX3 --skill skill-designer-darkounus90

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The skill-designer helps automate the process of creating a new Claude skill from structured idea specifications, making it easier to create complete skill directories following repository conventions.

Core Features & Use Cases

  • Skill Auto-Generation: Automatically creates a Claude CLI prompt to generate a complete skill directory including SKILL.md, references, scripts, and tests.
  • Design Prompt Creation: Constructs a prompt that details all required elements and structure of the skill directory, following predefined repository standards.
  • IDEA JSON Input: Accepts JSON input for structured idea specifications, containing title, description, and category.
  • Reference File Management: Ensures that the skill design prompt includes necessary reference documents for skill creation.
  • Validation and Quality Assurance: Offers checks against existing skills to avoid duplication and ensures all requirements are met before the skill is created.
  • Use Case: A developer can create a new skill using a JSON idea specification, ensuring it aligns with the necessary requirements and is set up with a valid structure and components.

Quick Start

Generate a Claude CLI prompt for a new skill based on an IDEA JSON specification named 'my_skill_idea.json' and a normalized skill name '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 generate a Claude skill from a structured idea specification?

To generate a Claude skill from a structured idea specification, provide a JSON idea file and a normalized skill name to produce a Claude CLI prompt with references to SKILL.md templates and quality checklists.

What is the best way to automate Claude skill design and directory creation?

Automating Claude skill design involves using a CLI tool to construct a prompt that details all required directory elements, ensuring the new skill follows predefined repository standards and structure.

Can I use a JSON file to structure my new Claude skill idea?

Yes, you can use a JSON file to structure your new Claude skill idea by including the title, description, and category to guide the auto-generation of the skill directory components.

How does skill auto-generation validate new ideas against existing skills?

Skill auto-generation validates new ideas by performing checks against an existing skills list to avoid duplication and ensure all structural requirements and quality considerations are met before creation.

Do I need Python scripts to create a Claude CLI prompt for skill design?

Yes, you need Python scripts and directory traversal to process the JSON idea specification and generate the Claude CLI prompt with the necessary reference documents for skill creation.

When should I use a structured specification for Claude skill creation?

You should use a structured specification for Claude skill creation when you need to ensure complete alignment with repository conventions and automatically include validation checks against existing skills.

Related Skills