Back to tools
AvailableCodificación·
Claude Code
Agentic coding CLI that lives in your terminal. Reads files, edits code, runs tests and commits autonomously.
Compatible with
anthropicclaude-codecliagentescodificación
Claude Code
Claude Code is Anthropic's agentic programming tool integrated directly into your terminal. Unlike traditional code assistants, Claude Code can operate fully autonomously: it reads your code, edits it, runs tests and commits without constant prompting.
Installation
npm install -g @anthropic-ai/claude-code
claude
Capabilities
- Autonomous editing: Reads, modifies and creates files in your project
- Command execution: Runs tests, builds and scripts autonomously
- Git integration: Commits, branches and pushes directly
- Agent mode: Completes long tasks without constant supervision
- Multi-file: Understands and modifies entire projects, not just single files
- MCP support: Integrates with MCP servers to access external tools
Usage modes
# Interactive mode
claude
# Single task
claude "Add tests for the login function"
# No-confirmation mode
claude --dangerously-skip-permissions "Refactor the auth module"