Claude Code

Type: product (agentic coding tool by Anthropic) | Domain relevance: The coding agent at the center of the wiki’s AI-Assisted Development concept.


Summary

Claude Code is Anthropic’s agentic coding tool (distinct from the general Claude model) — it reads/writes files, runs commands, and orchestrates sub-agents. It’s the subject of Paste This Into Claude, It'll Make You Build 10x Faster (6 Claude Code power phrases), which frames workflow patterns (spec-driven development, parallel sub-agents, verification, skills, CLAUDE.md configuration) attributed to its creator Boris Cherny and to Andrej Karpathy. Key features cited: sub-agents (parallel, context-isolated sessions), a CLAUDE.md file injected into every prompt, reusable skills, and hooks/schedules/loops.


Key Facts

  • Anthropic’s agentic coding tool; creator Boris Cherny.
  • Sub-agents: parallel sessions with isolated context/prompt/permissions.
  • CLAUDE.md steers global behavior (inserted at prompt start).
  • Reusable skills (with “gotchas”); hooks/schedules/loops.
  • Anchors AI-Assisted Development.

In the Sources

SourceContext
Paste This Into Claude, It'll Make You Build 10x Faster (6 Claude Code power phrases)Six “power phrases” / workflow patterns for Claude Code.

Entities: Anthropic, Claude, Austin Marchese Concepts: AI-Assisted Development, Clean Code & Maintainability