skill-scaffold

Create a Claude Code skill directory with SKILL.md, README.md, and plugin.json.

Updated Dec 9, 2023
One-click install
npx skills add https://github.com/gauravprwl14/dev-environment-setup --skill skill-scaffold-gauravprwl14
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-scaffold
Source: https://github.com/gauravprwl14/dev-environment-setup/tree/main/skills/skill-scaffold
Command: npx skills add https://github.com/gauravprwl14/dev-environment-setup --skill skill-scaffold-gauravprwl14

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a ready-to-edit Claude Code skill scaffold containing SKILL.md, README.md, and plugin.json, eliminating manual setup.

Core Features & Use Cases

  • Creates the standard skills/ directory structure under skills/<skill-name>/ with required files (SKILL.md, README.md, and .claude-plugin/plugin.json)
  • Optionally includes language scaffolds under scripts/ (Python or shell) when requested via flags
  • Provides ready-to-edit templates for SKILL.md and plugin.json to accelerate skill creation

Quick Start

Run /skill-scaffold <skill-name> to generate a new skill directory under skills/ with the standard files, and add optional --with-python or --with-scripts to include language-specific scaffolds.

Frequently Asked Questions about skill-scaffold

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

FAQPage Schema
How do I generate a Claude Code skill directory structure automatically?

To generate a Claude Code skill directory structure automatically, use a scaffolding command to create the standard skills/<skill-name>/ path. This generates SKILL.md, README.md, and plugin.json templates for immediate editing.

Can I include Python or shell script scaffolds when creating a new skill?

Yes, you can include Python or shell script scaffolds when creating a new skill by passing specific flags. The scaffolder optionally adds a scripts/ directory with language-specific templates alongside the required skill files.

What files are required for a standard Claude Code skill setup?

A standard Claude Code skill setup requires SKILL.md, README.md, and .claude-plugin/plugin.json files. These files define the skill's instructions, documentation, and plugin metadata within the skills/<skill-name>/ directory.

What is the best way to eliminate manual setup when creating Claude Code skills?

The best way to eliminate manual setup when creating Claude Code skills is to use a directory scaffolding generator. It instantly outputs the required skeleton structure and ready-to-edit templates, accelerating skill creation.

Does the skill scaffolding tool work from the current project root?

Yes, the skill scaffolding tool operates from the current project root. It outputs the generated skeleton at skills/<SKILL_NAME>/ within your existing project structure for immediate integration and editing.