Get from zero to productive in 30 minutes. Each item links to the full guide if you need details.Documentation Index
Fetch the complete documentation index at: https://agentic.proxify.io/llms.txt
Use this file to discover all available pages before exploring further.
Foundation
Install Claude Code
Official quickstart. Pin a stable version if needed.
Set up Git
Back up important files. Every project should have version control before you start delegating.
Write your first CLAUDE.md
15 minutes. Tech stack, build commands, top 3 conventions. Full guide →
Configure your environment
Set up terminal aliases
c for claude, or alias c='claude --dangerously-skip-permissions' for YOLO mode.Build your skills stack
Browse skills.sh and
npx skills search <keyword>. Skills stack →Set up hooks
Auto-lint, block
.env commits. Hooks playbook →Wire up MCP
GitHub MCP at minimum. MCP wiring →
Set up your personal workspace
Scaffold a plugin for your own skills. Make it yours →
Start working
Try voice input
Run
/voice, then hold Space to dictate. Voice dictation docs →Run your first plan-then-execute cycle
Enter
/plan, define the task, review the plan, execute. Workflow patterns →Try 2 parallel sessions
Open two terminal tabs, run Claude in each. Parallel execution →
Read common pitfalls
Skim before your first real task. Common pitfalls →