Agent skill · Databases

lgps-scheme-amendment-analyzer

Analyze Local Government Pension Scheme amendments to identify regulatory implications, compare against existing scheme rules, assess member impact, and flag required trustee actions. Uses PSPS Neo4j database and CMS Handbook for comprehensive analysis.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill lgps-scheme-amendment-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/analysis/lgps-scheme-amendment-analyzer/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

--- name: lgps-scheme-amendment-analyzer description: Analyze LGPS scheme amendments, identify regulatory changes, compare against current rules, flag trustee notification requirements, extract member impact. Use when reviewing scheme amendments, regulatory changes, LGPS updates, trustee decisions. Keywords: LGPS, amendment, scheme rules, regulatory change, trustee, member benefits, scheme change. allowed-tools: Read, Bash(grep:*), mcp__neo4j-psps__*, mcp__neo4j-cms-handbook__*, mcp__archon__rag_search_knowledge_base, mcp__archon__rag_read_full_page model: claude-opus-4-5-20251101 context: fork agent: general-purpose --- # LGPS Scheme Amendment Analyzer ## Purpose Analyze Local Government Pension Scheme amendments to identify regulatory implications, compare against existing scheme rules, assess member impact, and flag required trustee actions. Uses PSPS Neo4j database and CMS Handbook for comprehensive analysis. ## When to Use - Reviewing new scheme amendments - Comparing proposed changes against current rules - Assessing impact on member benefits - Identifying trustee notification obligations - Checking compliance with LGPS regulations - Preparing trustee briefing documents ## Av

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Available Resources
  4. Neo4j Databases
  5. Archon RAG
  6. Amendment Analysis Workflow
  7. Phase 1: Document Intake
  8. Phase 2: Regulation Analysis
  9. Phase 3: Member Impact Assessment
  10. Phase 4: Compliance & Trustee Actions
  11. Phase 5: Historical Context
  12. Phase 6: Generate Analysis Report
  13. Amendment Type Patterns
  14. Type 1: Benefit Changes
Ships with 1 file
  • metadata.json
Commands it runs
Search for amendment in documents
grep -ri "amendment" ~/Projects/pensions/documents/
Find regulation references
grep -Eo "Regulation [0-9]+" amendment.txt
Extract effective date
grep -i "effective\|commencing\|takes effect" amendment.txt
More from claude-skill-registry
All skills →
About this skill
What does the lgps-scheme-amendment-analyzer skill do?

Analyze Local Government Pension Scheme amendments to identify regulatory implications, compare against existing scheme rules, assess member impact, and flag required trustee actions. Uses PSPS Neo4j database and CMS Handbook for comprehensive analysis.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill lgps-scheme-amendment-analyzer --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