create-skill

Generates agent skill scaffolds, audits them against best practices, and upgrades their organization.

7|2|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/mthines/agent-skills --skill create-skill-mthines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/mthines/agent-skills/tree/main/skills/create-skill
Command: npx skills add https://github.com/mthines/agent-skills --skill create-skill-mthines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It simplifies the creation, auditing, and upgrading of agent skills by providing standardized scaffolding, best-practice frontmatter, and quality checks.

Core Features & Use Cases

  • Skill scaffolding: Generate new agent skill directories with appropriate templates.
  • Skill review: Audit existing skills against best practices and quality standards.
  • Skill upgrade: Split single-file skills into multi-file structures or enhance their organization.
  • Use Case: When developing new skills or improving old ones, use this tool to ensure best practices and consistency.

Quick Start

Create a new skill by executing npx skills add with the repository URL and specifying the skill name to scaffold.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I scaffold a new agent skill with best-practice structures?

To scaffold an agent skill, generate a new directory using standardized templates and best-practice frontmatter. This creates consistent, maintainable skill files with appropriate quality checks built-in from the start.

What is the best way to review existing agent skills for quality standards?

Reviewing agent skills involves auditing them against best practices and quality standards. This automated skill review process checks existing files for clarity, conciseness, and maintainability to ensure consistent skill development workflows.

How do I upgrade a single-file agent skill into a multi-file structure?

Upgrading single-file agent skills involves splitting them into organized multi-file structures. This skill upgrade process enhances directory organization and maintainability without losing existing functionality.

What frontmatter and templates do I need to author a maintainable agent skill?

Authoring maintainable agent skills requires standardized scaffolding with best-practice frontmatter and quality checks. These templates ensure skills remain clear, concise, and consistently structured throughout development.

Can I use skill scaffolding to enforce consistent development workflows across multiple agent skills?

Yes, skill scaffolding enforces consistent development workflows by generating standardized directories with best-practice structures and automated quality checks. This ensures multiple agent skills maintain uniform clarity and maintainability standards.