policyengine-research-lookup
Find and reference PolicyEngine blog posts, research articles, and published analyses for evidence and proof points
npx skills add majiayu000/claude-skill-registry --skill policyengine-research-lookup-skill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# PolicyEngine Research Lookup Use this skill to find existing PolicyEngine research, blog posts, and published analyses that can serve as evidence, proof points, or references. ## For Users 👥 ### What is PolicyEngine Research? PolicyEngine publishes research through: - **Blog posts**: Policy analyses, model updates, methodology explanations - **Research reports**: In-depth studies for partners and stakeholders - **Dashboards**: Interactive tools for specific policy questions ### Key Research Highlights **Government adoption:** - Our CTO spent 6 months at **10 Downing Street** adapting PolicyEngine for UK government use (see `policyengine-10-downing-street.md`) **State coverage:** - US model covers federal + state taxes for all 50 states - State-specific posts: California, New York, Kansas, Montana, Oregon, Utah, Washington, Minnesota **UK coverage:** - Full UK tax-benefit system - Autumn Budget analyses, manifesto costing ## For Analysts 📊 ### Finding Blog Posts **Location in codebase:** ``` ~/policyengine-app-v2/app/src/data/posts/articles/ ``` **Search for topics:** ```bash # Find posts mentioning a topic find ~/policyengine-app-v2/app/src/data/posts/articles/ -name "*.md" | \
- For Users 👥
- What is PolicyEngine Research?
- Key Research Highlights
- For Analysts 📊
- Finding Blog Posts
- Key Posts to Reference
- Post Structure
- For Contributors 💻
- When to Use This Skill
- Common Lookups
- Adding New Research References
- Resources
Find posts mentioning a topic find ~/policyengine-app-v2/app/src/data/posts/articles/ -name "*.md" | \ xargs grep -l -i "topic" 2>/dev/null List all posts ls ~/policyengine-app-v2/app/src/data/posts/articles/
What does the policyengine-research-lookup skill do?
Find and reference PolicyEngine blog posts, research articles, and published analyses for evidence and proof points
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill policyengine-research-lookup-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
