Agent skill

political-analysis

Extract political and legal entities from narrative text. Use when analyzing governments, laws, courts, crimes, punishments, treaties, constitutions, and legal systems.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill political-analysis --agent claude-code

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

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

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

What's inside
Steps it walks through
  1. Entity Types
  2. Extraction Rules
  3. Output Format
  4. Key Considerations
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going