Expert knowledge base for the Swedish political system and Riksdag procedures.
Install
mkdir -p .claude/skills/swedish-political-system && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10212" && unzip -o skill.zip -d .claude/skills/swedish-political-system && rm skill.zipInstalls to .claude/skills/swedish-political-system
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Swedish Riksdag structure, 8 parties, electoral system, government formation, coalition patterns, political cultureKey capabilities
- →Analyze legislative voting patterns
- →Explain coalition formation
- →Contextualize political events
- →Assess party stances
How it works
It provides domain expertise on the Swedish parliamentary system, party dynamics, and legislative processes for intelligence analysis.
Inputs & outputs
When to use swedish-political-system
- →Analyze legislative voting patterns
- →Explain Swedish coalition formation
- →Contextualize political events
- →Assess party stances on legislation
About this skill
Swedish Political System Skill
🔴 AI FIRST Quality Principle
Apply the AI FIRST principle: never accept first-pass quality. Minimum 2 iterations. Read all output, improve every section. No shortcuts.
Purpose
This skill provides comprehensive knowledge of the Swedish political system, parliamentary procedures, party dynamics, electoral mechanisms, and coalition formation patterns essential for intelligence analysis in the Riksdagsmonitor platform. It enables accurate interpretation of political data, proper contextualization of voting patterns, and informed assessment of democratic accountability.
When to Use This Skill
Apply this skill when:
- ✅ Analyzing voting patterns and parliamentary procedures
- ✅ Interpreting coalition dynamics and government formation
- ✅ Assessing party positions on the political spectrum
- ✅ Understanding committee structures and legislative processes
- ✅ Evaluating electoral system impacts on representation
- ✅ Contextualizing political events within Swedish democratic traditions
- ✅ Forecasting election outcomes and coalition scenarios
Do NOT use for:
- ❌ Other Nordic countries' political systems (Norway, Denmark, Finland differ significantly)
- ❌ EU-level politics (different institutional structures)
- ❌ Local/municipal politics (different rules and procedures)
Swedish Political System Overview
Constitutional Framework
graph TB
subgraph "Legislative Branch"
A[Riksdagen<br/>349 Members<br/>4-year term]
A --> B[15 Standing Committees]
A --> C[Parliamentary Groups<br/>8 parties]
end
subgraph "Executive Branch"
D[Government<br/>Regering]
D --> E[Prime Minister<br/>Statsminister]
D --> F[Cabinet Ministers<br/>~22 ministers]
E --> G[11 Ministries]
end
subgraph "Judicial Branch"
H[Supreme Court<br/>Högsta Domstolen]
I[Supreme Administrative Court<br/>Högsta Förvaltningsdomstolen]
end
A -->|Elects| E
A -->|Confidence Vote| D
A -->|Legislative Control| D
D -->|Proposes Legislation| A
subgraph "Electoral System"
J[Voters] -->|Every 4 years| K[Proportional Representation<br/>4% threshold]
K --> A
end
style A fill:#e1f5ff
style D fill:#ffe6cc
style E fill:#ffeb99
style K fill:#ccffcc
Key Constitutional Principles:
- Popular Sovereignty - All public power derives from the people
- Parliamentary System - Government must have Riksdag confidence
- Public Access Principle (Offentlighetsprincipen) - Transparency of government documents
- Proportional Representation - Electoral system ensures party representation
The Riksdag (Swedish Parliament)
Structure and Composition
Key Facts:
- Members: 349 MPs (riksdagsledamöter)
- Electoral Cycle: Every 4 years (September, Sunday closest to 2nd week)
- Last Election: September 11, 2022
- Next Election: September 2026
- Seat Allocation: 310 constituency seats + 39 leveling seats
- Electoral Threshold: 4% nationally OR 12% in one constituency
Current Parliamentary Composition (2022-2026):
-- Query current Riksdag composition from Riksdagsmonitor platform
SELECT
party,
COUNT(DISTINCT person_id) as seat_count,
ROUND(100.0 * COUNT(DISTINCT person_id) / 349, 2) as percentage,
CASE
WHEN party IN ('M', 'KD', 'L') THEN 'Center-Right Coalition'
WHEN party = 'SD' THEN 'External Support'
WHEN party IN ('S', 'V', 'MP') THEN 'Left Opposition'
WHEN party = 'C' THEN 'Unaligned'
END as bloc
FROM assignment_data
WHERE role_code = 'Riksdagsledamot'
AND from_date <= CURRENT_DATE
AND (to_date IS NULL OR to_date >= CURRENT_DATE)
GROUP BY party
ORDER BY COUNT(DISTINCT person_id) DESC;
Expected Output:
| Party | Seats | % | Bloc | Full Name | Ideology |
|---|---|---|---|---|---|
| S | 107 | 30.7% | Left Opposition | Socialdemokraterna<br/>(Social Democrats) | Social democracy, welfare state |
| M | 68 | 19.5% | Center-Right | Moderaterna<br/>(Moderates) | Liberal conservatism, free market |
| SD | 73 | 20.9% | External Support | Sverigedemokraterna<br/>(Sweden Democrats) | National conservatism, immigration restrictive |
| C | 24 | 6.9% | Unaligned | Centerpartiet<br/>(Center Party) | Agrarian liberalism, decentralization |
| V | 24 | 6.9% | Left Opposition | Vänsterpartiet<br/>(Left Party) | Democratic socialism, feminism |
| KD | 19 | 5.4% | Center-Right | Kristdemokraterna<br/>(Christian Democrats) | Christian democracy, social conservatism |
| L | 16 | 4.6% | Center-Right | Liberalerna<br/>(Liberals) | Social liberalism, individualism |
| MP | 18 | 5.2% | Left Opposition | Miljöpartiet<br/>(Green Party) | Green politics, environmentalism |
The 8 Parliamentary Parties
1. Socialdemokraterna (S) - Social Democrats
Founded: 1889
Ideology: Social democracy, democratic socialism
Historical Role: Dominant party 1932-2006 (except 1976-1982, 1991-1994)
Core Policies:
- Strong welfare state and universal benefits
- Labor rights and union cooperation (Swedish model)
- Public sector investment in healthcare, education
- Progressive taxation
Electoral Performance (Recent):
SELECT
election_year,
percentage,
parliament_seats,
percentage - LAG(percentage) OVER (ORDER BY election_year) as vote_change
FROM sweden_political_party
WHERE party_name = 'Socialdemokraterna'
AND election_year >= 2006
ORDER BY election_year;
| Year | Vote % | Seats | Change |
|---|---|---|---|
| 2006 | 35.0% | 130 | -4.6% |
| 2010 | 30.7% | 112 | -4.3% |
| 2014 | 31.0% | 113 | +0.3% |
| 2018 | 28.3% | 100 | -2.7% |
| 2022 | 30.3% | 107 | +2.0% |
Coalition Patterns:
- Historically governed alone or with V, MP
- 2014-2022: Minority government with MP (backed by V, C, L)
- Challenges: Declining support, fragmented left bloc
2. Moderaterna (M) - Moderates
Founded: 1904 (as Allmänna valmansförbundet)
Ideology: Liberal conservatism, fiscal conservatism
Historical Role: Main opposition party, led center-right governments 2006-2014
Core Policies:
- Tax cuts and reduced public spending
- School choice and private sector healthcare
- Law and order, tough on crime
- Pro-business, labor market flexibility
Electoral Trend:
SELECT
election_year,
percentage,
parliament_seats
FROM sweden_political_party
WHERE party_name = 'Moderaterna'
AND election_year >= 2006
ORDER BY election_year;
Coalition Patterns:
- 2006-2014: Led Alliance (Allians för Sverige) with KD, C, L (majority 2006-2010, minority 2010-2014)
- 2022-: Prime Minister from M, coalition with KD, L, external SD support
3. Sverigedemokraterna (SD) - Sweden Democrats
Founded: 1988 (roots in nationalist movements)
Ideology: National conservatism, right-wing populism
Historical Role: Parliamentary breakthrough 2010, kingmaker 2018-
Core Policies:
- Strict immigration controls and deportation
- Cultural assimilation requirements
- Law and order, increased police funding
- EU-skepticism, Swedish sovereignty
Electoral Growth:
SELECT
election_year,
percentage,
parliament_seats,
percentage - LAG(percentage) OVER (ORDER BY election_year) as vote_growth
FROM sweden_political_party
WHERE party_name = 'Sverigedemokraterna'
AND election_year >= 2010
ORDER BY election_year;
| Year | Vote % | Seats | Growth |
|---|---|---|---|
| 2010 | 5.7% | 20 | NEW |
| 2014 | 12.9% | 49 | +7.2% |
| 2018 | 17.5% | 62 | +4.6% |
| 2022 | 20.5% | 73 | +3.0% |
Strategic Position:
- No party willing to form coalition with SD (2010-2018)
- 2022: M accepts SD external support, makes SD kingmaker
- Influence without cabinet positions
4. Centerpartiet (C) - Center Party
Founded: 1913 (as Bondeförbundet - Farmers' League)
Ideology: Agrarian liberalism, rural interests
Core Policies:
- Rural development and decentralization
- Environmental protection with economic growth
- Small business support
- EU-membership support
Coalition Patterns:
- Part of Alliance 2006-2019
- 2019: Left Alliance, refused to cooperate with SD
- 2022: No bloc alignment, swing party position
5. Vänsterpartiet (V) - Left Party
Founded: 1917 (as Sveriges Kommunistiska Parti)
Ideology: Democratic socialism, feminism
Core Policies:
- Wealth redistribution, higher taxes on rich
- Public ownership of key sectors
- Generous welfare expansion
- Pro-labor union, workers' rights
Coalition Patterns:
- Never in government (only support agreements)
- 2014-2021: Supported S-MP government
- 2021: Withdrew support over rent deregulation
6. Kristdemokraterna (KD) - Christian Democrats
Founded: 1964
Ideology: Christian democracy, social conservatism
Core Policies:
- Traditional family values
- Religious freedom
- Law and order
- Tax benefits for families
Coalition Patterns:
- Part of Alliance 2006-2019
- 2022: Coalition government with M, L
7. Liberalerna (L) - Liberals
Founded: 1934 (as Folkpartiet)
Ideology: Social liberalism, secularism
Core Policies:
- Education quality and teacher authority
- Integration with Swedish language requirements
- Gender equality and LGBTQ+ rights
- Pro-EU, internationalism
Electoral Challenges:
- Declined from 7.1% (2010) to 4.6% (2022)
- Barely above 4% threshold (existential risk)
Coalition Patterns:
- Part of Alliance 2006-2019
- 2022: Coalition government with M, KD
- Tension: Social liberal values vs. SD cooperation
8. Miljöpartiet (MP) - Green Party
Founded: 1981
Ideology: Green politics, environmentalism
Core Policies:
- Climate action and renewable energy
- Nuclear phase-out
- Sustainable transport
- Animal rights and organic farming
**
Content truncated.
When not to use it
- →For non-Swedish political systems
- →For EU-level politics
Limitations
- →Limited to Swedish politics
- →Requires domain-specific data
How it compares
It is specifically tailored for the Swedish political context, providing deep domain knowledge for the Riksdagsmonitor platform.
Compared to similar skills
swedish-political-system side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| swedish-political-system (this skill) | 0 | 3mo | No flags | Intermediate |
| literature-review | 559 | 2mo | Review | Advanced |
| openalex-database | 48 | 7mo | Review | Intermediate |
| market-research-reports | 38 | 7mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by Hack23
View all by Hack23 →You might also like
literature-review
K-Dense-AI
Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).
openalex-database
davila7
Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.
market-research-reports
davila7
Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.
scientific-brainstorming
davila7
Research ideation partner. Generate hypotheses, explore interdisciplinary connections, challenge assumptions, develop methodologies, identify research gaps, for creative scientific problem-solving.
exa-search
benjaminjackson
Search the web for content matching a query with AI-powered semantic search. Use for finding relevant web pages, research papers, news articles, code repositories, or any web content by meaning rather than just keywords.
scientific-critical-thinking
davila7
Evaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims.