AI coding assistant in your terminal
Claude Code is Anthropic’s official command-line interface that brings Claude’s powerful AI capabilities directly into your terminal for autonomous software development.
Extremely solo-friendly - Acts as a senior development partner without requiring a team. Can handle full-stack development tasks that would typically require multiple developers.
# Install
npm install -g claude-code
# Set API key
export ANTHROPIC_API_KEY=your_key
# Start coding
claude
Development Tools
Free (requires Claude API key)
AI pair programmer
Code suggestions right in your IDE. Well-integrated with VS Code and GitHub workflow.
Claude Code skill for dispatching parallel agents
Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently
Claude Code skill for executing plans
Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches
Discover more AI and automation tools in The Stockyard
Browse All Resources