From data-science
Specialized subagents for PolicyEngine repositories: tax/benefit rule implementation and validation in country models, Flask API reviews, React app/SEO audits, PR/CI management, testing, and documentation enrichment.
npx claudepluginhub policyengine/policyengine-claude --plugin data-scienceThis repository contains specialized Claude agents for PolicyEngine development across different types of repositories. ``` agents/ ├── country-models/ # Agents for country packages (policyengine-us, policyengine-uk, etc.) │ ├── ci-fixer.md # Fixes CI issues iteratively │ ├── cross-program-validator.md # Validates program interactions │ ├── document-collector.md ...
Orchestrates advanced multi-agent PolicyEngine development using git worktrees for strict isolation: document collection, parallel test/rules creation, and review phases.
Collection of 72 specialized subagents for Claude Code with personas for domains like security analysis, auditing, code review, DevOps, ML Ops, compliance, and IP analysis. Delegate complex domain-specific tasks via @README.
Discovers reusable UK government open-source code by searching 24,500+ repositories via govreposcrape, extracts project capabilities, assesses candidates on license/code quality/docs/tech/maintenance, scores them, recommends fork/library/reference strategies, and outputs assessment.
Share bugs, ideas, or general feedback.
This repository contains specialized Claude agents for PolicyEngine development across different types of repositories.
agents/
├── country-models/ # Agents for country packages (policyengine-us, policyengine-uk, etc.)
│ ├── ci-fixer.md # Fixes CI issues iteratively
│ ├── cross-program-validator.md # Validates program interactions
│ ├── document-collector.md # Collects authoritative sources
│ ├── documentation-enricher.md # Enriches code with examples
│ ├── edge-case-generator.md # Generates edge case tests
│ ├── implementation-validator.md # Validates implementations
│ ├── integration-agent.md # Advanced merge workflows
│ ├── isolation-enforcement.md # Enforces agent isolation
│ ├── isolation-setup.md # Sets up isolation environment
│ ├── issue-manager.md # Manages GitHub issues and PRs
│ ├── performance-optimizer.md # Optimizes calculations
│ ├── pr-pusher.md # Formats and pushes PRs
│ ├── program-reviewer.md # Reviews regulatory compliance
│ ├── rules-engineer.md # Implements rules from documentation
│ ├── test-creator.md # Creates tests from documentation
│ └── workflow.md # Multi-agent workflow documentation
├── api/ # Agents for policyengine-api
│ └── api-reviewer.md # Reviews API implementations
├── app/ # Agents for policyengine-app and web tools
│ ├── app-reviewer.md # Reviews React app code
│ ├── seo-meta-checker.md # Audits SEO meta tags and OG tags
│ ├── seo-crawlability-checker.md # Audits robots.txt, sitemap, routing
│ ├── seo-performance-checker.md # Audits bundle sizes and performance
│ └── seo-content-checker.md # Audits semantic HTML and content
├── shared/ # Shared resources across all repos
│ ├── policyengine-standards.md # Common standards and patterns
│ ├── model-evaluator.md # Evaluates model outputs
│ └── pr-merge-checklist.md # PR merge checklist
├── branch-comparator.md # Compares branches for differences
├── legislation-statute-analyzer.md # Analyzes legislative text
└── reference-validator.md # Validates parameter references
Install via Claude Code plugin marketplace:
/plugin marketplace add PolicyEngine/policyengine-claude
/plugin install country-models@policyengine-claude
Or add to your repo's .claude/settings.json for auto-install:
{
"plugins": {
"marketplaces": ["PolicyEngine/policyengine-claude"],
"auto_install": ["country-models@policyengine-claude"]
}
}
These agents support the multi-agent development workflow for implementing tax and benefit rules with proper isolation and verification.
Agents focused on Flask API development, performance, security, and proper REST practices.
Agents for React application development, focusing on component quality, performance, and user experience.
Resources and agents that apply across all PolicyEngine repositories.
For country model development, we use an isolated multi-agent approach:
See country-models/workflow.md for detailed workflow documentation.
| Agent | Description | Primary Use Case |
|---|---|---|
| ci-fixer | Runs tests locally, fixes issues iteratively | Automated CI/CD pipeline fixing |
| cross-program-validator | Validates interactions between benefit programs | Preventing integration issues |
| document-collector | Gathers authoritative documentation | Research and documentation collection |
| documentation-enricher | Enriches code with examples and references | Improving code documentation |
| edge-case-generator | Generates comprehensive edge case tests | Test coverage improvement |
| implementation-validator | Validates implementations for quality | Code quality assurance |
| integration-agent | Advanced merge workflows | Branch management |
| issue-manager | Finds or creates GitHub issues and PRs | Issue tracking and management |
| performance-optimizer | Optimizes benefit calculations for performance | Performance tuning |
| pr-pusher | Formats and pushes PRs | PR quality control |
| program-reviewer | Reviews government program implementations | Regulatory compliance |
| rules-engineer | Implements government benefit program rules | Policy implementation |
| test-creator | Creates comprehensive integration tests | Test development |
| isolation-setup | Sets up git worktrees for isolated development | Development environment |
| isolation-enforcement | Enforces test/implementation isolation | Multi-agent workflow |
| Agent | Description | Primary Use Case |
|---|---|---|
| branch-comparator | Compares branches for differences | Identifying changes between development branches |
| legislation-statute-analyzer | Analyzes legislative text and identifies statutes | Legal document analysis |
| reference-validator | Validates that all parameters have proper references | Documentation validation |
| Agent | Description | Location |
|---|---|---|
| api-reviewer | Reviews API implementations for REST best practices | api/ |
| Agent | Description | Location |
|---|---|---|
| app-reviewer | Reviews React app code for quality and performance | app/ |
| seo-meta-checker | Audits meta tags, OG tags, Twitter cards, canonical URLs | app/ |
| seo-crawlability-checker | Audits robots.txt, sitemap, routing, SSR, hosting config | app/ |
| seo-performance-checker | Audits bundle sizes, code splitting, fonts, images | app/ |
| seo-content-checker | Audits heading hierarchy, semantic HTML, accessibility | app/ |
| Resource | Description | Purpose |
|---|---|---|
| policyengine-standards | Common standards and patterns | Code consistency |
| model-evaluator | Evaluates model outputs | Quality assurance |
| pr-merge-checklist | PR merge checklist | Quality control |