From data-science
Suite of specialized agents for PolicyEngine development, covering country-model rule implementation, API review, React app auditing, SEO checks, and multi-agent workflow orchestration.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
data-science:agents/readmeThe summary Claude sees when deciding whether to delegate to this agent
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 ...
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 |
npx claudepluginhub policyengine/policyengine-claude --plugin analysis-toolsAgent that enforces PolicyEngine implementation standards for rules engineering and review, including citation hierarchy, parameter metadata, vectorized formulas, and integration test documentation.
A collection of 72 specialized agent personas for Claude Code, each with domain-specific capabilities, tools, and expertise for tasks like security auditing, DevOps, ML ops, compliance validation, and R development.
Reviews agent code for idempotence, retry safety, isolation, dry-run capability, security vulnerabilities, and architectural best practices in LLM-powered autonomous systems.