| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
Professional AI Agent Configuration Library for Roo Code โ 2026 Edition
A comprehensive collection of 225 specialized AI agents designed for modern software development, following 2026 security-first principles and best practices. Includes 11 SOTA reasoning personas for advanced cognitive workflows.
# Clone the repository
git clone https://github.com/jtgsystems/Custom-Modes-Roo-Code.git
# Navigate to agent categories
cd Custom-Modes-Roo-Code/agents
# Convert YAML agents to VS Code format
cd vs-code/
python3 convert_modes.pyThis 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 2026 development standards with emphasis on:
All agents are updated to reference the latest 2026 technology stack:
| Technology | Version |
|---|---|
| React | 19+ |
| Node.js | 22+ |
| Python | 3.13+ |
| TypeScript | 5.7+ |
| Go | 1.24+ |
| Java | 24 |
| Next.js | 16 |
| .NET | 9 |
| Kubernetes | 1.32 |
| Terraform | 1.11 |
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
State-of-the-art reasoning and cognitive personas
See SOTA 2026 Personas section below for details.
Advanced cognitive personas implementing cutting-edge reasoning patterns from the Agent Personas SOTA 2026 specification.
| Persona | Level | Description |
|---|---|---|
| ๐๏ธ Core Reasoning Architect | L1 Root | Immutable reasoning foundation, RSC guard |
| ๐ฎ Formula Cascade Oracle | L2 | Fractal formula notation master |
| ๐ฌ Fractal Elaborator | L3-L6 | Infinite zoom specialist |
| Persona | Level | Description |
|---|---|---|
| โก High-Performance Engineer | L2-L3 | Gallie-optimized hardware sympathizer |
| ๐ SOTA Stack Master | L2 | Next-Gen Web & Language Virtuoso |
| ๐จ UI/UX Vibe Master | L2 | Aesthetic Intelligence + Layout Enforcer |
| Persona | Level | Description |
|---|---|---|
| ๐ก๏ธ Anti-Fiction Sentinel | L1 | Truth Enforcer & Neuro-Symbolic Verifier |
| ๐ก DevOps Observability Sentinel | L3 | Production Guardian & Incident Commander |
| Persona | Level | Description |
|---|---|---|
| ๐งฉ Problem Solving Maestro | L2-L3 | Master of All Heuristics |
| ๐ง Cognitive Multi-Thinker | L2 | Parallel Thought Stream + Six Hats |
| ๐ธ๏ธ Agentic Swarm Conductor | L2-L3 | Hive-Mind Orchestrator |
See agents/sota-personas/README.md for the inter-persona handoff matrix and swarm usage guide.
# Clone the complete repository
git clone https://github.com/jtgsystems/Custom-Modes-Roo-Code.git
cd Custom-Modes-Roo-Code
# Convert YAML agents to VS Code format
cd vs-code/
python3 convert_modes.py
# Copy converted modes to Roo Code settings
cp -r converted_modes/.roo/ ~/.config/Antigravity/User/globalStorage/rooveterinaryinc.roo-cline/settings/.roo/# Install specific category
cp agents/core-development ~/.roo-code/agents/ -r
# Install SOTA personas only
cp agents/sota-personas ~/.roo-code/agents/ -rEach agent YAML file can be used directly with Roo Code's custom mode system:
# Example: Loading an agent
slug: python-developer
name: ๐ Python Developer
roleDefinition: ...
customInstructions: ...
groups: [read, edit, browser, command, mcp]slug: agent-name # Unique identifier (kebab-case)
name: ๐ท๏ธ Agent Display Name # Display name with emoji
category: category-name # Primary category
subcategory: subcategory-name # Subcategory
roleDefinition: >- # Agent's role description
You are a specialist in...
customInstructions: >- # Detailed instructions
## 2026 Standards Compliance
...
groups: # Permission groups
- read
- edit
- browser
- command
- mcp
version: '2026.1' # Schema version
lastUpdated: '2026-05-12' # Last update dateagents/
โโโ ai-ml/ # AI & Machine Learning
โ โโโ computer-vision/
โ โโโ data-science/
โ โโโ general/
โ โโโ llm/
โ โโโ mlops/
โ โโโ nlp/
โโโ business-product/ # Business & Product
โ โโโ business-analysis/
โ โโโ marketing/
โ โโโ product-analytics/
โ โโโ product-management/
โ โโโ sales/
โ โโโ general/
โโโ core-development/ # Core Development
โ โโโ architecture/
โ โโโ backend/
โ โโโ frontend/
โ โโโ fullstack/
โ โโโ general/
โโโ infrastructure-devops/ # Infrastructure & DevOps
โ โโโ cloud/
โ โโโ general/
โ โโโ kubernetes/
โ โโโ networking/
โโโ language-specialists/ # Language Specialists
โ โโโ csharp/
โ โโโ golang/
โ โโโ java/
โ โโโ javascript/
โ โโโ python/
โ โโโ rust/
โ โโโ general/
โโโ legal-compliance/ # Legal & Compliance
โ โโโ compliance/
โ โโโ corporate/
โ โโโ criminal/
โ โโโ employment/
โ โโโ ip/
โ โโโ litigation/
โโโ meta-orchestration/ # Meta-Orchestration
โ โโโ general/
โโโ security-quality/ # Security & Quality
โ โโโ general/
โ โโโ security-audit/
โ โโโ testing/
โโโ sota-personas/ # SOTA 2026 Personas
โ โโโ cognitive/
โ โโโ engineering/
โ โโโ quality/
โ โโโ reasoning/
โ โโโ README.md
โโโ specialized-domains/ # Specialized Domains
โโโ blockchain/
โโโ fintech/
โโโ gaming/
โโโ iot/
โโโ seo/
โโโ general/
| Script | Purpose |
|---|---|
| scripts/update_to_2026.py | Bulk update agent YAML files to 2026 standards |
| scripts/validate_custom_modes.py | Validate YAML files against schema |
| vs-code/convert_modes.py | Convert YAML agents to VS Code/Roo Code format |
All agents adhere to 2026 Security Standards:
Please report security vulnerabilities to: security@jtgsystems.com
See CONTRIBUTING.md for detailed guidelines.
| Category | Agents | Primary Use Case |
|---|---|---|
| ๐ง AI & ML | 14 | Machine learning and AI development |
| ๐ผ Business & Product | 18 | Product strategy and business analysis |
| ๐ป Core Development | 58 | Application development and architecture |
| ๐๏ธ Infrastructure & DevOps | 25 | Cloud infrastructure and deployment |
| ๐ฌ Language Specialists | 23 | Programming language expertise |
| โ๏ธ Legal & Compliance | 16 | Regulatory and legal compliance |
| ๐๏ธ Meta-Orchestration | 37 | Workflow and system coordination |
| ๐ Security & Quality | 25 | Security and quality assurance |
| ๐ฏ Specialized Domains | 16 | Industry-specific applications |
| ๐ง SOTA Personas | 11 | Advanced reasoning and cognitive workflows |
Total: 225 Specialized Agents
This project is licensed under the MIT License - see the LICENSE file for details.
MIT License Copyright (c) 2025-2026 JTG Systems Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
| Back | FazBrowse Home | New Git URL |