Claude Code Resources and Tools

A focused Claude Code resource index for official docs, FAQ answers, MCP servers, CLI workflows, IDE setup, and practical ClaudeCode101 guides.

Use this page as a focused index for Claude Code learning, setup, tooling, and troubleshooting. It keeps the most useful official sources and ClaudeCode101 guides in one place, without mixing unrelated AI tools into the main workflow.

Start Here

Official Sources

High-Intent Questions

Troubleshooting

Core Mechanics

  • CLAUDE.md - Project context, commands, standards, and delivery rules.
  • Claude Code memory official docs - Choose between CLAUDE.md, CLAUDE.local.md, .claude/rules/, and skills.
  • Plan Mode - Review the implementation plan before editing.
  • Headless Mode - Run repeatable prompts in automation and CI.
  • Sessions - Resume, rename, compact, and branch Claude Code work safely.
  • Statusline - Show model, branch, context, cost, and limit signals in the terminal.
  • Remote Control - Steer a local Claude Code session from another device.
  • Slash commands - Turn repeated prompts into reusable slash commands.
  • Custom command arguments - Decide when slash command text is enough and when a skill is better.
  • Hooks - Add workflow automation and guardrails.
  • Subagents - Use focused agents for repeated specialist roles.
  • Dynamic Workflows - Use background orchestration for large audits, migrations, and cross-checked research.
  • Ultracode - Use xhigh plus workflow choice for serious scoped sessions.
  • Context management - Reduce noisy context and wasted usage.

MCP and Tooling

Workflow Guides

Advanced Usage

Suggested Reading Path

  1. Install Claude Code and run a small project session.
  2. Add a focused CLAUDE.md.
  3. Configure tool permissions and GitHub CLI.
  4. Learn Plan Mode before large edits.
  5. Add MCP servers only when they support a real workflow.
  6. Learn dynamic workflows and ultracode only after you can scope tasks clearly.
  7. Use context management and headless mode after the basics are stable.