skill-creator

Create and propagate skills across Claude, Codex, and Cursor directories.

163|22|Updated May 22, 2025
One-click install
npx skills add https://github.com/stacklok/toolhive-studio --skill skill-creator-stacklok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/stacklok/toolhive-studio/tree/main/.cursor/skills/skill-creator
Command: npx skills add https://github.com/stacklok/toolhive-studio --skill skill-creator-stacklok

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a canonical, cross‑agent scaffold for creating and propagating AI agent skills across Claude, Codex, and Cursor, ensuring consistency and faster deployment.

Core Features & Use Cases

  • Canonical skill source: Start the canonical skill in .claude/skills/<name>/SKILL.md and mirror to the other agents.
  • Cross‑platform replication: Maintain a single source of truth and propagate edits to .codex/skills/ and .cursor/skills/.
  • Use Case: When asked to create a new agent capability or a slash command, use this Skill to bootstrap and distribute it across all supported agents.

Quick Start

Ask the user what the skill should do, then create the Claude skill skeleton at .claude/skills/skill-name, and replicate to .codex/skills/ and .cursor/skills/.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create AI agent skills that work across Claude, Codex, and Cursor?

To create cross-platform AI agent skills, initialize a canonical skill source at .claude/skills/<name>/SKILL.md and mirror it to .codex/skills/ and .cursor/skills/ for consistent multi-agent deployment.

What is a canonical skill source for cross-platform agent automation?

A canonical skill source is a single SKILL.md file containing frontmatter with name and description, serving as the master template that automatically propagates edits to other agent directories.

How do I set up a slash command for multiple AI coding agents?

Set up a slash command by creating a skill skeleton in the .claude/skills/ directory with proper frontmatter, then replicate the structure to .codex/skills/ and .cursor/skills/ to distribute the capability.

Does this skill creation method support frontmatter enforcement for SKILL.md files?

Yes, cross-platform skill creation enforces canonical frontmatter containing the name and description fields within the SKILL.md file to ensure metadata consistency across all mirrored agent directories.

What's the best way to maintain a single source of truth for AI agent skills?

Maintain a single source of truth by editing the canonical skill in .claude/skills/ and automatically mirroring those updates to .codex/skills/ and .cursor/skills/ to prevent configuration drift across agents.

Can I use this to initialize new agent capabilities without manually copying files to each directory?

Yes, bootstrapping a new agent capability automatically creates the initial skill skeleton and replicates it across Claude, Codex, and Cursor directories, eliminating manual file copying during setup.