AI Agent DX
Using Claude Code
Claude Code is an AI coding assistant from Anthropic that runs in your terminal and understands your codebase context.
Claude Code is an AI coding assistant from Anthropic that runs in your terminal and understands your codebase context.
Setup
- Install Claude Code following the official instructions from Anthropic.
- Initialize it in the root of the
leave-localhost-starterrepository.
Best Practices
- Context Awareness: Claude Code automatically reads the
CLAUDE.mdfile in the root directory (which serves as a brief index to the largerAGENTS.mdfile) to understand the project structure and rules. - Task Delegation: You can use Claude Code for terminal-heavy tasks like running tests, finding specific files, or executing Turborepo commands.
- Code Generation: When asking Claude to generate components, explicitly remind it to use the
packages/uidirectory for shared components orapps/appfor product-specific views, as defined in the workspace boundaries. - Skill Usage: If you need to use a specific skill (like adding a Shadcn component), mention the skill name so Claude knows to look in the
.agents/skillsdirectory for detailed instructions before proceeding.
Project Skills
Project Skills are specialized folders of instructions, scripts, and resources that extend an AI agent's capabilities for specific, complex tasks.
Using Codex (GitHub Copilot)
GitHub Copilot (often powered by Codex models) is deeply integrated into editors like VS Code and provides inline code suggestions and a chat interface.