skill-editor

Edit canonical SKILL.md files and replicate updates to Claude, Codex, and Cursor.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to edit AI agent skills in a single canonical location and propagate changes to Claude, Codex, and Cursor, preventing drift across skill repositories.

Core Features & Use Cases

  • Canonical source editing in .claude/skills; changes propagate to corresponding .codex/skills and .cursor/skills.
  • Cross-platform synchronization to ensure consistent behavior across agents.
  • Verification guidance to detect and resolve drift using simple diff checks.

Quick Start

Edit the canonical skill at .claude/skills/skill-editor/SKILL.md, then copy to .codex/skills/skill-editor/SKILL.md and .cursor/skills/skill-editor/SKILL.md, and verify consistency with diffs.

Frequently Asked Questions about skill-editor

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

FAQPage Schema
How do I sync AI skill edits across Claude, Codex, and Cursor?

To sync AI skill edits across Claude, Codex, and Cursor, you edit the canonical configuration in .claude/skills and replicate the updated SKILL.md content to the corresponding .codex/skills and .cursor/skills directories.

What is the best way to prevent AI skill configuration drift in multi-repo environments?

Preventing AI skill configuration drift requires enforcing a canonical source for your SKILL.md file and replicating updates across agent repositories to ensure identical content and consistent behavior.

How do I verify identical SKILL.md content after cross-agent synchronization?

To verify identical SKILL.md content after cross-agent synchronization, perform post-edit verification using simple diff checks between the canonical source and the replicated agent directories.

Can I manage multi-repo skill configurations for multiple AI agents from a single location?

Yes, you can manage multi-repo skill configurations by establishing a canonical source in the .claude/skills directory and propagating those edits to your other AI agent skill repositories.

Does the skill-editor workflow apply to multi-repo skill management tasks?

Yes, the skill-editor workflow directly applies to multi-repo skill management tasks and cross-agent synchronization scenarios by enforcing a canonical source and replicating updates.