create-skill

Generate Claude Code skill files from natural language requirements.

8|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/QBall-Inc/the-bulwark --skill create-skill-qball-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/QBall-Inc/the-bulwark/tree/main/skills/create-skill
Command: npx skills add https://github.com/QBall-Inc/the-bulwark --skill create-skill-qball-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires subagent-prompting, and includes scripts (resource) and references (resource) and templates (resource) components.

What problem does it solve?

This Skill automates the creation of new Claude Code skills, transforming user requirements into fully scaffolded skill files, including necessary sub-agents and reference materials.

Core Features & Use Cases

  • Automated Skill Generation: Creates SKILL.md files, references/, templates/, and .claude/agents/ sub-agent files based on an adaptive interview or requirements document.
  • Iterative Validation: Integrates with anthropic-validator to ensure generated skills meet quality standards.
  • Use Case: When you need a new skill to automate a specific task, like "Create a skill that audits dependency versions," this Skill will guide you through the process and generate the complete structure.

Quick Start

Use the create-skill skill to generate a new skill for auditing dependency versions by saying "Create a skill that audits dependency versions".

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I generate Claude Code skills from natural language requirements?

To generate Claude Code skills from natural language requirements, an adaptive interview classifies complexity and orchestrates sub-agent prompting to scaffold complete skill files. The pipeline iteratively validates the generated output to ensure it meets structure and quality standards.

What is the best way to automate code scaffolding for AI development sub-agents?

Automating code scaffolding for AI development sub-agents is best handled by a multi-stage pipeline that generates `SKILL.md` files, `references/`, and `.claude/agents/` configurations. It supports pipeline, reference-heavy, script-driven, and simple skill templates based on your needs.

Can I use a requirements document to create sub-agent orchestration files?

Yes, you can use a requirements document to create sub-agent orchestration files. The skill generation process accepts requirements documents to automatically scaffold `.claude/agents/` sub-agent files alongside necessary reference materials without requiring a manual interview.

Do I need subagent-prompting to scaffold Claude Code skill templates?

Yes, you need the subagent-prompting dependency to scaffold Claude Code skill templates. It provides the foundational multi-stage prompting logic required to orchestrate file generation and execute iterative validation via the anthropic-validator tool.

What types of skill templates are supported for code scaffolding?

Supported skill templates for code scaffolding include pipeline, reference-heavy, script-driven, and simple skill templates. The system selects the appropriate template structure by classifying the complexity of your natural language requirements during generation.

Why does automated skill generation require iterative validation?

Automated skill generation requires iterative validation to ensure the scaffolded files meet structural and quality standards. The pipeline integrates with the anthropic-validator tool to check the generated `SKILL.md` files and sub-agent configurations against the initial requirements.