Skip to content

Feature Request: Add SkillKit integration for 32+ AI agent support #6

Description

@rohitg00

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

  1. Wider distribution - Your skill becomes available to 32+ AI coding agents with a single integration
  2. Marketplace exposure - Listed in SkillKit's marketplace (https://agenstskills.com) with 15,000+ skills
  3. Cross-agent translation - SkillKit auto-translates skill format for each agent's native format
  4. Team collaboration - Teams can share and sync skills across their preferred agents

Integration Steps

  1. Add a SKILL.md file (or rename your existing skill file) following the SkillKit format

  2. Publish to SkillKit marketplace:

    npx skillkit publish
  3. Users can then install via:

    npx skillkit install superdesign
  4. 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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions