by jtgsystems
🚀 Custom modes for Roo Code VS Code extension - Enhanced AI coding assistance configurations
# Add to your Claude Code skills
git clone https://github.com/jtgsystems/Custom-Modes-Roo-Code

Professional AI Agent Configuration Library for Roo Code - 2025 Edition
A comprehensive collection of 171 specialized AI agents designed for modern software development, following 2025 security-first principles and best practices.
# Clone the repository
git clone https://github.com/jtgsystems/Custom-Modes-Roo-Code.git
# Navigate to agent categories
cd Custom-Modes-Roo-Code/agents
# Select your agent configuration
cp core-development/general/python-developer.yaml ~/.roo-code/agents/
No comments yet. Be the first to share your thoughts!
This repository contains a meticulously curated collection of AI agent configurations for Roo Code, designed to accelerate development workflows across multiple domains. Each agent is optimized for 2025 development standards with emphasis on:
Specialized AI/ML development and deployment
Business strategy and product development
Foundation development roles and architectures
Modern infrastructure and deployment
Programming language experts
Regulatory and legal expertise
System coordination and workflow management
Security-first development and quality assurance
Industry-specific expertise
# Clone the complete repository
git clone https://github.com/jtgsystems/Custom-Modes-Roo-Code.git
cd Custom-Modes-Roo-Code
# Install to Roo Code directory
cp -r agents ~/.roo-code/custom-modes/
# Install specific category
cp -r agents/core-development ~/.roo-code/agents/
# Install specific agent
cp agents/language-specialists/python/python-developer.yaml ~/.roo-code/agents/
# Use curl for individual agents
curl -O https://raw.githubusercontent.com/jtgsystems/Custom-Modes-Roo-Code/main/agents/core-development/general/python-developer.yaml
Select an Agent
ls agents/core-development/general/
Configure Roo Code
roo-code config set agent-path agents/python-developer.yaml
Activate Agent
roo-code activate python-developer
# Example customization in your project
agent_config:
base: "python-developer"
customizations:
frameworks: ["FastAPI", "Pydantic", "SQLAlchemy"]
deployment: "docker"
testing: "pytest"
ci_cd: "github-actions"
# Set up Python FastAPI project
roo-code new-project --agent python-developer --template fastapi
# Set up React TypeScript project
roo-code new-project --agent typescript-developer --template react-ts
# Combine multiple agents
roo-code orchestrate --agents "python-developer,typescript-developer,postgres-pro"
Each agent follows a standardized YAML structure:
name: "Agent Name"
version: "2025.1"
category: "core-development"
description: "Agent description"
role: |
Detailed role and capabilities description
capabilities:
- capability1
- capability2
frameworks:
- framework1
- framework2
security_features:
- security_feature1
- security_feature2
best_practices:
- practice1
- practice2
All agents adhere to 2025 Security Standards:
security_features:
- input_validation
- output_sanitization
- secure_coding_practices
- vulnerability_scanning
- dependency_checking
- secrets_management
Please report security vulnerabilities to: security@jtgsystems.com
Fork the Repository
git fork https://github.com/jtgsystems/Custom-Modes-Roo-Code.git
Create Feature Branch
git checkout -b feature/new-agent
Add Your Agent
# Follow the template structure
cp template.yaml agents/category/subcategory/your-agent.yaml
Test Configuration
roo-code validate agents/category/subcategory/your-agent.yaml
Submit Pull Request
| Category | Agents | Primary Use Case | |----------|--------|------------------| | 🧠 AI & ML | 11 | Machine learning and AI development | | 💼 Business & Product | 15 | Product strategy and business analysis | | 💻 Core Development | 36 | Application development and architecture | | 🏗️ Infrastructure & DevOps | 14 | Cloud infrastructure and deployment | | 💬 Language Specialists | 23 | Programming language expertise | | ⚖️ Legal & Compliance | 14 | Regulatory and legal compliance | | 🎛️ Meta-Orchestration | 28 | Workflow and system coordination | | 🔐 Security & Quality | 13 | Security and quality assurance | | 🎯 Specialized Domains | 17 | Industry-specific applications |
Total: 171 Specialized Agents