Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Startedclaude-code
Using Claude Code CLI for autonomous development
Stars1
Forks0
UpdatedMay 25, 2026 at 21:36
SKILL.md
readonlyMenu
Using Claude Code CLI for autonomous development
| 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 versionAutomated 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