skill-creator

Create Claude Code skills with standardized SKILL.md frontmatter and deployment steps.

25|5|Updated Jun 15, 2024
One-click install
npx skills add https://github.com/OreStudio/OreStudio --skill skill-creator-orestudio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/OreStudio/OreStudio/tree/main/.claude/skills/skill-manager
Command: npx skills add https://github.com/OreStudio/OreStudio --skill skill-creator-orestudio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear, repeatable template and workflow for creating Claude Code skills, reducing ambiguity and ensuring consistency across the Skill library.

Core Features & Use Cases

  • Standardized skill templates: outlines required frontmatter, sections, and postamble for every skill.
  • Guided creation and updates: step-by-step instructions for adding new skills and modifying existing ones.
  • Deployment readiness: details how to wire skills into the build system and documentation site.

Quick Start

Create a new folder under doc/skills/NAME in lower-case with dashes. Add a skill.org file with the required frontmatter and body structure. Update doc/skills/claude_code_skills.org and the skill dependencies diagram as needed. Run the CMake targets to deploy skills and site updates.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude Code skill with the correct frontmatter and structure?

To create a Claude Code skill, add a skill.org file in a new lower-case folder under doc/skills/NAME. The file must include required frontmatter, a body structure, and a postamble to ensure compliance and consistency.

What is the standard process for deploying skills and updating documentation?

Deploying skills involves running CMake targets to deploy updates and regenerate the dependency diagram. You must also update doc/skills/claude_code_skills.org to wire skills into the documentation site.

How do I update an existing Claude Code skill without breaking consistency?

Updating a Claude Code skill requires modifying the skill.org file while maintaining the required frontmatter and body structure. After edits, update the documentation index and regenerate the dependency diagram during deployment.

Does Claude Code skill generation work with org-mode files?

Yes, skill generation uses org-mode files. You create a skill.org file containing the required frontmatter, body sections, and postamble, then deploy it through the CMake build system.

What do I need to set up before generating a new skill template?

Before generating a skill template, you need a folder structure under doc/skills/NAME using lower-case with dashes, and access to the CMake build system to run deployment targets for the documentation site.