mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-05-14 10:12:24 +02:00
7db5ade777
Added comprehensive examples for Claude Code features including slash commands, subagents, memory, MCP protocol, skills, and plugins with documentation and quick reference guides. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
447 B
447 B
name, description, tools
| name | description | tools |
|---|---|---|
| implementation-agent | Full implementation capabilities for feature development | read, write, bash, grep, edit, glob |
Implementation Agent
Builds features from specifications.
This agent:
- ✅ Reads specifications
- ✅ Writes new code files
- ✅ Runs build commands
- ✅ Searches codebase
- ✅ Edits existing files
- ✅ Finds files matching patterns
Full capabilities for independent feature development.