skill-creator

Scaffold agent skills with SKILL.md templates and validation scripts.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/bharthraj1412/myai --skill skill-creator-bharthraj1412
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/bharthraj1412/myai/tree/main/vendor/deepagents/libs/deepagents-cli/examples/skills/skill-creator
Command: npx skills add https://github.com/bharthraj1412/myai --skill skill-creator-bharthraj1412

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This guide helps teams design, scaffold, and standardize new agent skills by providing templates, best-practices, and reusable resources.

Core Features & Use Cases

  • Structured SKILL.md templates and frontmatter guidance to ensure consistent naming, scope, and triggers.
  • Initialization and validation tooling (init_skill.py and quick_validate.py) to accelerate skill creation and ensure quality.
  • Bundled resources scaffolding (scripts/, references/, assets/) with example placeholders to demonstrate structure and enable quick customization.
  • Use cases: when starting a new skill, updating an existing skill, or aligning skill design with organizational patterns.

Quick Start

Run scripts/init_skill.py <skill-name> --path <path> to scaffold a new skill, then customize SKILL.md and the bundled resources.

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 agent skill with a standardized SKILL.md structure?

To scaffold an agent skill, run the initialization script to generate a standardized SKILL.md template alongside bundled resources directories like scripts, references, and assets for immediate customization.

What is the best way to ensure consistent naming and triggers when designing agent skills?

The best way to ensure consistent skill design is using frontmatter-driven SKILL.md templates, which provide structured guidance for naming, scope, and triggers across all your agent skill projects.

Do I need yaml installed to use the skill scaffolding CLI?

Yes, you need the yaml dependency installed to use the skill scaffolding CLI and its associated initialization scripts for generating new agent skill project structures.

How do I validate agent skills for quality control before deployment?

You validate agent skills by running the quick_validate.py script, which checks the generated SKILL.md structure and bundled resources to ensure they meet quality control standards.

When do I need a standardized skill template versus building a custom workflow?

You need a standardized skill template when aligning skill design with organizational patterns or creating repeatable agent skills across multiple projects, rather than building isolated custom workflows.

What limitations exist when using initialization scripts for skill creation?

The initialization scripts scaffold example placeholders for scripts, references, and assets, meaning developers must manually customize the generated SKILL.md content to fit specific project requirements.