Create specialized AI agents tailored to your specific needs. Extend Agentwise with domain experts, tool specialists, or workflow automators.
# Generate a new specialized agent
/generate-agent "blockchain-specialist"
# Agent will be created at:
# .claude/agents/blockchain-specialist.md
# Use in your next project:
/create "DeFi lending platform"
# Blockchain specialist will automatically be included!
Expert in specific domains like healthcare, finance, or legal
Examples:
Use case: When you need specialized domain knowledge
Specialized in specific programming languages or frameworks
Examples:
Use case: For language-specific optimizations
Integrates with specific tools or platforms
Examples:
Use case: When working with enterprise tools
Automates specific workflows or processes
Examples:
Use case: For workflow automation
Clearly define what your agent will specialize in
/generate-agent "blockchain-specialist"
System creates agent definition in .claude/agents/
.claude/agents/blockchain-specialist.md
Define agent's skills, tools, and MCPs
capabilities:
- Smart contract development
- DeFi protocols
- Web3 integration
Agent is automatically discovered and integrated
Agent ready for use in projects
Located in .claude/agents/ folder
# Blockchain Specialist Agent
## Role
Expert in blockchain development, smart contracts, and Web3 technologies.
## Capabilities
- Smart contract development (Solidity, Rust)
- DeFi protocol implementation
- NFT marketplace creation
- Cross-chain bridge development
- Gas optimization strategies
- Security auditing
## Tools & Technologies
- Ethereum, Polygon, Arbitrum
- Hardhat, Truffle, Foundry
- Web3.js, Ethers.js
- IPFS, Arweave
- TheGraph, Chainlink
## MCP Integrations
- ethereum-mcp
- web3-tools-mcp
- defi-protocols-mcp
## Best Practices
- Always implement reentrancy guards
- Use OpenZeppelin contracts when possible
- Optimize for gas efficiency
- Implement comprehensive testing
- Follow security best practices
## Phase Approach
1. Architecture design
2. Smart contract development
3. Frontend integration
4. Testing & auditing
5. Deployment & monitoring
Expert in React Native, Flutter, and native mobile development.
/generate-agent "mobile-specialist"
Specializes in machine learning, AI models, and data pipelines.
/generate-agent "ml-engineer"
Performs security audits, penetration testing, and vulnerability assessment.
/generate-agent "security-auditor"
Agents are automatically discovered from the .claude/agents/ folder every 5 seconds. No registration required.
// Auto-discovery in action
const agents = await discoverAgents();
// Includes all custom agents
Custom agents are intelligently selected based on project requirements, just like built-in agents.
// Project: "blockchain app"
// Selected: blockchain-specialist
// Automatic inclusion
Custom agents can use any of the 61 integrated MCP servers or define their own custom MCPs.
// Agent can use MCPs
mcp: ['ethereum-mcp', 'web3-mcp']
Custom agents benefit from the same 30-40% token optimization as built-in agents.
// Shared context & caching
// Automatic optimization