Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

policyengine-claude

policyengine-claude 收录了来自 PolicyEngine 的 36 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
36
Stars
31
更新
2026-03-27
Forks
5
职业覆盖
14 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

policyengine-recharts
网页开发工程师

Recharts chart patterns, formatting, and styling for PolicyEngine apps

2026-03-27
policyengine-code-style
计算机程序员

PolicyEngine code writing style guide - formula optimization, direct returns, eliminating unnecessary variables

2026-03-26
policyengine-parameter-patterns
数据科学家

PolicyEngine parameter patterns - YAML structure, naming conventions, metadata requirements, federal/state separation

2026-03-26
policyengine-review-patterns
软件开发工程师

PolicyEngine code review patterns - validation checklist, common issues, review standards

2026-03-26
policyengine-testing-patterns
软件质量保证分析师与测试员

PolicyEngine testing patterns - YAML test structure, naming conventions, period handling, and quality standards

2026-03-26
policyengine-variable-patterns
软件开发工程师

PolicyEngine variable patterns - variable creation, no hard-coding principle, federal/state separation, metadata standards

2026-03-26
policyengine-dashboard-workflow
软件开发工程师

Reference for the /create-dashboard and /deploy-dashboard orchestrated AI workflow

2026-03-14
policyengine-frontend-builder-spec
网页开发工程师

Mandatory frontend technology requirements for PolicyEngine dashboards and interactive tools — Tailwind CSS v4, Next.js (App Router), @policyengine/ui-kit theme, Vercel deployment

2026-03-14
policyengine-modal-deployment
网络与计算机系统管理员

Deploying PolicyEngine backend APIs to Modal — workspace setup, authentication, deployment commands, environments, and troubleshooting

2026-03-14
policyengine-vectorization
数据科学家

PolicyEngine vectorization patterns - NumPy operations, where/select usage, avoiding scalar logic with arrays

2026-03-09
policyengine-code-organization
软件开发工程师

Code organization patterns for PolicyEngine - variable naming conventions, folder structure, file organization

2026-03-09
policyengine-aggregation
数据科学家

PolicyEngine aggregation patterns - using adds attribute and add() function for summing variables across entities

2026-03-09
policyengine-period-patterns
计算机程序员

PolicyEngine period handling - converting between YEAR, MONTH definition periods and testing patterns

2026-03-09
policyengine-reform-patterns
软件开发工程师

PolicyEngine reform patterns - factory functions, contrib parameters, in_effect toggles, registration, and test keys for contributed policy reforms

2026-03-09
policyengine-test-writing
软件质量保证分析师与测试员

This skill should be used when writing unit tests, integration tests, or test fixtures for PolicyEngine frontend apps, APIs, SDKs, and standalone tools. NOT for country model packages (policyengine-us, policyengine-uk, etc.) — those use YAML-based tests with their own conventions. Covers the Given-When-Then naming convention, fixture extraction, edge case coverage, and the rule that only modified test files should be run. Triggers: "write tests", "add tests", "unit test", "test file", "test coverage", "write a test for", "test this function", "test this component", "given when then", "test fixtures", "mock setup", "edge cases", "test naming", "test convention"

2026-03-08
policyengine-app
网页开发工程师

Developing policyengine-app-v2 — the main React frontend for policyengine.org

2026-03-08
policyengine-simulation-mechanics
数据科学家

ALWAYS LOAD THIS SKILL before writing any policyengine.py microsimulation code. Contains correct import paths, environment setup, dataset loading, and analysis patterns. Triggers: "write a script", "policyengine.py", "microsimulation script", "run a simulation", "load the dataset", "FRS", "EFRS", "enhanced FRS", "CPS", "enhanced CPS", "by income decile", "by tenure", "by region", "energy spending", "domestic energy", "household net income", "output_dataset", "ensure_datasets", "uk_datasets", "us_datasets", "import datasets", "from policyengine", "Simulation(dataset=", "uk_latest", "us_latest", "plotly", "analysis script", "decile breakdown", "percentile", "groupby", "weighted", "mean", "median", "p25", "p75", "tenure type", "income band", "policy reform script".

2026-03-07
policyengine-core
数据科学家

PolicyEngine Core simulation engine - the foundation powering all PolicyEngine calculations

2026-03-06
policyengine-analysis
数据科学家

Common analysis patterns for PolicyEngine research repositories (CRFB, newsletters, dashboards, impact studies). For population-level estimates (cost, poverty, distributional impacts), use the policyengine-microsimulation skill instead.

2026-03-05
content-generation
作家与作者

Generate marketing content from PolicyEngine blog posts - social media images, social post copy, and branded assets

2026-03-05
seo-checklist
网页开发工程师

SEO first principles for PolicyEngine web applications - meta tags, crawlability, performance, and dual-mode (standalone + iframe) considerations

2026-03-05
l0
数据科学家

L0 regularization for neural network sparsification and intelligent sampling - used in survey calibration. Triggers: "L0", "sparsification", "sample selection", "hard concrete", "sparse weights", "household selection", "gate", "survey sparsity", "l0-python"

2026-03-05
microcalibrate
数据科学家

Survey weight calibration to match population targets - used in policyengine-us-data for enhanced microdata. Triggers: "calibrate", "calibration", "survey weights", "reweighting", "population targets", "benchmarks", "microcalibrate", "weight adjustment", "target matching"

2026-03-05
microdf
数据科学家

Weighted pandas DataFrames for survey microdata analysis - inequality, poverty, and distributional calculations. Triggers: "weighted mean", "Gini", "poverty rate", "inequality", "MicroDataFrame", "MicroSeries", "weighted statistics", "decile", "quintile", "income distribution", "microdf"

2026-03-05
microimpute
数据科学家

ML-based variable imputation for survey data - used in policyengine-us-data to fill missing values. Triggers: "impute", "imputation", "missing values", "donor", "recipient", "quantile forest", "statistical matching", "PUF", "microimpute", "fill missing"

2026-03-05
policyengine-uk-data
数据科学家经济学家+1

UK survey data enhancement - FRS with WAS imputation patterns and cross-repo variable workflows. Triggers: "FRS", "Family Resources Survey", "WAS", "Wealth and Assets Survey", "UK data", "UK microdata", "wealth imputation", "policyengine-uk-data"

2026-03-05
policyengine-us-data
数据科学家

US survey data enhancement - CPS with PUF imputation patterns and cross-repo variable workflows. Triggers: "CPS", "Current Population Survey", "PUF", "Public Use File", "US data", "US microdata", "enhanced CPS", "policyengine-us-data", "cross-repo", "FINANCIAL_SUBSET"

2026-03-05
policyengine-research-lookup
软件开发工程师

Find and reference PolicyEngine blog posts, research articles, and published analyses for evidence and proof points. Triggers: "find blog post", "PolicyEngine research", "published analysis", "proof point", "has PolicyEngine written about", "blog post about"

2026-03-05
policyengine-user-guide
市场调研分析师与营销专员

Using PolicyEngine web apps to analyze tax and benefit policy impacts - for users of policyengine.org. Triggers: "how to use PolicyEngine", "household calculator", "policy reform on website", "policyengine.org walkthrough", "web app guide"

2026-03-05
policyengine-writing
技术写作员

PolicyEngine writing style for blog posts, documentation, PR descriptions, and research reports - emphasizing active voice, quantitative precision, and neutral tone

2026-03-05
policyengine-uk
税务申报员

ALWAYS LOAD THIS SKILL FIRST before writing any PolicyEngine-UK code. Contains the correct API patterns for household calculations and population simulations using the new policyengine package (not policyengine_uk directly). Triggers: "what would", "how much would a", "benefit be", "eligible for", "qualify for", "single parent", "married couple", "family of", "household of", "if they earn", "with income of", "earning £", "making £", "calculate benefits", "calculate taxes", "benefit for a", "tax for a", "what would I get", "what would they get", "what is the rate", "what is the threshold", "personal allowance", "maximum benefit", "income limit", "benefit amount", "how much is", "Universal Credit", "child benefit", "pension credit", "housing benefit", "council tax", "income tax", "national insurance", "JSA", "ESA", "PIP", "disability living allowance", "working tax credit", "child tax credit", "Scotland", "Wales", "UK", "microsimulation", "population", "reform", "policy impact", "budgetary", "decile".

2026-03-05
policyengine-us
软件开发工程师税务审查员、征收员与税收代理人+1

ALWAYS LOAD THIS SKILL FIRST before writing any PolicyEngine-US code. Contains the correct API patterns for household calculations and population simulations using the new policyengine package. Covers US federal and state taxes/benefits. Triggers: "what would", "how much would a", "benefit be", "eligible for", "qualify for", "single parent", "married couple", "family of", "household of", "if they earn", "earning $", "making $", "calculate benefits", "calculate taxes", "benefit for a", "what would I get", "what is the maximum", "what is the rate", "poverty line", "income limit", "benefit amount", "maximum benefit", "compare states", "TANF", "SNAP", "EITC", "CTC", "SSI", "WIC", "Section 8", "Medicaid", "ACA", "child tax credit", "earned income", "supplemental security", "housing voucher", "microsimulation", "population", "reform", "policy impact", "budgetary", "decile".

2026-03-05
policyengine-data-testing
软件质量保证分析师与测试员

Testing patterns for PolicyEngine data generation pipelines (policyengine-us-data, policyengine-uk-data)

2026-03-05
policyengine-api
软件开发工程师

PolicyEngine API - Flask REST service powering policyengine.org and programmatic access

2026-03-05
policyengine-github-agent-skill
软件开发工程师

Guidance for working with the PolicyEngine GitHub agent bot

2026-03-05
policyengine-district-analysis
数据科学家

Analyze policy impacts for congressional districts and representatives' constituents. Use when the user mentions a specific district (NY-17, CA-52), a representative's name, or asks about geographic policy impacts at district level. Provides HuggingFace district datasets.

2026-03-02