skill-creator

Generate SKILL.md frontmatter, references, and directories for Skill units.

4|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/CaufieldZ/pm-workspace-public --skill skill-creator-caufieldz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/CaufieldZ/pm-workspace-public/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/CaufieldZ/pm-workspace-public --skill skill-creator-caufieldz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the end-to-end creation and refinement of Skill units by generating the complete SKILL.md frontmatter, references, and required directory structure, ensuring adherence to workspace conventions and audit readiness.

Core Features & Use Cases

  • Automatically scaffolds a new Skill unit with mandatory frontmatter fields and optional resources (scripts/, references/, assets/) as needed.
  • Supports both new skill creation and safe modification of existing skills via a diff-based transformation workflow.
  • Validates against workspace conventions and triggers workspace-audit readiness checks to prevent drift.
  • Produces ready-to-review artifacts that can be applied with user confirmation.

Quick Start

Describe the desired skill or modification, and Skill Creator will generate the full Skill unit skeleton and references for your review.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate skill creation for a PM workspace?

To create a new skill, you describe the desired skill or modification, and the system generates the full Skill unit skeleton, SKILL.md frontmatter, and references for your review. You then confirm the changes to apply the diff-based transformation safely.

How does diff-based modification work for existing workflows?

Diff-based modification generates ready-to-review artifacts that safely modify existing skills without overwriting original content. It applies transformations and captures dependencies, components, and policy checks for workspace-audit validation upon user confirmation.

Do I need yaml-frontmatter validation to prevent workspace drift?

Yes, yaml-frontmatter validation is required to enforce workspace conventions and prevent drift. The creation process validates frontmatter structure and triggers readiness checks to ensure your skills remain audit-ready and conform to workspace standards.

What's the best way to scaffold automation skills with dependencies?

The best way to scaffold automation skills is by generating the complete directory structure with optional resources like scripts and references. This ensures all dependencies, components, and policy checks are captured during the initial skill creation phase.

Can I modify existing PM workflows without breaking references?

Modifying existing PM workflows is safe when using a diff-based transformation workflow that preserves original references and directory structures. The system validates workspace conventions and produces ready-to-review artifacts before applying any changes.