Expanly Claude Code Agents
Expanly's internal collection of production-ready Claude Code agents covering full-stack development, DevOps, data science, security, and more.
Quick Start
Install via Claude Code Plugin Marketplace
# Add the marketplace
/plugin marketplace add expanly/expanly-claude-code-agents
# Browse available plugins
/plugin
# Install specific plugins
/plugin install backend-developer@expanly-claude-code-agents
/plugin install python-pro@expanly-claude-code-agents
Manual Installation
- Browse the
plugins/ directory to find the agent you need
- Copy the agent's
.md file from plugins/{agent-name}/agents/
- Place it in your project's
.claude/agents/ directory
Using Commands
Each agent has a command for quick invocation:
# With a task
/backend-developer Build a REST API for user management
# Interactive mode (no task)
/python-pro
Combining Natural Language and Commands
You can mix both approaches for optimal flexibility:
# Start with a command for structured workflow
/debugger "Logs show error X"
# Then provide natural language guidance
"1. Ensure docker container is updated"
"2. Verify all .env variables are set"
"3. Check the logs for other related information"
Best Practices
When to Use Slash Commands
- Structured workflows - Multi-step processes with clear phases
- Repetitive tasks - Operations you perform frequently
- Precise control - When you need specific parameters
- Discovery - Exploring available functionality
When to Use Natural Language
- Exploratory work - When you're not sure which tool to use
- Complex reasoning - When Claude needs to coordinate multiple agents
- Contextual decisions - When the right approach depends on the situation
- Ad-hoc tasks - One-off operations that don't fit a command
Workflow Composition
Compose multiple plugins for complex scenarios:
# 1. Prompt the agent-organizer with the task / feature
/agent-organizer "Lets implement this task with the following agents. Your task is to manage and provide context to them."
# 2. Start with the UX research
/ux-researcher "Make a UX plan for this task"
# 3. Add UI design
/ui-designer "Use our design guidelines and plan the design"
# 4. Plan the fullstack task
/fullstack-developer "Generate two separate isolated tasks one for the backend and one for frontend"
# 5. Build the API
/backend-developer "Build the backend for this task"
# 6. Build the frontend
/frontend-developer "Build the frontend using the API from the backend-developer agent"
# 7. Review the implementation
/code-reviewer
Plugins
Core Development
Language Specialists
Infrastructure