skill-designer

Convert structured JSON idea specs into complete Claude skill directories.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/MileniumTick/skills --skill skill-designer-mileniumtick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-designer
Source: https://github.com/MileniumTick/skills/tree/main/skills/skill-designer
Command: npx skills add https://github.com/MileniumTick/skills --skill skill-designer-mileniumtick

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Designer helps bootstrap Claude skills by converting structured idea specs into a complete skill directory with YAML frontmatter, references, scripts, and tests.

Core Features & Use Cases

  • Generate a ready-to-run SKILL.md from an idea JSON
  • Create and organize references, scripts, and tests according to repository conventions
  • Provide a Claude CLI prompt to automate skill generation

Quick Start

Provide a JSON idea spec and run the design prompt to generate a new skill directory.

Frequently Asked Questions about skill-designer

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

FAQPage Schema
How do I automatically generate Claude skill directories from idea specs?

To generate Claude skill directories from idea specs, provide a structured JSON idea specification to the design prompt, which automatically scaffolds the directory layout, YAML frontmatter, references, scripts, and tests.

What is the best way to scaffold SKILL.md and frontmatter for new Claude skills?

Scaffolding SKILL.md and frontmatter for new Claude skills is best handled by converting structured idea specifications into a complete skill directory, enforcing naming conventions and repository structure for automated generation and deployment.

Can I use Claude CLI to automate skill generation from a JSON backlog?

Yes, you can use Claude CLI to automate skill generation by running a design prompt that takes your JSON backlog idea specs and outputs fully formed skill directories with references and tests.

Does skill generation enforce repository conventions for directory layout and references?

Skill generation enforces repository conventions by validating naming, directory layout, and references, ensuring the generated frontmatter, scripts, and scaffolding align with your existing deployment rules.

What do I need to prepare before auto-designing Claude skills from idea specs?

Before auto-designing Claude skills from idea specs, you need to prepare a structured JSON idea specification that defines the skill's purpose, allowing the design process to correctly scaffold the YAML frontmatter and directory structure.