new-skill-wizard

Generate folder structure, SKILL.md, symlinks, and test scaffolds for Claude Code skills.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/GavinTPA/ai-powerhouse-starter --skill new-skill-wizard-gavintpa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: new-skill-wizard
Source: https://github.com/GavinTPA/ai-powerhouse-starter/tree/main/my-skills/new-skill-wizard
Command: npx skills add https://github.com/GavinTPA/ai-powerhouse-starter --skill new-skill-wizard-gavintpa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a complete, wired skill skeleton automatically to reduce manual setup errors and repetitive boilerplate work.

Core Features & Use Cases

  • Generates folder structure (my-skills/<name>/ with docs/, scripts/, references/, assets/)
  • Creates and wires SKILL.md with proper frontmatter and template docs
  • Sets up symlinks and registers the skill in Claude Code for visibility and usability
  • Includes a ready-to-edit testing plan scaffold to verify standalone and integrated use
  • Use Case: quickly bootstrap a new skill like "brand-voice" or "data-cleaner" with consistent standards

Quick Start

Tell me the desired skill name, description, and trigger phrases, and the wizard will auto-create the folders, docs, wiring, and tests.

Frequently Asked Questions about new-skill-wizard

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

FAQPage Schema
How do I generate boilerplate documentation for a new Claude Code skill?▼

To generate boilerplate documentation for a new Claude Code skill, provide the desired name, description, and trigger phrases. The wizard automatically creates the folder structure, wires the SKILL.md frontmatter, and registers the skill.

How do I automate project scaffolding for consistent skill templates?▼

You can automate project scaffolding by inputting basic skill parameters to auto-generate folders, docs, symlinks, and testing plans. This ensures consistent production-grade skill templates across projects without manual setup errors.

Can I set up symlinks and register new skills in Claude Code automatically?▼

Yes, you can set up symlinks and register new skills in Claude Code automatically. The wizard handles the end-to-end wiring, making the newly generated skill immediately visible and usable within the environment.

Does the skill generation wizard create a testing plan scaffold?▼

Yes, the skill generation wizard creates a ready-to-edit testing plan scaffold. This allows you to verify both standalone and integrated use cases of the newly generated skill immediately after creation.

What is the best way to bootstrap a new skill like brand-voice with standard folders?▼

The best way to bootstrap a new skill like brand-voice is to use an automated template-based workflow. It generates the my-skills directory structure with docs, scripts, references, and assets folders automatically.

Why does manual skill scaffolding cause repetitive boilerplate errors?▼

Manual skill scaffolding causes repetitive boilerplate errors because it requires creating complex folder structures, wiring SKILL.md frontmatter, and setting up symlinks by hand. Automating this process ensures consistent production-grade standards.