# Claude Code Resources

Essential references and community workflows.

## Official Documentation

| Topic | URL |
|-------|-----|
| Quickstart | https://code.claude.com/docs/quickstart |
| Common Workflows | https://code.claude.com/docs/common-workflows |
| CLI Reference | https://code.claude.com/docs/cli-reference |
| Settings | https://code.claude.com/docs/settings |
| Sub-agents | https://code.claude.com/docs/sub-agents |
| Agent Teams | https://code.claude.com/docs/agent-teams |
| MCP | https://code.claude.com/docs/mcp |
| Hooks | https://code.claude.com/docs/hooks |
| Security | https://code.claude.com/docs/security |
| GitHub Actions | https://code.claude.com/docs/github-actions |
| IDE Integration | https://code.claude.com/docs/ide-integration |
| Troubleshooting | https://code.claude.com/docs/troubleshooting |

## Community Workflows & Tools

| Resource | Focus |
|----------|-------|
| HumanLayer RPI Workflow | Research > Plan > Implement with validation gates |
| GitHub SpecKit | Specification-driven development |
| GSD (Get Shit Done) | Pragmatic productivity patterns |
| OpenSpec OPSX | Open specification format for AI agents |
| Superpower by obra | Advanced Claude Code customization |
| Karpathy Skills | 80/20 AI coding ratio patterns |
| AgentOS by Brian Casel | Operating system for AI coding sessions |
| Ralph Wiggum Loop | Autonomous bash-loop development plugin |
| Boris Cherny Workflows | Claude Code creator's personal setup and tips |
| Trail of Bits Config | Security-focused Claude Code configuration |
| Addy Osmani LLM Workflow | Google Chrome team member's AI coding setup |

## Key Blog Posts & Articles

| Title | Source |
|-------|--------|
| Claude Code Tips That Changed How I Work | Medium (Ian Adera) |
| 17 Claude Code Workflows That Separate Amateurs from Pros | Medium (Joe Njenga) |
| How I Use Claude Code (+ My Best Tips) | Builder.io |
| Best Practices for Coding with Agents | Cursor Blog |
| My LLM Coding Workflow Going Into 2026 | AddyOsmani.com |
| Agent Best Practices | https://cursor.com/blog/agent-best-practices |

## Pro-Workflow Reference Guides

| Guide | Path | Topics |
|-------|------|--------|
| Settings Guide | `docs/settings-guide.md` | Hierarchy, permissions, sandbox, env vars |
| CLI Cheatsheet | `docs/cli-cheatsheet.md` | Flags, shortcuts, slash commands, scripting |
| Orchestration Patterns | `docs/orchestration-patterns.md` | Command > Agent > Skill, frontmatter |
| Context Loading | `docs/context-loading.md` | Monorepo CLAUDE.md, agent memory, skills |
| Cross-Agent Workflows | `docs/cross-agent-workflows.md` | Claude Code + Cursor config mapping |
| New Features | `docs/new-features.md` | Voice, teams, checkpointing, hooks |
| Daily Habits | `docs/daily-habits.md` | Session habits, debugging, terminal setup |

## Learning Path

1. **Start** — CLI shortcuts, context management, modes
2. **Build** — CLAUDE.md, writing rules, prompting, skills
3. **Scale** — Custom subagents, agent teams, hooks, MCP
4. **Orchestrate** — Command > Agent > Skill wiring, multi-phase dev
5. **Optimize** — Pro-Workflow patterns 1-10, daily habits
6. **Cross-Agent** — Use patterns across Claude Code, Cursor, Codex, Gemini CLI

## How to Use These Practices

### With /learn-rule
```text
[LEARN] Claude-Code: <the practice>
```

### With /learn
Save to database with `Claude-Code` category for searchability.

### With SkillKit
```bash
npx skillkit install pro-workflow
npx skillkit translate pro-workflow --agent cursor
```
