SW

swedish-political-system

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.zip

Installs 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 culture
115 charsno explicit “when” trigger
Intermediate

Key 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

You give it
Political data or event
You get back
Contextualized political analysis

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:

  1. Popular Sovereignty - All public power derives from the people
  2. Parliamentary System - Government must have Riksdag confidence
  3. Public Access Principle (Offentlighetsprincipen) - Transparency of government documents
  4. 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:

PartySeats%BlocFull NameIdeology
S10730.7%Left OppositionSocialdemokraterna<br/>(Social Democrats)Social democracy, welfare state
M6819.5%Center-RightModeraterna<br/>(Moderates)Liberal conservatism, free market
SD7320.9%External SupportSverigedemokraterna<br/>(Sweden Democrats)National conservatism, immigration restrictive
C246.9%UnalignedCenterpartiet<br/>(Center Party)Agrarian liberalism, decentralization
V246.9%Left OppositionVänsterpartiet<br/>(Left Party)Democratic socialism, feminism
KD195.4%Center-RightKristdemokraterna<br/>(Christian Democrats)Christian democracy, social conservatism
L164.6%Center-RightLiberalerna<br/>(Liberals)Social liberalism, individualism
MP185.2%Left OppositionMiljö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;
YearVote %SeatsChange
200635.0%130-4.6%
201030.7%112-4.3%
201431.0%113+0.3%
201828.3%100-2.7%
202230.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;
YearVote %SeatsGrowth
20105.7%20NEW
201412.9%49+7.2%
201817.5%62+4.6%
202220.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.

SkillInstallsUpdatedSafetyDifficulty
swedish-political-system (this skill)03moNo flagsIntermediate
literature-review5592moReviewAdvanced
openalex-database487moReviewIntermediate
market-research-reports387moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

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.).

5591,298

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.

48202

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.

38162

scientific-brainstorming

davila7

Research ideation partner. Generate hypotheses, explore interdisciplinary connections, challenge assumptions, develop methodologies, identify research gaps, for creative scientific problem-solving.

37155

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.

9106

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.

1888

Search skills

Search the agent skills registry