Execute qualquer Skill no Manus
com um clique
com um clique
Execute qualquer Skill no Manus com um clique
Começarclaude-code
Using Claude Code CLI for autonomous development
Estrelas1
Forks0
Atualizado25 de maio de 2026 às 21:36
SKILL.md
readonlyMenu
Using Claude Code CLI for autonomous development
Automated code review with AI agents
Modern AI-assisted development workflow
AI safety and responsible AI practices
Customizing Claude Code with CLAUDE.md
Advanced Claude Code workflows and automation
Using Cursor IDE with advanced AI features
| name | claude-code |
| description | Using Claude Code CLI for autonomous development |
| category | ai |
| tags | ["claude","cli","development","automation","terminal"] |
| models | ["sonnet","opus"] |
| version | 1.0.0 |
| created | "2026-05-14T00:00:00.000Z" |
Leverage Claude Code CLI for AI-powered software development directly in your terminal.
# Install Claude Code
npm install -g @anthropic-ai/claude-code
# Start a session in your project
claude
# Run with a specific task
claude "Add input validation to the login form"
# Use file references
claude "Refactor src/auth.ts to use async/await"
# Run in non-interactive mode
claude -p "Add unit tests for the payment module"
# Use with pipe
cat bug-report.md | claude -p "Fix all issues described in this report"
Claude Code operates as an autonomous coding agent in your terminal. It reads files, writes code, runs commands, and iterates on solutions. Use -p for headless mode, -f for follow-up questions, and CLAUD.md for project-level customization.
claude --version returns the installed version