Discover, install, and manage AI agent skills for every major coding assistant -- all in one place.
# Open Skill Market **[skillmarket.cc](https://skillmarket.cc)** — Discover, install, and manage AI agent skills for every major coding assistant. [](https://skillmarket.cc) [](https://www.npmjs.com/package/skill-market) --- An open marketplace for AI agent skills. This project collects skills from two sources: 1. **PR Submissions**: Users can submit skills directly to this repository via Pull Request 2. **GitHub Crawler**: Automatically discovers `SKILL.md` files across public GitHub repositories All skills are indexed in a central `skills.json` registry. ## What are Skills? Skills are markdown files (`SKILL.md`) that teach AI agents how to perform specific tasks. They include: - **Name**: Unique identifier for the skill - **Description**: What the skill does and when to use it - **Instructions**: Step-by-step guidance for the agent - **Examples**: Concrete usage examples Skills can be stored individually in repositories or as collections in a single repository. ## Project Structure ``` open-skill-market/ ├── skills/ # PR-submitted skills (local) │ ├── .example/ # Example skill template │ │ └── SKILL.md │ └── your-skill/ # Your skill here! │ └── SKILL.md ├── crawler/ │ ├── index.js # Main entry point and orchestrator │ ├── config.js # Configuration and constants │ ├── worker-pool.js # Multi-token GitHub client pool │ ├── rate-limit.js # Rate limit and timeout handling │ ├── github-api.js # GitHub API interactions │ ├── skill-parser.js # SKILL.md parsing and categorization │ ├── local-scanner.js # Local skills directory scanner │ ├── cache.js # Two-level caching (repo + skill directory) │ ├── zip-generator.js # Skill zip package gene
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.