skill-creator

Scaffold new agent skills with SKILL.md and optional resource directories.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/MrNeo01/deepagent --skill skill-creator-mrneo01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/MrNeo01/deepagent/tree/main/libs/cli/examples/skills/skill-creator
Command: npx skills add https://github.com/MrNeo01/deepagent --skill skill-creator-mrneo01

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a standardized blueprint to create, scaffold, and validate new skills for agent frameworks, reducing setup time and ensuring consistent structure.

Core Features & Use Cases

  • Templates and scaffolding: Generates a skeleton skill directory with SKILL.md, optional scripts/, references/, assets/.
  • Guided patterns: Explains common skill structures (Workflow-Based, Task-Based, Reference) and when to use each.
  • Validation guidance: Outlines validation steps and best practices to ensure skills meet naming and frontmatter requirements.

Quick Start

Run the provided init_skill.py to scaffold a new skill with a ready SKILL.md and example 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 the correct directory structure?

To scaffold a new agent skill, run the provided init_skill.py script to generate a skeleton directory containing SKILL.md and example resources like scripts, references, and assets.

What is the standard structure needed to validate an agent skill?

A valid agent skill requires a SKILL.md file with frontmatter containing name and description fields, alongside optional bundled resources such as scripts, references, and assets directories.

Which skill scaffolding pattern should I use for my automation pipeline?

You should choose between Workflow-Based, Task-Based, or Reference skill structures depending on your automation pipeline needs, with the provided guide explaining when to use each pattern.

Can I use these skill templates to bootstrap capabilities for CLI tools?

Yes, these templates are designed for developer teams building modular agent ecosystems, enabling rapid bootstrapping of new skills for use across CLI tools and automation pipelines.

What are the limitations of manually creating skills without a scaffolding template?

Manually creating skills without scaffolding templates increases setup time and risks inconsistent structure, potentially causing frontmatter validation failures and missing required bundled resources.