political-analysis
Extract political and legal entities from narrative text. Use when analyzing governments, laws, courts, crimes, punishments, treaties, constitutions, and legal systems.
Profile →npx skills add majiayu000/claude-skill-registry --skill political-analysis --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.
# political-analysis Domain skill for political and legal system extraction. ## Entity Types | Type | Description | |------|-------------| | `government` | Ruling body or political system | | `law` | Law, regulation, or decree | | `legal_system` | Legal framework or justice system | | `court` | Court or judicial body | | `judge` | Judge or magistrate | | `jury` | Jury or decision panel | | `lawyer` | Lawyer, advocate, or legal representative | | `crime` | Crime or offense | | `punishment` | Punishment or penalty | | `evidence` | Evidence or proof | | `witness` | Witness or testimony | | `treaty` | Treaty or international agreement | | `constitution` | Constitution or founding document | ## Extraction Rules 1. **Government structure**: Type (monarchy, democracy, theocracy, oligarchy), who rules 2. **Laws**: What is legal/illegal, penalties, enforcement 3. **Legal proceedings**: Trials, hearings, verdicts, judicial process 4. **Crimes**: Type, severity, accused, victim 5. **Treaties**: Parties involved, terms, enforcement mechanisms ## Output Format Write to `entities/society.json` (society-team file): ```json { "governments": [ { "id": 1, "world_id": 1, "nation_id": 10, "region_id":
- Entity Types
- Extraction Rules
- Output Format
- Key Considerations
What does the political-analysis skill do?
Extract political and legal entities from narrative text. Use when analyzing governments, laws, courts, crimes, punishments, treaties, constitutions, and legal systems.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill political-analysis --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.