claude-workspace-architecture

jimy-r/claude-workspace-architecture
★ 2 stars Python 🤖 AI/LLM Updated today
Blueprint for a personal Claude Code workspace — personas, routines, hooks, skills, MCP servers, memory, and task coordination.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-workspace-arc": {
      "command": "uvx",
      "args": [
        "claude-workspace-architecture"
      ]
    }
  }
}

Or install with pip: pip install claude-workspace-architecture

README Excerpt

A blueprint for a personal [Claude Code](https://claude.com/claude-code) workspace — personas, routines, hooks, skills, MCP servers, memory, and task coordination. Four paths, pick by time and setup: - **5-minute skim** — this README, then [META_ARCHITECTURE.md](META_ARCHITECTURE.md) §1 *Layers at a glance* + §11 *Project layout*. Enough to decide if it's worth going deeper.

Topics

agentsanthropicclaudeclaude-codedocumentationmcpworkspace