skill-creator

Scaffold Jeeves skills with standardized SKILL.md frontmatter and directory structure.

2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/eddmann/jeeves --skill skill-creator-eddmann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/eddmann/jeeves/tree/main/skills/skill-creator
Command: npx skills add https://github.com/eddmann/jeeves --skill skill-creator-eddmann

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the creation and packaging of new Jeeves skills by providing a standard SKILL.md template and directory scaffolding.

Core Features & Use Cases

  • Provides a clear skill naming convention and frontmatter validation.
  • Guides the organization of skills under workspace/skills/<skill-name>/ with optional references/ directories.
  • Validates that component directories (scripts, references, assets) exist when used and are populated.

Quick Start

Create a new skill by adding workspace/skills/<skill-name>/ and writing SKILL.md with the proper frontmatter.

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 skill directory structure?

To scaffold a new skill, generate a standardized workspace/skills/<name>/ directory containing a SKILL.md file with required frontmatter and optional component folders for references, scripts, and assets.

What frontmatter fields are required in a SKILL.md file?

A SKILL.md file requires name and description fields in its YAML frontmatter. This validation enforces standard naming conventions and ensures your skill metadata is properly defined before packaging.

How should I organize references, scripts, and assets directories for a skill?

Organize optional component directories directly under workspace/skills/<skill-name>/. The scaffolding process validates the presence and correct placement of references, scripts, and assets folders when they are populated.

Does skill scaffolding enforce naming conventions for the workspace directory?

Yes, skill scaffolding enforces standardized naming conventions for the workspace/skills/<skill-name>/ directory structure. This ensures consistent organization across all generated skills and their component folders.

What is the best way to package and design Jeeves skills?

The best way to package Jeeves skills is using standardized SKILL.md frontmatter generation and minimal directory scaffolding. This streamlines creation by providing a clear template and validating component placement.