Summary
SkillKit (https://github.com/rohitg00/skillkit) is a universal CLI for managing AI agent skills across 32+ coding agents. Adding SkillKit support would significantly expand your skill's reach beyond Claude Code to agents like:
- Cursor, Codex, Gemini CLI, OpenCode, Windsurf
- GitHub Copilot, Cline, Continue, Goose
- And 23+ more agents
Benefits
- Wider distribution - Your skill becomes available to 32+ AI coding agents with a single integration
- Marketplace exposure - Listed in SkillKit's marketplace (https://agenstskills.com) with 15,000+ skills
- Cross-agent translation - SkillKit auto-translates skill format for each agent's native format
- Team collaboration - Teams can share and sync skills across their preferred agents
Integration Steps
-
Add a SKILL.md file (or rename your existing skill file) following the SkillKit format
-
Publish to SkillKit marketplace:
-
Users can then install via:
npx skillkit install superdesign
-
Or translate to any supported agent:
npx skillkit translate superdesign --agent cursor
npx skillkit translate superdesign --agent codex
Example SKILL.md Structure
---
name: superdesign
description: Design agent for creating and iterating UI designs on an infinite canvas
author: superdesigndev
version: 1.0.0
agents:
- claude-code
- cursor
- codex
- universal
---
# SuperDesign
[Your existing skill content...]
Resources
Happy to help with the integration if you're interested!
Summary
SkillKit (https://github.com/rohitg00/skillkit) is a universal CLI for managing AI agent skills across 32+ coding agents. Adding SkillKit support would significantly expand your skill's reach beyond Claude Code to agents like:
Benefits
Integration Steps
Add a
SKILL.mdfile (or rename your existing skill file) following the SkillKit formatPublish to SkillKit marketplace:
Users can then install via:
Or translate to any supported agent:
Example SKILL.md Structure
Resources
Happy to help with the integration if you're interested!