claude-code-best-practice
from vibe coding to agentic engineering - practice makes claude perfect
= Agents ·
= Commands ·
= Skills

Boris Cherny on X (tweet 1 · tweet 2 · tweet 3)
Tip
Visit the How to Use section to take full advantage of this repo.
🧠 CONCEPTS
| Feature | Location | Description |
|---|---|---|
.claude/agents/<name>.md |
||
.claude/commands/<name>.md |
||
.claude/skills/<name>/SKILL.md |
||
| Workflows | .claude/commands/weather-orchestrator.md |
|
| Hooks | .claude/hooks/ |
|
| MCP Servers | .claude/settings.json, .mcp.json |
|
| Plugins | distributable packages | Marketplaces · Create Marketplaces |
| Settings | .claude/settings.json |
|
| Status Line | .claude/settings.json |
|
| Memory | CLAUDE.md, .claude/rules/, ~/.claude/rules/, ~/.claude/projects/<project>/memory/ |
|
| Checkpointing | automatic (file-edit tracking) | |
| CLI Startup Flags | claude [flags] |
|
| AI Terms | ||
| Best Practices | Prompt Engineering · Extend Claude Code |
🔥 Hot
| Feature | Location | Description |
|---|---|---|
| Ultrareview |
/code-review ultra, claude ultrareview [target] |
Tasks tracking |
| Devcontainers | .devcontainer/ |
|
| Channels |
--channels, plugin-based |
Reference |
| Ultraplan |
/ultraplan |
|
| No Flicker Mode |
/tui fullscreen, CLAUDE_CODE_NO_FLICKER=1 |
|
| Auto Mode | --permission-mode auto, Shift+Tab |
|
| Power-ups | /powerup |
|
| Fast Mode |
/fast, "fastMode": true |
|
| Advisor |
/advisor, advisorModel, --advisor |
Blog |
| Computer Use |
computer-use MCP server |
Desktop |
| Agent SDK | npm / pip package |
Quickstart · Examples |
| Ralph Wiggum Loop | plugin | |
| Chrome | --chrome, extension |
|
| Claude Code Web |
claude.ai/code |
Routines |
| Artifacts |
/share, Artifact tool |
|
| Slack | @Claude in Slack |
|
| Code Review |
GitHub App (managed) | |
| GitHub Actions | .github/workflows/ |
GitLab CI/CD |
| Remote Control | /remote-control, /rc |
|
| Deep Links | claude-cli://open?repo=…&q=… |
|
| Dynamic Workflows | /workflows, ultracode keyword, /effort ultracode, .claude/workflows/ |
Deep Research |
| Agent Teams |
built-in (env var) | |
| Agent View |
claude agents, --bg, /bg |
|
| Scheduled Tasks | /loop, /schedule, cron tools |
|
| Routines |
claude.ai/code/routines, /schedule |
Desktop Tasks |
| Tasks | /tasks, ~/.claude/tasks/ |
|
| Goal | /goal <condition>, /goal clear |
|
| Voice Dictation |
/voice |
|
| Bundled Skills | /code-review, /batch |
|
| Git Worktrees | --worktree/-w, .worktreeinclude, EnterWorktree/ExitWorktree, isolation: "worktree", WorktreeCreate/WorktreeRemove hooks |
See orchestration-workflow for implementation details of Command →
Agent →
Skill pattern.
claude
/weather-orchestrator⚙️ DEVELOPMENT WORKFLOWS
All major workflows converge on the same architectural pattern: Research → Plan → Execute → Review → Ship
