Agent skill · Content & Marketing

policyengine-research-lookup

Find and reference PolicyEngine blog posts, research articles, and published analyses for evidence and proof points

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/policyengine-research-lookup-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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" | \

What's inside
Steps it walks through
  1. For Users 👥
  2. What is PolicyEngine Research?
  3. Key Research Highlights
  4. For Analysts 📊
  5. Finding Blog Posts
  6. Key Posts to Reference
  7. Post Structure
  8. For Contributors 💻
  9. When to Use This Skill
  10. Common Lookups
  11. Adding New Research References
  12. Resources
Ships with 1 file
  • metadata.json
Commands it runs
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/
More from claude-skill-registry
All skills →
About this skill
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.

Keep going