The ultimate skills marketplace for AI coding agents. Browse, compare, and discover 40+ AI skills across 10+ agentic coding tools.
π Live Site: https://odykyi.github.io/agentic-comparison/
This is a comprehensive AI skills marketplace that helps developers discover and compare AI coding agents. Think of it as a marketplace where you can find the best skills, commands, and capabilities across different AI tools.
Tags: skills-marketplace ai-skills agent-skills mcp-servers ai-tools coding-agents
The AI agent tooling landscape is exploding with multiple CLI-based coding agents (OpenCode, Codex, Claude Code, Cursor, Windsurf) each using different terminology and architecture patterns. This project serves as a skills marketplace and comparison hub to help developers understand which tool fits their needs and how concepts map between them.
Example mapping: "skills" in Codex β "commands" in Claude Code β "agents" in OpenCode β "extensions" in Windsurf
Welcome to the AI Skills Marketplace - a curated collection of 40+ AI skills for coding agents. This marketplace helps developers discover capabilities across different AI tools.
Different AI coding agents call their capabilities different things:
- Codex calls them "Skills"
- Claude Code calls them "Commands"
- OpenCode calls them "Agents"
- Windsurf calls them "Extensions"
This marketplace unifies them all so you can find what you need, regardless of the tool you use.
| Skill Category | Description |
|---|---|
| Code Generation | Generate components, functions, and boilerplate |
| Refactoring | Modernize and restructure existing code |
| Testing | Generate unit, integration, and E2E tests |
| Documentation | Auto-generate README, API docs, and comments |
| Security Audit | Scan for vulnerabilities and security issues |
| DevOps | CI/CD, Docker, and infrastructure automation |
| Database | Schema design, migrations, and optimization |
| Tool | Repository | Command Prefix | MCP | Skills/Commands |
|---|---|---|---|---|
| OpenCode | saoirse-opencode/opencode | opencode |
β | Agents |
| OpenAI Codex | openai/codex | codex |
β | Skills |
| Claude Code | anthropics/claude-code | claude |
β | Commands |
| Cursor | getcursor/cursor | cursor |
β | Extensions |
| Windsurf | windsurf | windsurf |
β | Cascade |
| GitHub Copilot CLI | github/copilot.vim | gh copilot |
β | Chat |
| Google Antigravity | Various | β | Assistants | |
| Junie | junie | junie |
β | Agents |
- β Feature Matrix - Core capabilities side-by-side
- π Command Reference - How to do the same thing in each tool
- π£οΈ Terminology Mapper - "What you call X, they call Y"
- π MCP Registry - Model Context Protocol server compatibility
- π° Pricing Calculator - Cost comparison with usage estimates
- π¨ UI Showcase - Terminal interface and IDE integration comparisons
- Ruby 3.0+ with Bundler (recommended)
- Node.js 18+ (for build tooling)
Note: If you have Ruby 2.6, you may encounter native extension compilation issues on macOS. See Ruby 2.6 Workarounds below.
# Clone the repository
git clone https://github.com/odykyi/agentic-comparison.git
cd agentic-comparison
# Install Ruby dependencies (Ruby 3.0+)
bundle install
# Alternative for Ruby 2.6 users - use Docker:
# docker run -v $(pwd):/srv/jekyll -p 4000:4000 jekyll/jekyll:3.8
# Alternative for Ruby 2.6 - skip bundle install and use GitHub Pages:
# The site will work fine when deployed to GitHub Pages even without local bundle
# Install Node dependencies (for build tooling)
npm install
# Start local server
bundle exec jekyll serve --livereload
# For Ruby 2.6 without eventmachine (no live reload):
# bundle exec jekyll serve --no-watchVisit http://localhost:4000 to view the site.
If you're on Ruby 2.6 and experiencing native extension build failures (particularly with eventmachine):
Option 1: Use Docker (Recommended)
docker run --rm \
-v $(pwd):/srv/jekyll \
-p 4000:4000 \
-e JEKYLL_ENV=development \
jekyll/jekyll:3.8 \
jekyll serve --watch --force_polling --livereloadOption 2: Use the Docker Gemfile
mv Gemfile.docker Gemfile
bundle install
bundle exec jekyll serveOption 3: Skip local setup and rely on GitHub Pages Since this is a Jekyll site for GitHub Pages, you can:
- Push to GitHub
- Enable GitHub Pages in repository settings
- GitHub will automatically build and deploy the site
- Make edits and view changes after deployment
Option 4: Upgrade Ruby to 3.0+ Using rbenv or rvm:
# Using rbenv
rbenv install 3.1.0
rbenv local 3.1.0
bundle installnpm install
bundle exec jekyll serve --livereload
Visit `http://localhost:4000` to view the site.
### Building for Production
```bash
# Build the site
bundle exec jekyll build
# The built site will be in `_site/` directory
agentic-comparison/
βββ _data/ # YAML data files
β βββ tools/ # Tool definitions
β βββ features.yml # Feature categories
β βββ commands.yml # Command mappings
β βββ terminology.yml # Terminology mappings
β βββ mcp_servers.yml # MCP server registry
βββ _layouts/ # Jekyll layouts
βββ _includes/ # Reusable components
βββ _sass/ # SCSS stylesheets
βββ assets/ # Static assets
β βββ css/
β βββ js/
β βββ images/
βββ tools/ # Tool profile pages
βββ features/ # Feature comparison
βββ commands/ # Command reference
βββ terminology/ # Terminology mapper
βββ mcp/ # MCP registry
βββ pricing/ # Pricing calculator
βββ ui/ # UI showcase
βββ _config.yml # Jekyll configuration
βββ Gemfile # Ruby dependencies
βββ package.json # Node dependencies
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
- π Add a new agentic tool to the comparison
- π Update outdated command references
- π Report incorrect terminology mappings
- π Add translations
- π¨ Improve UI/UX
All comparison data lives in YAML files under _data/. To update information:
- Edit the relevant YAML file
- Validate your changes with our schema validator
- Submit a PR with your changes
This project is licensed under the MIT License - see the LICENSE file for details.
- Tool logos and trademarks belong to their respective owners
- Built with Jekyll and Bootstrap 5
- π Report issues
- π‘ Suggest features
- π£οΈ Join our Discord (coming soon)
Agentic Comparison is an open-source skills marketplace for AI coding agents. Our goal is to make it easy for developers to discover and compare AI capabilities across different tools.
If you're looking for:
skills marketplace- You're in the right place!ai skills- We have 40+ documentedagent skills- Listed by toolai tools marketplace- Compare 10+ toolsmcp marketplace- Registry included
People searching for this skills marketplace also look for:
- AI coding agents comparison
- Claude Code vs Codex vs Cursor
- MCP servers list
- AI developer tools
- Agentic AI tools
Made with β€οΈ for the AI coding agent community