UNPKG

claude-flow-novice

Version:

Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes Local RuVector Accelerator and all CFN skills for complete functionality.

246 lines (201 loc) • 7.99 kB
# Complete Agent Directory Structure **Total Agents:** 607 organized in 8 main categories and 36 subcategories **Last Updated:** 2025-10-18 ## šŸ“Š Hierarchical Organization ### 1. Development & Engineering (155 agents) ``` development-engineering/ ā”œā”€ā”€ backend/ ..................... 56 agents │ Backend development, APIs, server-side programming ā”œā”€ā”€ integration/ ................. 33 agents │ API integration, third-party services, webhooks ā”œā”€ā”€ devops/ ...................... 24 agents │ DevOps, CI/CD, containerization, orchestration ā”œā”€ā”€ testing/ ..................... 17 agents │ Testing, QA, quality assurance, test automation ā”œā”€ā”€ frontend/ .................... 10 agents │ Frontend frameworks, UI development, client-side ā”œā”€ā”€ database/ .................... 10 agents │ Database design, SQL, NoSQL, data modeling ā”œā”€ā”€ architecture/ ................. 3 agents │ Software architecture, system design, patterns └── mobile/ ....................... 2 agents Mobile app development (iOS, Android) ``` ### 2. Industry-Specific (224 agents) ``` industry-specific/ ā”œā”€ā”€ other/ ...................... 217 agents │ Real estate, hospitality, tourism, energy, utilities, telecom, insurance ā”œā”€ā”€ entertainment/ ................ 5 agents │ Entertainment, media, gaming, sports ā”œā”€ā”€ healthcare/ ................... 1 agent │ Healthcare, medical, clinical systems └── finance/ ...................... 1 agent Finance, banking, fintech, trading ``` ### 3. AI/ML & Automation (62 agents) ``` ai-ml-automation/ ā”œā”€ā”€ machine-learning/ ............ 55 agents │ Traditional ML, classification, regression ā”œā”€ā”€ automation/ ................... 5 agents │ Intelligent automation, workflow automation ā”œā”€ā”€ deep-learning/ ................ 1 agent │ Deep learning, neural networks, frameworks └── computer-vision/ .............. 1 agent Computer vision, image processing, object detection ``` ### 4. Business & Operations (61 agents) ``` business-operations/ ā”œā”€ā”€ strategy/ .................... 21 agents │ Business strategy, strategic planning ā”œā”€ā”€ leadership/ .................. 21 agents │ Leadership, management, organizational development ā”œā”€ā”€ growth/ ....................... 6 agents │ Business growth, scaling, expansion ā”œā”€ā”€ revenue/ ...................... 6 agents │ Revenue optimization, sales, monetization ā”œā”€ā”€ customer/ ..................... 4 agents │ Customer experience, CRM, support └── operations/ ................... 3 agents Operations management, process optimization ``` ### 5. Data & Analytics (34 agents) ``` data-analytics/ ā”œā”€ā”€ business-intelligence/ ....... 18 agents │ Business intelligence, dashboards, reporting ā”œā”€ā”€ forecasting/ ................. 10 agents │ Forecasting, time-series analysis, predictions ā”œā”€ā”€ analytics/ .................... 4 agents │ Data analytics, statistical analysis, insights └── data-engineering/ ............. 2 agents Data engineering, ETL/ELT, data pipelines ``` ### 6. Personal & Professional (32 agents) ``` personal-professional/ ā”œā”€ā”€ career/ ...................... 16 agents │ Career development, job search, interviews ā”œā”€ā”€ communication/ ................ 9 agents │ Communication skills, presentations, feedback ā”œā”€ā”€ leadership/ ................... 3 agents │ Leadership development, coaching, mentoring ā”œā”€ā”€ wellness/ ..................... 3 agents │ Wellness, work-life balance, mental health └── productivity/ ................. 1 agent Productivity, time management, goal setting ``` ### 7. Security & Compliance (28 agents) ``` security-compliance/ ā”œā”€ā”€ cybersecurity/ ............... 15 agents │ Cybersecurity, threat analysis, penetration testing ā”œā”€ā”€ compliance/ .................. 11 agents │ Compliance, regulatory requirements, auditing └── privacy/ ...................... 2 agents Data privacy, GDPR, personal data protection ``` ### 8. Payment & Financial (11 agents) ``` payment-financial/ ā”œā”€ā”€ payment-gateways/ ............. 6 agents │ Payment gateways (Stripe, PayPal, Square, etc.) ā”œā”€ā”€ bnpl/ ......................... 2 agents │ Buy-now-pay-later, installment payments ā”œā”€ā”€ cryptocurrency/ ............... 2 agents │ Cryptocurrency, blockchain, Web3 payments └── billing/ ...................... 1 agent Billing systems, invoicing, subscriptions ``` ## šŸ” Quick Access Patterns ### By Main Category ```bash # Browse main categories ls agents/ # View category overview cat agents/development-engineering/INDEX.md ``` ### By Subcategory ```bash # Browse subcategories ls agents/development-engineering/ # View subcategory agents cat agents/development-engineering/backend/INDEX.md ls agents/development-engineering/backend/ ``` ### By Specific Agent ```bash # Find agent by name find agents -name "*react*" # View agent cat agents/development-engineering/frontend/react-19-specialist.md ``` ## šŸ“ˆ Statistics by Main Category | Category | Agents | Subcategories | Largest Subcategory | |----------|--------|---------------|---------------------| | **Industry-Specific** | 224 | 4 | other (217) | | **Development & Engineering** | 155 | 8 | backend (56) | | **AI/ML & Automation** | 62 | 4 | machine-learning (55) | | **Business & Operations** | 61 | 6 | strategy (21), leadership (21) | | **Data & Analytics** | 34 | 4 | business-intelligence (18) | | **Personal & Professional** | 32 | 5 | career (16) | | **Security & Compliance** | 28 | 3 | cybersecurity (15) | | **Payment & Financial** | 11 | 4 | payment-gateways (6) | ## šŸŽÆ Most Populated Subcategories 1. **industry-specific/other** - 217 agents 2. **development-engineering/backend** - 56 agents 3. **ai-ml-automation/machine-learning** - 55 agents 4. **development-engineering/integration** - 33 agents 5. **development-engineering/devops** - 24 agents 6. **business-operations/strategy** - 21 agents 7. **business-operations/leadership** - 21 agents 8. **business-intelligence** - 18 agents 9. **testing** - 17 agents 10. **career** - 16 agents ## šŸ“š Navigation Guide ### Top-Down Exploration ```bash # 1. Start with main categories ls agents/ # 2. Pick a category cat agents/development-engineering/INDEX.md # 3. Explore subcategories ls agents/development-engineering/ # 4. View specific subcategory cat agents/development-engineering/backend/INDEX.md # 5. List agents ls agents/development-engineering/backend/ ``` ### Search-Based Discovery ```bash # Find by keyword find agents -name "*kubernetes*" grep -r "react" agents/development-engineering/frontend/ # Search all agents grep -r "machine learning" agents/ai-ml-automation/ ``` ### Direct Access ```bash # If you know the path cat agents/development-engineering/backend/backend-api-code-writer-agent.md ``` ## šŸ”— Related Documentation - **[QUICK_REFERENCE.md](QUICK_REFERENCE.md)** - Fast lookup table - **[CATEGORIZATION_SUMMARY.md](CATEGORIZATION_SUMMARY.md)** - Main category breakdown - **[IMPORTED_AGENTS_README.md](IMPORTED_AGENTS_README.md)** - Complete integration guide - **Category INDEX.md files** - Subcategory overviews (e.g., `development-engineering/INDEX.md`) - **Subcategory INDEX.md files** - Agent lists (e.g., `development-engineering/backend/INDEX.md`) ## šŸ’” Pro Tips 1. **Hierarchical Browsing**: Start broad (main category) → narrow down (subcategory) → find specific agent 2. **Keyword Search**: Use `find` or `grep` when you know what you're looking for 3. **Index Files**: Every category/subcategory has an INDEX.md with full agent list 4. **Native vs Imported**: Use native `.claude/agents/` for core workflows, imported `agents/` for specialized expertise --- **Total Organization:** - 8 main categories - 36 subcategories - 607 agents - Fully indexed and searchable