create-skill

Create and modify agent skills with single or multi-workflow designs.

4|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/kvnwolf/devtools --skill create-skill-kvnwolf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/kvnwolf/devtools/tree/main/plugins/base/skills/create-skill
Command: npx skills add https://github.com/kvnwolf/devtools --skill create-skill-kvnwolf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and examples (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and updating agent skills, ensuring they are discoverable and functional.

Core Features & Use Cases

  • Skill Scaffolding: Generates new skill directories with the correct structure.
  • Modification: Updates existing skills, including migrating between single and multi-workflow designs.
  • Use Case: You need to create a new skill to handle user authentication. Use this Skill to generate the SKILL.md file, set up the directory structure, and define the initial frontmatter and basic instructions.

Quick Start

Use the create-skill skill to scaffold a new skill named 'user-authentication'.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create and scaffold a new agent skill?

To create an agent skill, use the scaffolding feature to generate a new directory with the correct structure. This includes setting up the SKILL.md file, defining initial frontmatter, and establishing basic workflow instructions.

Can I migrate an existing workflow to a multi-workflow orchestrator design?

Yes, you can migrate existing skills from a single-workflow to a multi-workflow orchestrator design. The skill supports modifying, refactoring, and updating current agent skills to scale their automation capabilities.

What is the best way to update and refactor agent skills?

The best way to update and refactor agent skills is by modifying the existing directory structure and instructions. This ensures the updated skills remain functional and discoverable while supporting multi-workflow designs.

Do I need any dependencies to build agent skills?

No dependencies are required to build agent skills. The skill operates independently using its internal scripts, examples, and references to scaffold directories and define workflow structures.

When do I need to scaffold a skill for automation workflows?

You need to scaffold a skill for automation workflows when you require a new agent capability, such as user authentication. Scaffolding creates the foundational directory and SKILL.md file needed to define the process.

Why does my agent skill need a SKILL.md file?

Your agent skill needs a SKILL.md file to ensure it is discoverable and functional. Scaffolding this file establishes the initial frontmatter and basic instructions required for the automation workflow to execute correctly.