claudecode-documentation

sxntixgo/claudecode-documentation
★ 0 stars Shell AI/LLM Updated today
My personal study notes on Claude Code — MCP servers, agents, skills, hooks, model selection, context management, and prompt engineering, organized as a learning path.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claudecode-documenta": {
      "command": "npx",
      "args": [
        "-y",
        "sxntixgo/claudecode-documentation"
      ]
    }
  }
}

README Excerpt

> Comprehensive documentation for mastering Claude Code - from fundamentals to advanced optimization **Version**: see [CHANGELOG.md](CHANGELOG.md) **Status**: Production Ready ✅ Complete documentation for [Claude Code](https://code.claude.com), covering MCP servers, agents, skills, model selection, thinking modes, context management, and token optimization. Follows a pedagogical progression from fundamentals to advanced patterns.

Topics

aiclaude-codedocumentationllmmcpprompt-engineeringstudy-notes