skill-creator

Create and scaffold new Skills with SKILL.md templates and frontmatter.

Updated Jun 14, 2024
One-click install
npx skills add https://github.com/do-ob-io/workspace --skill skill-creator-do-ob-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/do-ob-io/workspace/tree/main/.code/skills/skill-creator
Command: npx skills add https://github.com/do-ob-io/workspace --skill skill-creator-do-ob-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Skill Creator addresses the need for consistent, reusable AI-enabled skills by guiding users to create, structure, and maintain Skill units with frontmatter, body instructions, and bundled resources.

Core Features & Use Cases

  • Templates and frontmatter enforcement: Ensures each skill has a name and description, and adheres to the SKILL.md structure.
  • Structured guidance: Walks through SKILL.md anatomy, including references, assets, and scripts to organize complex guidance.
  • Reference-driven workflows: Provides starter references and templates to accelerate skill creation and standardization.

Quick Start

Create a new skill folder named <skill-name> with SKILL.md at its root containing YAML frontmatter (name and description) and a Markdown body. Add optional resources as needed in scripts/, references/, and assets/. Use references/skill-template.md as a starting point to craft your SKILL.md and keep the body concise. Example: instantiate with a skill-creator skeleton and adapt to your domain.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create an AI skill with consistent frontmatter and structure?

To create an AI skill with consistent frontmatter, set up a new folder with a SKILL.md file containing required name and description fields. You can use a starter template to scaffold the structure and keep the body concise.

What is the SKILL.md anatomy for organizing AI guidance and resources?

The SKILL.md anatomy consists of YAML frontmatter for metadata and a Markdown body for operational instructions. It organizes complex guidance by allowing you to bundle optional scripts, references, and assets into dedicated subdirectories.

How to scaffold a new skill folder with templates and reference materials?

Scaffold a new skill folder by creating a root directory named after your skill and adding a SKILL.md file. Use a pre-built reference template as a starting point to accelerate creation and standardize your operational instructions.

Do I need to include scripts and assets when building skill documentation?

You do not need to include scripts and assets when building skill documentation, as they are optional resources loaded on demand. The only strict requirements are the name and description fields in the YAML frontmatter.

What's the best way to structure reusable AI guidance for on-demand loading?

The best way to structure reusable AI guidance is to keep core instructions concise in the SKILL.md body while moving detailed reference materials into separate files. This ensures operational instructions load instantly with optional resources available on demand.