skill-creator

Generate Agent Skill scaffolding with SKILL.md, plugin.json, README.md, and examples.md.

2|1|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/nibzard/skills-kit --skill skill-creator-nibzard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/nibzard/skills-kit/tree/main/skills/skill-creator
Command: npx skills add https://github.com/nibzard/skills-kit --skill skill-creator-nibzard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating new Agent Skills often requires repetitive scaffolding, boilerplate, and multiple files. Skill Creator provides a guided workflow to quickly generate consistent skill skeletons from interactive prompts or templates.

Core Features & Use Cases

  • Interactive Wizard: Build from scratch through guided questions.
  • Template-Based: Start from pre-built templates (PR reviewer, API caller, code analyzer, data processor) and customize.
  • Hybrid Mode: Combine templates with interactive customization for faster delivery.
  • Automatic Core Artifacts: Generate SKILL.md, .claude-plugin/plugin.json, README.md, and examples.md, with optional scripts, references, and assets.

Quick Start

Ask Skill Creator to start a new skill and follow the guided prompts to generate SKILL.md, plugin.json, README.md, and examples.md.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Claude Code skill automatically?

Scaffolding a new Claude Code skill is done through an interactive wizard that guides prompts to generate core files like SKILL.md, plugin.json, README.md, and examples.md automatically.

What templates are available for generating agent skills?

Available templates for generating agent skills include pre-built options for PR reviewers, API callers, code analyzers, and data processors, which can be customized further through a hybrid interactive mode.

Do I need to manually create plugin.json and SKILL.md for a new agent skill?

You do not need to manually create plugin.json and SKILL.md, as the skill creation wizard automatically generates these core artifacts along with README.md and examples.md during the scaffolding process.

Can I use a template and still customize the skill scaffolding interactively?

You can use a template and customize the skill scaffolding interactively by selecting hybrid mode, which combines pre-built templates with guided wizard questions for faster delivery.

Are there naming conventions enforced when creating agent skills?

Kebab-case naming is strictly enforced when creating agent skills to ensure consistency across personal, project, and standalone plugin modes during the automated scaffolding process.

What extra files can I generate beyond the core skill artifacts?

Beyond core artifacts like SKILL.md and plugin.json, you can generate optional scripts, references, and assets directories automatically based on your specific skill requirements during scaffolding.