Sandbox
@rohanmistry231/Claude-OS

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.

123 starsβ€’28 forksβ€’Updated 4mo ago
Who it's for

Builders who use Claude Code and want a practical map of commands, integrations, plugins, and workflow patterns.

What it delivers

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

  1. 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

Files Lines Updated License


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.

FileWhat It CoversLinesSize
commands.mdEvery slash command, CLI flag, keyboard shortcut, and prompt code65324 KB
mcp-servers.md25 MCP servers + 10 memory systems, install configs, usage patterns78124 KB
plugins.md40+ plugins and skills across 6 tiers, install commands, role-based setups82929 KB
tools.md25 tools β€” frameworks, vector DBs, deployment platforms, automation56120 KB
workflows.md25 production workflows from RAG pipelines to multi-agent orchestration1,17833 KB
agent-frameworks.md25 agent frameworks with benchmarks, code examples, decision guide73227 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 commandscommands.md
Connect Claude to GitHub / Postgres / Slackmcp-servers.md
Give Claude persistent memorymcp-servers.md#memory-systems
Install the best pluginsplugins.md
Build a RAG pipelineworkflows.md
Compare CrewAI vs LangGraphagent-frameworks.md
Pick a vector databasetools.md
Deploy Claude to productiontools.md + workflows.md

Claude OS β€” Layer Model

This is a framework, not just a collection.

  1. Commands β€” Interaction
  2. MCP β€” Execution
  3. Plugins β€” Capabilities
  4. Tools β€” Infrastructure
  5. Workflows β€” Automation
  6. 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

CategoryMust-Have Servers
Version ControlGitHub, Git, GitLab
DatabasePostgreSQL, SQLite, Redis, Supabase, MongoDB
CommunicationSlack, Notion, Gmail, Discord
DesignFigma
DeploymentVercel, Docker, AWS, Kubernetes
SearchBrave Search, Fetch, Puppeteer
MemoryMemory MCP, mem0, Memora, OmniMem

Plugins β€” By Role

RoleEssential Installs
All developersSuperpowers, 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

NeedFramework
Fastest to demoCrewAI
Production + state managementLangGraph
Research + code executionAutoGen
Claude-only stackClaude Agent SDK
Data-heavy agentsLlamaIndex Agents
Enterprise .NET/AzureMicrosoft Agent Framework

Tools β€” Stack by Use Case

Use CaseStack
Getting startedChroma + LangChain + Streamlit
Production SaaSSupabase + FastAPI + Pinecone + Vercel
EnterpriseLlamaIndex + LangGraph + Qdrant + Kubernetes
No-codeFlowise or Dify + Zapier or Make
Privacy-firstOllama + 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

MetricNumber
Commands documented100+
MCP servers covered25 (from 1,200+ ecosystem)
Memory systems10
Plugins and skills40+
Tools documented25
Workflows with full steps25
Agent frameworks25
Code examples included60+
Total lines of reference4,700+
Repos indexed as sources14,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.

CompanyWorkflowResult
StripeClaude Code across 1,370 engineers10k-line migration: 4 days vs 10 engineer-weeks
RampIncident investigation workflow80% reduction in investigation time
WizMulti-agent code migration50k lines Pythonβ†’Go in ~20hrs (was 2–3 months)
RakutenFeature delivery pipeline24 working days β†’ 5 working days
FountainMulti-agent code review50% faster delivery
CREDAgent teams across dev lifecycle2x speed, maintained quality

πŸ—“οΈ Keeping This Current

Claude Code ships weekly. The ecosystem moves fast.

How to know if something is outdated:

  • Run /help in Claude Code β€” always shows current command list
  • Check claude --version before using CLI flags
  • MCP server transport syntax changed in 2026 (use --transport http for 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

Repository payloadβ€’8 top-level entries
  • 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 it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More collections

The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞

52k
phuryn/
pm-skills
phuryn/pm-skillsCollections

PM Skills Marketplace: 100+ agentic skills, commands, and plugins β€” from discovery to strategy, execution, launch, and growth.

26k

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.

65k
1 add