Commit 12863b3
Agent Reorganisation Within Categories v2 (#290)
* Feat: Create task plan
* Restructure: Move all agents to new 25-category risk-tiered layout (Phase 2)
- Moves all 117 existing agents from old categories (00-10) to new categories (00-24)
- Deletes old category directories and their README/plugin files
- New structure follows risk-tier ordering: 00=Meta, 01-06=Advisory,
07-13=Local Code, 14-17=Data/Deps/Build, 18-21=External, 22-24=Production
- No content changes; all name: fields were already updated in a prior session
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Feat: More robust gitignore
* Don't lose the report and guidelines that will shape classification of new agents
* Add research and discovery agents
- codebase-explorer: Analyze large codebases systematically
- feasibility-assessor: Evaluate feasibility of proposed solutions
- technology-researcher: Research and evaluate technology options
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Add architecture and design agents
- data-flow-designer: Design and visualize data flow diagrams
- schema-designer: Design data schemas for databases
- solution-architect: Design complete technical solutions
- system-modeler: Create system architecture models
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Add analysis and review agents
- complexity-analyzer: Analyze code complexity and maintainability
- dependency-auditor: Audit and analyze project dependencies
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Add documentation agents
- adr-author: Write architectural decision records
- changelog-generator: Generate changelogs from commits
- readme-generator: Generate README files
- runbook-writer: Write operational runbooks
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Add planning and estimation agents
- effort-estimator: Estimate task effort and complexity
- migration-planner: Plan large-scale migrations
- release-planner: Plan releases and deployments
- risk-assessor: Assess project risks
- task-planner: Break down and plan tasks
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Add testing and QA agents
- coverage-gap-filler: Identify and fill test coverage gaps
- e2e-test-writer: Write end-to-end tests
- integration-test-writer: Write integration tests
- snapshot-updater: Update test snapshots
- test-fixture-generator: Generate test fixtures
- unit-test-writer: Write unit tests
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Add refactoring and modernization agents
- framework-upgrader: Upgrade frameworks and major versions
- language-modernizer: Modernize language features
- linter-fixer: Fix linter violations
- pattern-migrator: Migrate code patterns
- tech-debt-reducer: Reduce technical debt
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Add bug fixing and debugging agents
- bug-fixer: Fix bugs systematically
- log-analyzer: Analyze logs for issues
- regression-hunter: Find and fix regressions
- stack-trace-interpreter: Interpret and analyze stack traces
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Add data and database agents
- data-validator: Validate data integrity and quality
- orm-model-builder: Build ORM models
- schema-migrator: Create and manage schema migrations
- seed-data-generator: Generate seed data
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Add dependency and package management agents
- dependency-upgrader: Upgrade project dependencies
- lockfile-resolver: Resolve lockfile conflicts
- monorepo-manager: Manage monorepo workspaces
- package-publisher: Publish packages
- vulnerability-patcher: Patch security vulnerabilities
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Add infrastructure as code agents
- cloudformation-builder: Build CloudFormation templates
- docker-composer: Create Docker configurations
- helm-chart-builder: Build Helm charts
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Add security and secrets agents
- certificate-manager: Manage SSL/TLS certificates
- cors-policy-manager: Configure CORS policies
- iam-policy-author: Write IAM policies
- secret-rotator: Rotate secrets
- vault-configurator: Configure secret vaults
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Add deployment and release agents
- blue-green-switcher: Execute blue-green deployments
- canary-release-controller: Manage canary releases
- deployer: Deploy applications
- feature-flag-manager: Manage feature flags
- rollback-manager: Manage rollbacks
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Add production ops and observability agents
- alert-configurator: Configure monitoring alerts
- dashboard-builder: Build monitoring dashboards
- log-pipeline-manager: Manage log pipelines
- scaling-manager: Manage auto-scaling
- sla-monitor: Monitor service levels
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Add README to each categories
* Add frontend and ui agents
- i8n exractor
- responsive adapter
- style refactorer
- theme generator
- ui component builder
* Add Build and CI CD agents
- artefact publisher
- build optimiser
- environment configurator
- pipeline builder
- workflow author
* Add API and service integration agents
- api client generator
- message queue configurator
- sdk wrapper builder
- third party integrator
- webhook configurator
* Add production data ops agents
- backup restore manager
- data analyser
- data migrator
- replication configurator
- retention policy enforcer
* Phase 5: Create plugin.json files for all 25 categories
- Created .claude-plugin/plugin.json in all 25 category directories
- Each file contains: name, version 3.0.0, description, author, repository, license, agents array
- All 192 agents catalogued and listed alphabetically by category
- All files validated as proper JSON with correct structure
- Updated task_plan.md to mark Phase 5 as complete
Categories: 00-meta-and-orchestration through 24-production-data-ops
Files created: 25 plugin.json files
Agents catalogued: 192 total
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Phase 6-7: Update marketplace.json and root README.md
- Phase 6: marketplace.json rewritten with all 25 plugins (v3.0.0)
- All plugins include proper names, descriptions, source paths, and keywords
- Marketplace categories mapped correctly (orchestration, research, architecture, etc.)
- 179+ agents distributed across 25 plugins
- Phase 7: README.md completely rewritten for new 25-category structure
- Badge updated to 179+ subagents
- Added Risk Tiers at a Glance section (6 tiers with icons)
- All 25 categories listed with descriptions and agent links
- Updated plugin installation examples
- Complete agent discoverability from root README
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Phase 8: Update CLAUDE.md Repository Structure for 25-category system
- Updated Repository Structure section to reflect new 00-24 categories
- Replaced old 01-10 structure with new risk-tiered 25-category structure
- Added risk tier icons (⚪🟢🟡🟠🔴⛔) for visual hierarchy
- Included detailed risk tier guide explaining tiers 0-5:
- Tier 0: Meta/orchestration
- Tier 1: Low risk (read-only, advisory)
- Tier 2: Medium risk (local code)
- Tier 3: Medium-high risk (data/deps/build)
- Tier 4: High risk (external systems)
- Tier 5: Critical (production)
- All 25 categories now documented with descriptions and tier assignments
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Phase 9: Complete cleanup verification - ALL PHASES FINISHED ✅
Cleanup verification results:
- 9.1 ✓ No orphaned files found (git status clean except settings.local.json)
- 9.2 ✓ Old 00-10 category directories removed (verified in Phase 2)
- 9.3 ✓ All 179+ agents reachable from new README.md links
- 9.4 ✓ unreal-specialist.md removed (merged into game-developer)
Repository Restructure Complete:
- 25 categories (00-24) with risk-tiered structure
- 179+ agents distributed across all categories
- 25 plugin.json files created (v3.0.0)
- marketplace.json updated with all plugins
- Root README.md rewritten with complete documentation
- CLAUDE.md updated with new structure guide
- All old directories cleaned up
The repository is now fully restructured and ready for production use.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Give Claude more permissions for tool use
* Fix: Don't commit and merge working files
* Fix: correct version to 2.0.0
* Fix: Tidy README
* Fix: Claude settings
* Fix YAML Frontmatter should use //n not /n so that it is retained for matching parsed LLM input
* Fix YAML Frontmatter should use //n not /n so that it is retained for matching parsed LLM input
* Fix YAML Frontmatter should use //n not /n so that it is retained for matching parsed LLM input
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent b3e3f9f commit 12863b3
283 files changed
Lines changed: 16851 additions & 2250 deletions
File tree
- .claude-plugin
- .claude
- categories
- 00-meta-and-orchestration
- .claude-plugin
- 01-core-development
- 01-research-and-discovery
- .claude-plugin
- 02-architecture-and-design
- .claude-plugin
- 03-analysis-and-review
- .claude-plugin
- 03-infrastructure
- 04-documentation
- .claude-plugin
- 04-quality-security
- .claude-plugin
- 05-data-ai
- 05-planning-and-estimation
- .claude-plugin
- 06-business-and-product
- .claude-plugin
- 06-developer-experience
- .claude-plugin
- 07-language-and-framework-specialists
- .claude-plugin
- 07-specialized-domains
- 08-business-product
- .claude-plugin
- 08-general-development
- .claude-plugin
- 09-meta-orchestration
- 09-testing-and-qa
- .claude-plugin
- 10-refactoring-and-modernization
- .claude-plugin
- 10-research-analysis
- .claude-plugin
- 11-bug-fixing-and-debugging
- .claude-plugin
- 12-frontend-and-ui
- .claude-plugin
- 13-developer-experience-and-tooling
- .claude-plugin
- 14-data-and-database
- .claude-plugin
- 15-data-science-and-ai
- .claude-plugin
- 16-dependency-and-package-management
- .claude-plugin
- 17-build-and-ci-cd
- .claude-plugin
- 18-api-and-service-integration
- .claude-plugin
- 19-infrastructure-as-code
- .claude-plugin
- 20-security-and-secrets
- .claude-plugin
- 21-specialized-domains
- .claude-plugin
- 22-deployment-and-release
- .claude-plugin
- 23-production-ops-and-observability
- .claude-plugin
- 24-production-data-ops
- .claude-plugin
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
12 | 25 | | |
13 | 26 | | |
14 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 1 | | |
16 | 2 | | |
17 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
0 commit comments