The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.π¦
Claude reference bundle for commands, MCP servers, and workflows
Claude OS is a large curated guide to the Claude ecosystem. It groups commands, MCP servers, plugins, tools, workflows, and agent frameworks into separate reference files so you can move from discovery to setup quickly.
Builders who use Claude Code and want a practical map of commands, integrations, plugins, and workflow patterns.
You can choose the right Claude commands, integrations, and workflow patterns without hunting across dozens of scattered resources.
What it does
Commands reference
Covers slash commands, CLI flags, keyboard shortcuts, and prompt codes in `commands.md`.
MCP server catalog
Lists MCP servers and memory systems with install configs and usage patterns in `mcp-servers.md`.
Plugin and skill guide
Groups 40+ plugins and skills by tier and role in `plugins.md`.
Tool and stack guide
Surfaces tools such as frameworks, vector databases, deployment platforms, and automation options in `tools.md`.
Workflow library
Shows production workflows, including RAG pipelines and multi-agent orchestration, in `workflows.md`.
Agent framework comparison
Compares agent frameworks with benchmarks, code examples, and decision guidance in `agent-frameworks.md`.
How to get it
- 1Run
/plugin marketplace add obra/superpowers-marketplace /plugin install superpowers@superpowers-marketplace # Plans before it builds /plugin install context7@claude-plugins-official # Live docs, no hallucinated APIs claude skills add juliusbrussee/caveman # 65-75% fewer output tokens
README
π§ Claude OS
The complete operating layer for Claude.
Commands Β· MCP Servers Β· Plugins Β· Tools Β· Workflows Β· Agent Frameworks
The Problem
You can spend 40 hours searching GitHub, Reddit, Medium, and Anthropic's docs β and still not have a complete picture of what Claude can actually do.
The ecosystem exploded in 2025β2026.
- 14,600+ repositories indexed
- 1,200+ MCP servers available
- 400+ plugins and skills
- 25+ agent frameworks
- 100+ commands and prompt codes
Nobody documented all of it in one place.
βThis isnβt a resource. Itβs a complete operating layer for Claude.β
Until now.
π¦ What's Inside
6 reference files. 4,700+ lines. Everything verified and current as of April 2026.
| File | What It Covers | Lines | Size |
|---|---|---|---|
commands.md | Every slash command, CLI flag, keyboard shortcut, and prompt code | 653 | 24 KB |
mcp-servers.md | 25 MCP servers + 10 memory systems, install configs, usage patterns | 781 | 24 KB |
plugins.md | 40+ plugins and skills across 6 tiers, install commands, role-based setups | 829 | 29 KB |
tools.md | 25 tools β frameworks, vector DBs, deployment platforms, automation | 561 | 20 KB |
workflows.md | 25 production workflows from RAG pipelines to multi-agent orchestration | 1,178 | 33 KB |
agent-frameworks.md | 25 agent frameworks with benchmarks, code examples, decision guide | 732 | 27 KB |
Total: 4,734 lines Β· 157 KB of curated, production-verified reference material
πΊοΈ How to Navigate This Repo
New to Claude Code?
commands.md β mcp-servers.md β plugins.md
Learn what Claude can do natively β connect it to the world β extend with skills.
Building a production app?
tools.md β workflows.md β agent-frameworks.md
Pick your stack β follow the workflow pattern β choose the right orchestration.
Looking for something specific?
| I want to... | Go to |
|---|---|
| Learn all Claude commands | commands.md |
| Connect Claude to GitHub / Postgres / Slack | mcp-servers.md |
| Give Claude persistent memory | mcp-servers.md#memory-systems |
| Install the best plugins | plugins.md |
| Build a RAG pipeline | workflows.md |
| Compare CrewAI vs LangGraph | agent-frameworks.md |
| Pick a vector database | tools.md |
| Deploy Claude to production | tools.md + workflows.md |
Claude OS β Layer Model
This is a framework, not just a collection.
- Commands β Interaction
- MCP β Execution
- Plugins β Capabilities
- Tools β Infrastructure
- Workflows β Automation
- Agents β Intelligence scaling
Start Here If You Have 10 Minutes
- Install 3 plugins
- Add Memory MCP
- Try BuilderβValidator
β‘ Quick Wins β 5 Things to Do Right Now
1. Install the 3 plugins that matter most
/plugin marketplace add obra/superpowers-marketplace
/plugin install superpowers@superpowers-marketplace # Plans before it builds
/plugin install context7@claude-plugins-official # Live docs, no hallucinated APIs
claude skills add juliusbrussee/caveman # 65-75% fewer output tokens
2. Set up your core MCP servers
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/projects"]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "your_token" }
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}
3. Initialize project memory
/init # Creates CLAUDE.md β Claude reads this every session
/memory # Edit it with your stack, conventions, and rules
4. Learn the 5 keyboard shortcuts that save the most time
Shift+Tab β Cycle modes: Normal β Auto-Accept β Plan Mode
Ctrl+R β Search command history
Esc Esc β Rewind conversation or code
Ctrl+T β Toggle task list
/compact β Compress context when it hits 70%
5. Use the right thinking mode for the right task
L99 β Maximum reasoning depth (architecture decisions)
XRAY β Root cause analysis (debugging)
OODA β Tactical decisions under uncertainty
BEASTMODE β Maximum effort, no shortcuts
/plan β Force planning before execution (production code)
π The Ecosystem at a Glance
MCP Servers β By Category
| Category | Must-Have Servers |
|---|---|
| Version Control | GitHub, Git, GitLab |
| Database | PostgreSQL, SQLite, Redis, Supabase, MongoDB |
| Communication | Slack, Notion, Gmail, Discord |
| Design | Figma |
| Deployment | Vercel, Docker, AWS, Kubernetes |
| Search | Brave Search, Fetch, Puppeteer |
| Memory | Memory MCP, mem0, Memora, OmniMem |
Plugins β By Role
| Role | Essential Installs |
|---|---|
| All developers | Superpowers, Context7, Caveman |
| Full-stack | + feature-dev, frontend-design, Playwright |
| Backend | + backend-architect, test-writer-fixer, security-sweep |
| Product managers | + Taskmaster, backlog, BMAD Method |
| Security | + security-sweep, AgentLint, Trail of Bits |
| Content/Marketing | + connect-apps, marketing-skills |
Agent Frameworks β Decision Matrix
| Need | Framework |
|---|---|
| Fastest to demo | CrewAI |
| Production + state management | LangGraph |
| Research + code execution | AutoGen |
| Claude-only stack | Claude Agent SDK |
| Data-heavy agents | LlamaIndex Agents |
| Enterprise .NET/Azure | Microsoft Agent Framework |
Tools β Stack by Use Case
| Use Case | Stack |
|---|---|
| Getting started | Chroma + LangChain + Streamlit |
| Production SaaS | Supabase + FastAPI + Pinecone + Vercel |
| Enterprise | LlamaIndex + LangGraph + Qdrant + Kubernetes |
| No-code | Flowise or Dify + Zapier or Make |
| Privacy-first | Ollama + Chroma + LlamaIndex (fully local) |
ποΈ Repo Structure
claude-os/
β
βββ README.md β You are here
β
βββ commands.md β Slash commands, CLI flags, shortcuts, prompt codes
βββ mcp-servers.md β MCP servers (Tier 1β3) + memory systems
βββ plugins.md β Plugins, skills, extensions (Tier 1β6)
βββ tools.md β Frameworks, DBs, deployment, automation
βββ workflows.md β 25 production workflows with steps + tools
βββ agent-frameworks.md β 25 frameworks with benchmarks + code examples
π’ Numbers That Matter
| Metric | Number |
|---|---|
| Commands documented | 100+ |
| MCP servers covered | 25 (from 1,200+ ecosystem) |
| Memory systems | 10 |
| Plugins and skills | 40+ |
| Tools documented | 25 |
| Workflows with full steps | 25 |
| Agent frameworks | 25 |
| Code examples included | 60+ |
| Total lines of reference | 4,700+ |
| Repos indexed as sources | 14,634 |
π§ The Philosophy Behind This Bundle
Most Claude resources are either:
Too shallow β "Here are 10 cool things Claude can do" (no install commands, no real usage)
Too scattered β spread across 50 different GitHub repos, Medium articles, and Discord threads
Too outdated β written for Claude 2 or early MCP, missing everything from 2025β2026
Claude OS is different. Every entry follows the same structure:
- What it does (one clear sentence)
- Why it matters for Claude specifically
- Working install command or code example
- Honest "best for" and limitations
- Updated to April 2026
The rule we followed throughout:
If you can't explain what a tool does in one sentence and show working code in 10 lines, it doesn't belong here.
π Verified Production Metrics
Real companies. Real results. What's possible when you use this stack properly.
| Company | Workflow | Result |
|---|---|---|
| Stripe | Claude Code across 1,370 engineers | 10k-line migration: 4 days vs 10 engineer-weeks |
| Ramp | Incident investigation workflow | 80% reduction in investigation time |
| Wiz | Multi-agent code migration | 50k lines PythonβGo in ~20hrs (was 2β3 months) |
| Rakuten | Feature delivery pipeline | 24 working days β 5 working days |
| Fountain | Multi-agent code review | 50% faster delivery |
| CRED | Agent teams across dev lifecycle | 2x speed, maintained quality |
ποΈ Keeping This Current
Claude Code ships weekly. The ecosystem moves fast.
How to know if something is outdated:
- Run
/helpin Claude Code β always shows current command list - Check
claude --versionbefore using CLI flags - MCP server transport syntax changed in 2026 (use
--transport httpfor cloud servers)
Last full audit: April 28, 2026 Next planned update: When Claude Code hits v3.0 or major ecosystem shift
π€ Contributing
Found a command that works but isn't listed? Know a plugin that deserves Tier 1? Discovered a workflow pattern that ships faster?
Open a PR with:
- Name and one-line description
- Working install command or code example
- "Best for" and honest limitations
- Source (GitHub repo, official docs, your production experience)
We don't accept "it might be useful" entries. Show it working.
π Primary Sources
Everything in this bundle was verified against:
- Anthropic official documentation (code.claude.com/docs)
- Claude Code release notes (v2.1+)
- GitHub repository stars and activity (April 2026)
- Production reports: Gartner Q1 2026, Anthropic 2026 Agentic Coding Trends
- Community sources: awesome-claude-code, awesome-claude-plugins, quemsah/awesome-claude-plugins (14,634 repos)
- Benchmark data: GAIA benchmark, LangGraph production metrics, CrewAI execution data
- Direct testing and production deployments
License
MIT β use, fork, share, build on top of this freely. Attribution appreciated but not required.
If this saved you time, star the repo.
Built for the Claude ecosystem. Updated by the community. April 2026.
commands.md Β· mcp-servers.md Β· plugins.md Β· tools.md Β· workflows.md Β· agent-frameworks.md
Files in the repo
- agent-frameworks.md
- commands.md
- LICENSE
- mcp-servers.md
- plugins.md
- README.md
- tools.md
- workflows.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More collections
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
PM Skills Marketplace: 100+ agentic skills, commands, and plugins β from discovery to strategy, execution, launch, and growth.
A collection of MCP servers.
Model Context Protocol Servers
Extracted system prompts from Anthropic - Claude Fable 5.1, Opus 5, Claude Design, Claude Code. OpenAI - ChatGPT GPT-6-Astra, Codex. Google - Gemini 3.8 Flash, 3.1 Pro, Antigravity. xAI - Grok, Grok Bot, Cursor, Kimi and more! Updated regularly.