9300+ curated AI coding resources — browse, evaluate, install
MCP Servers · Skills · Rules · Prompts · Plugins
Knowledge Base · Browse Catalog · Data Sources · Coding Hub · Contributing
AI coding agents are improving fast, but the ecosystem around them is still fragmented. Finding a reliable MCP server, reusable skill, practical rule set, or prompt collection usually means searching across multiple repositories and formats.
Everything AI Coding is a curated knowledge base that continuously collects, deduplicates, enriches, and scores resources from 9+ upstream sources. Every entry includes quality signals — LLM-scored coding relevance, documentation quality, specificity, plus health metrics like freshness and community popularity — so you can evaluate before you install. Browse right here on GitHub, explore interactively with the web catalog, or search and install with one command using the Coding Hub tool.
🔌 MCP Servers — 5974 entries
Model Context Protocol servers that connect AI agents to external tools, databases, and services.
| Name | ⭐ Stars | Score | Description |
|---|---|---|---|
| microsoft/playwright-mcp | 32.8k | 98 | Official Microsoft MCP server enabling AI to control web browsers via… |
| github/github-mcp-server | 30.0k | 98 | Official GitHub MCP server enabling AI tools to interact with GitHub… |
| googleapis/genai-toolbox | 15.3k | 98 | Official Google MCP server connecting AI agents and IDEs to enterpris… |
| MCP Inspector | 9.2k | 98 | A developer tool for visually testing and debugging MCP servers via a… |
| AWS MCP Servers | 8.6k | 98 | Suite of 50+ MCP servers enabling AI coding assistants to interact wi… |
Browse all MCP servers → · Browse interactively →
🎯 Skills — 1812 entries
Reusable agent capabilities and workflows for AI coding assistants.
| Name | Source | Score | Description |
|---|---|---|---|
| agent-framework-azure-ai-py | Antigravity Skills | 95 | A Python SDK skill for building persistent AI agents on Azure AI Foun… |
| agents-v2-py | Antigravity Skills | 95 | A Python skill for building container-based hosted agents in Azure AI… |
| ai-engineering-toolkit | Antigravity Skills | 95 | A collection of 6 structured AI engineering workflows for prompt eval… |
| apify-actor-development | Antigravity Skills | 95 | A comprehensive skill for AI-assisted development, testing, and deplo… |
| apify-actorization | Antigravity Skills | 95 | A skill for converting existing software into reusable, serverless Do… |
Browse all skills → · Browse interactively →
📋 Rules — 168 entries
Coding conventions and AI behavior guidelines for consistent development.
| Name | Source | Score | Category |
|---|---|---|---|
| Bug Fix (Rules 2.1) | Rules 2.1 | 93 | tooling |
| Frontend Dev (Rules 2.1) | Rules 2.1 | 89 | frontend |
| File Generation Safety Rules (Rules 2.1) | Rules 2.1 | 88 | ai-ml |
| Code Quality Check (Rules 2.1) | Rules 2.1 | 86 | ai-ml |
| Context Loader (Rules 2.1) | Rules 2.1 | 86 | ai-ml |
Browse all rules → · Browse interactively →
💡 Prompts — 600 entries
Developer-focused prompt templates for common coding tasks.
| Name | Source | Score | Category |
|---|---|---|---|
| Comprehensive repository analysis | prompts.chat | 96 | security |
| Frontend Developer Skill | prompts.chat | 96 | frontend |
| Backend Architect | prompts.chat | 96 | database |
| Frontend Developer | prompts.chat | 96 | frontend |
| Mobile App Builder | prompts.chat | 96 | frontend |
Browse all prompts → · Browse interactively →
🧩 Plugins — 827 entries
Bundled marketplace plugins (skills + commands + agents + MCP servers).
Primarily for Claude Code; opencode partially compatible (npm); cursor / windsurf / costrict have no equivalent mechanism.
| Name | Source | Score | Description |
|---|---|---|---|
| chrome-devtools-mcp | Anthropic Official | 100 | Chrome DevTools MCP server for AI coding agents to debug, automate, a… |
| claude-code-setup | Anthropic Official | 100 | A Claude Code plugin that analyzes codebases to recommend tailored au… |
| huggingface-skills | Anthropic Official | 100 | A comprehensive collection of AI coding skills for Hugging Face Hub,… |
| hookify | Anthropic Official | 99 | Claude Code plugin for creating custom hooks to prevent unwanted codi… |
| mcp-server-dev | Anthropic Official | 99 | Comprehensive guide for building MCP servers and interactive UI widge… |
Browse all plugins → · Browse interactively →
Private-deployment mirror: the plugin catalog is the upstream data source for costrict-plugin-marketplace, which bundles every verified plugin as bare git repos for customers running
cscin air-gapped networks. See that project's README for the bundle format and the clientimport.shflow.
Everything AI Coding aggregates data from multiple upstream sources, then enriches, scores, and republishes the cleaned catalog.
| Type | Sources |
|---|---|
| MCP | awesome-mcp-servers · Awesome-MCP-ZH · mcp.so · registry.modelcontextprotocol.io (official registry, active + isLatest, ~7,500 entries) |
| Skills | Tier 1: anthropics/skills · Ai-Agent-Skills · antigravity-awesome-skills · ai-agents-public · skills.sh (via mastra-ai/skills-api, install_count ≥ 1000)Tier 2: awesome-repo-configs · awesome-openclaw-skills · openclaw/skills Tier 3: catalog/skills/curated.json |
| Rules | awesome-cursorrules · rules-2.1-optimized · SchneiderSam/awesome-windsurfrules + balqaasem/awesome-windsurfrules (cross-repo dedup) |
| Prompts | prompts.chat · wonderful-prompts |
Every entry is scored on a 0–100 composite scale: final_score = LLM × 0.85 + health × 0.15.
LLM dimensions (1–5, up to 6 per type): coding relevance, doc completeness, description accuracy, writing quality, specificity, install clarity (MCP & Skills only)
Health signals: freshness (🟢 Active / 🟡 Stale / 🔴 Abandoned), popularity (GitHub stars), source trust (upstream reputation)
Decisions: accept (≥ 65) · review (50–64) · reject (< 50)
Each sub-directory README shows the Top 100 entries ranked by this composite score.
- Sync —
scripts/sync_*.pypull from upstream sources weekly - Merge —
scripts/merge_index.pydeduplicates across sources, merges metadata - Evaluate — Single LLM call: 6-dimension scoring + enrichment (tags, summary, tech_stack) + health signals
- Download —
scripts/download_catalog.pyfetches per-entry files intocatalog-download/and reconcilescatalog/index.jsonwith what actually landed (docs) - Bundle —
scripts/build_catalog_bundle.pypacksindex.json+catalog-download/intodist/catalog-bundle.tar.gzfor downstream consumers (docs) - Publish — GitHub Actions refresh the catalog, generate README tables, and update the web catalog
Repository structure
everything-ai-coding/
├── install.sh / install.ps1 # One-command installers
├── catalog/ # Generated catalog data
│ ├── index.json # Full merged index (4000+ entries)
│ ├── search-index.json # Lightweight search index
│ ├── mcp/ # MCP servers — index + README
│ ├── skills/ # Skills — index + README
│ ├── rules/ # Rules — index + README
│ └── prompts/ # Prompts — index + README
├── platforms/ # Per-platform skill + command definitions
├── scripts/ # Sync, merge, scoring, and generation scripts
└── .github/workflows/ # CI automation
Everything AI Coding also ships as a CLI tool that lets you search, browse, and install resources directly from your AI coding agent.
Install for your platform with one command:
macOS / Linux
# Costrict CLI (run from your project root)
curl -fsSL https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.sh | bash -s -- --platform costrict
# VSCode Costrict extension
curl -fsSL https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.sh | bash -s -- --platform vscode-costrict
# Claude Code
curl -fsSL https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.sh | bash -s -- --platform claude-code
# Opencode (run from your project root)
curl -fsSL https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.sh | bash -s -- --platform opencodeWindows (PowerShell)
# Costrict CLI
irm https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.ps1 | iex
# Specify the platform manually if auto-detection fails
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.ps1))) -Platform costrictAfter installation, try a search command:
# Claude Code
/eac:search typescript
# Opencode / Costrict CLI / VSCode Costrict (Roo Code)
/eac-search typescriptCoding-Hub-EN-compressed.mp4
You can also hand the installation off to another agent with this prompt:
You are an installation assistant. Open the following URL, read the "For Agents" section,
and follow it exactly to install Everything AI Coding for the platform you are currently running on.
Do not clone the repository. Only read this raw file:
https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/README.md
After installation, report which platform path was used and whether verification succeeded.
Everything AI Coding supports four AI coding platforms. The resource catalog is shared, while command names and installation paths vary slightly by platform.
| Claude Code | Costrict | Opencode | VSCode Costrict (Roo Code) | |
|---|---|---|---|---|
| Search | /eac:search <kw> [type:mcp] |
/eac-search <kw> [type:mcp] |
/eac-search <kw> [type:mcp] |
/eac-search <kw> [type:mcp] |
| Browse | /eac:browse [category] |
/eac-browse [category] |
/eac-browse [category] |
/eac-browse [category] |
| Recommend | /eac:recommend |
/eac-recommend |
/eac-recommend |
/eac-recommend |
| Install | /eac:install <id> |
/eac-install <id> |
/eac-install <id> |
/eac-install <id> |
| Uninstall | /eac:uninstall <id> |
/eac-uninstall <id> |
/eac-uninstall <id> |
/eac-uninstall <id> |
| Update | /eac:update |
/eac-update |
/eac-update |
/eac-update |
| Evo | /eac:evo <id> |
/eac-evo <id> |
/eac-evo <id> |
/eac-evo <id> |
Platform path differences
| Claude Code | Costrict | VSCode Costrict | Opencode | |
|---|---|---|---|---|
| Global skill path | ~/.claude/skills/eac/ |
~/.costrict/skills/eac/ |
~/.costrict/skills/eac/ |
~/.opencode/skills/eac/ |
| Command path | same global dir | .costrict/eac/commands/ (project) |
~/.roo/commands/ (global) |
.opencode/command/ (project) |
| Separator | : |
- |
- |
- |
- Costrict CLI installs command files per project, so run the installer in each repository root.
- VSCode Costrict / Roo Code installs command files globally under
~/.roo/commands/. - Claude Code can load the full skill and subcommands from the global skills directory.
- Opencode installs commands per project under
.opencode/command/.
If you are an AI agent installing Everything AI Coding automatically, follow this section exactly.
The install scripts auto-detect the host platform when possible.
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.ps1 | iexAuto-detection uses process-level environment variables that each platform injects at startup:
| Environment variable | Platform |
|---|---|
COSTRICT_CALLER=vscode |
VSCode Costrict extension |
COSTRICT_RUNNING=1 |
Costrict CLI |
CLAUDECODE=1 |
Claude Code |
OPENCODE=1 |
Opencode |
If auto-detection fails, specify the platform manually.
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.sh | bash -s -- --platform <platform>Windows (PowerShell)
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.ps1))) -Platform <platform>Examples:
# Claude Code (macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.sh | bash -s -- --platform claude-code
# Opencode (run from the project root)
curl -fsSL https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.sh | bash -s -- --platform opencode# Claude Code (Windows)
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/install.ps1))) -Platform claude-codeFallback: manual installation without curl | bash
Run the platform-specific commands below if you need to download the files directly.
Costrict CLI (global skill + project commands)
mkdir -p ~/.costrict/skills/eac
curl -fsSL "https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/platforms/costrict/skills/eac/SKILL.md" -o ~/.costrict/skills/eac/SKILL.md
mkdir -p .costrict/eac/commands
for cmd in search browse recommend install uninstall update; do
curl -fsSL "https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/platforms/costrict/commands/eac/eac-${cmd}.md" -o .costrict/eac/commands/eac-${cmd}.md
doneVSCode Costrict extension / Roo Code (global skill + global commands)
mkdir -p ~/.costrict/skills/eac
curl -fsSL "https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/platforms/vscode-costrict/skills/eac/SKILL.md" -o ~/.costrict/skills/eac/SKILL.md
mkdir -p ~/.roo/commands
for cmd in search browse recommend install uninstall update; do
curl -fsSL "https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/platforms/vscode-costrict/commands/eac/eac-${cmd}.md" -o ~/.roo/commands/eac-${cmd}.md
doneClaude Code (global skill + global commands)
mkdir -p ~/.claude/skills/eac
curl -fsSL "https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/platforms/claude-code/skills/eac/SKILL.md" -o ~/.claude/skills/eac/SKILL.md
for cmd in search browse recommend install uninstall update; do
curl -fsSL "https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/platforms/claude-code/commands/eac/${cmd}.md" -o ~/.claude/skills/eac/${cmd}.md
doneOpencode (global skill + project commands)
mkdir -p ~/.opencode/skills/eac
curl -fsSL "https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/platforms/opencode/skills/eac/SKILL.md" -o ~/.opencode/skills/eac/SKILL.md
mkdir -p .opencode/command
for cmd in search browse recommend install uninstall update; do
curl -fsSL "https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/platforms/opencode/command/eac-${cmd}.md" -o .opencode/command/eac-${cmd}.md
doneRun a search command to confirm that the commands are available:
# Costrict CLI / Opencode
/eac-search typescript
# VSCode Costrict extension
Send this in the chat: "Search typescript with eac"
# Claude Code
/eac:search typescript
Expected result: a Markdown table of matching resources. If the command is missing, the installation did not land in the correct platform path.
| Command | Description |
|---|---|
search <keyword> [type:mcp|skill|rule|prompt] |
Search resources, optionally filtered by type |
browse [category] [type:...] |
Browse by category |
recommend [type:...] |
Recommend resources based on the current project stack |
install <id> |
Install a resource |
uninstall <id> |
Uninstall a resource |
update |
Pull the latest Everything AI Coding files |
evo <id> |
Evolve a locally installed skill / prompt / rule via a 7-dimension quality rubric (adapted from darwin-skill) |
Search, browse, and recommend operate on a lightweight search index. Installation fetches a per-entry API document.
| Purpose | URL |
|---|---|
| Search index | https://zgsm-ai.github.io/everything-ai-coding/api/v1/search-index.json |
| Entry API | https://zgsm-ai.github.io/everything-ai-coding/api/v1/{type}/{id}.json |
| Type index | https://zgsm-ai.github.io/everything-ai-coding/api/v1/{type}/index.json |
| Full index fallback | https://raw.githubusercontent.com/zgsm-ai/everything-ai-coding/main/catalog/index.json |
If you like the Everything AI Coding workflow, try Costrict — our broader AI coding agent platform built for stronger automation and team workflows.
Contributions are welcome. Open a PR against the appropriate directory under catalog/ and make sure the resource:
- is relevant to coding or AI-assisted development,
- has an accurate
source_url,description, and tags, - follows
catalog/schema.json.
If you need maintainers' context instead of quick-start instructions, see the repository wiki in docs/wiki/.
The /eac:evo command's quality rubric is adapted from darwin-skill by 花叔 (MIT License) — an autonomous skill optimization system inspired by Karpathy's autoresearch. darwin-skill first systematized a "structure + effectiveness" dual-evaluation framework for SKILL.md files with a ratchet mechanism for keeping only measurable improvements. Everything AI Coding simplifies it for on-demand client-side use: the dynamic live-testing dimension and the ratchet are deferred; the core dimensions (workflow clarity, instruction specificity, edge-case coverage, checkpoint design, overall architecture, etc.) are preserved and rewritten for our on-demand evo context. See docs/wiki/evo-rubric.md for the full rubric specification.
Thanks to 花叔 for making the ideas and the original skill publicly available.
Everything AI Coding is an index and installation helper for third-party open-source resources. Every MCP server, skill, rule, and prompt listed in the catalog remains the property of its original author.
This repository does not guarantee the safety, availability, accuracy, or compliance of third-party resources. Review source code and licenses before use, and open an issue if you find security or copyright problems.
Everything AI Coding is released under the MIT License.