skill-creator

Create modular agent skills with frontmatter and structured workflows.

9|Updated Sep 24, 2022
One-click install
npx skills add https://github.com/not-matthias/dotfiles-nix --skill skill-creator-not-matthias
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/not-matthias/dotfiles-nix/tree/main/modules/home/programs/cli-agents/shared/skills/skill-creator
Command: npx skills add https://github.com/not-matthias/dotfiles-nix --skill skill-creator-not-matthias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Creator helps teams design and document modular, self-contained agent skills for AI workflows.

Core Features & Use Cases

  • Modular design: create self-contained skills with clear frontmatter and reusable components.
  • Progressive disclosure: separate core metadata from detailed instructions and references.
  • Guided workflow: provides a structured process to plan, implement, and validate skills for consistency.
  • Use Case: teams can rapidly prototype new agent capabilities with templates and references.

Quick Start

Write a new SKILL.md for a hypothetical skill by outlining its frontmatter, a concise overview, and a one-line quick-start instruction.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create modular agent skills with structured frontmatter?▼

Modular agent skills are created by defining self-contained capabilities with clear frontmatter and reusable components. This skill provides a guided workflow to plan, implement, and validate skills, enforcing progressive disclosure to separate core metadata from detailed instructions.

What is progressive disclosure in AI workflow documentation?▼

Progressive disclosure in AI workflow documentation is the practice of separating core metadata from detailed instructions and bundled references. It ensures agent skills remain modular and self-contained while preventing overwhelming users with unnecessary implementation details upfront.

How do I document reusable agent capabilities for team workflows?▼

Document reusable agent capabilities by writing a SKILL.md file that includes frontmatter, a concise overview, and quick-start instructions. This structured approach ensures consistency and allows teams to rapidly prototype new capabilities using standardized templates.

What's the best way to enforce consistency when building AI skills?▼

Enforce consistency by applying a structured process that validates frontmatter, modular design, and bundled resources. This approach ensures repeatable skill creation by requiring self-contained components and progressive disclosure for every new agent capability.

Do I need specific dependencies to build self-contained agent skills?▼

No specific dependencies are required to build self-contained agent skills. The creation process relies on defining clear frontmatter and structured workflows within a SKILL.md file, allowing developers to prototype capabilities without external module constraints.