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

# Agentic Fast Track

> Proxify's Claude Code acceleration toolkit — skills, agents, and guides for agentic engineering.

<Tip>
  New to Claude Code? Start with the [official quickstart](https://code.claude.com/docs/en/quickstart) to get installed and running. This guide picks up where that leaves off. Or jump straight to the [onboarding checklist](/reference/onboarding-checklist/).
</Tip>

## Mindset

<CardGroup cols={2}>
  <Card title="Agentic Engineering" href="/patterns/agentic-engineering/">The shift from coding with AI to delegating work to AI agents.</Card>
  <Card title="The Maturity Ladder" href="/patterns/maturity-ladder/">Four levels — from vibe coding to production-grade engineering.</Card>
</CardGroup>

## Setup

<CardGroup cols={2}>
  <Card title="CLAUDE.md Blueprint" href="/setup/claude-md/">The 200-line pointer pattern for project context.</Card>
  <Card title="Skills Stack" href="/setup/skills-stack/">Starter stacks and skill composition.</Card>
  <Card title="Hooks Playbook" href="/setup/hooks-playbook/">Auto-lint, block .env, guard config — 5 essential hooks.</Card>
  <Card title="MCP Wiring" href="/setup/mcp-wiring/">Connect GitHub, databases, and project management.</Card>
  <Card title="Terminal Setup" href="/setup/terminal-setup/">Aliases, status line, color tabs, and lazy-loading.</Card>
</CardGroup>

## Daily Workflow

<CardGroup cols={2}>
  <Card title="Workflow Patterns" href="/patterns/workflow-patterns/">Plan-then-execute, TDD, bug fix, refactor, code review.</Card>
  <Card title="Context Management" href="/patterns/context-management/">Token budgeting, /compact, @imports, large codebases.</Card>
  <Card title="Session Management" href="/patterns/session-management/">Handoffs, plan mode, forking, when to start fresh.</Card>
  <Card title="Parallel Execution" href="/patterns/parallel-execution/">Git worktrees, the cascade, 3-5 sessions in parallel.</Card>
  <Card title="Prompting Craft" href="/patterns/prompting-craft/">Be specific not emphatic, challenge Claude, self-reflection loops.</Card>
</CardGroup>

## Advanced

<CardGroup cols={2}>
  <Card title="Autonomous Tasks" href="/patterns/autonomous-tasks/">Write-test cycles, tmux, git bisect, safety rails.</Card>
  <Card title="Self-Improving Loop" href="/patterns/self-improving-loop/">CLAUDE.md iteration, skill creation, conversation mining.</Card>
  <Card title="Subagent Patterns" href="/patterns/subagent-patterns/">Parallelize work while keeping main context clean.</Card>
</CardGroup>

## Dojo

<CardGroup cols={2}>
  <Card title="Dojo" href="/dojo/" icon="flask">Hands-on exercises, downloadable skills, and guided builds. Coming soon.</Card>
</CardGroup>

## Reference

<CardGroup cols={2}>
  <Card title="Onboarding Checklist" href="/reference/onboarding-checklist/">Zero to productive in 30 minutes — all actions, no explanations.</Card>
  <Card title="Common Pitfalls" href="/reference/common-pitfalls/">Mistakes engineers make and how to avoid them.</Card>
  <Card title="Links & Resources" href="/reference/links/">Official docs, skills ecosystem, community.</Card>
</CardGroup>
