Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

swedish-political-system瑞典政治制度

Agent Skill

swedish-political-system 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

272

周安装

11

GitHub Stars

7

下载量

85
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:swedish-political-system(瑞典政治制度)
来源仓库:https://github.com/hack23/riksdagsmonitor
仓库路径:skills/swedish-political-system
安装命令:
npx skills add https://github.com/hack23/riksdagsmonitor --skill swedish-political-system
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/hack23/riksdagsmonitor --skill swedish-political-system

简介

用于处理 GitHub 仓库、Issue 和 Pull Request 信息。

  • 适合围绕代码变更或协作事项进行整理。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装命令:npx skills add https://github.com/hack23/riksdagsmonitor --skill swedish-political-system。
  • 安装前建议确认权限范围和是否会触发命令执行。

SKILL.md

Swedish Political System Skill

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(Social Democrats)Social democracy, welfare state
M6819.5%Center-RightModeraterna(Moderates)Liberal conservatism, free market
SD7320.9%External SupportSverigedemokraterna(Sweden Democrats)National conservatism, immigration restrictive
C246.9%UnalignedCenterpartiet(Center Party)Agrarian liberalism, decentralization
V246.9%Left OppositionVänsterpartiet(Left Party)Democratic socialism, feminism
KD195.4%Center-RightKristdemokraterna(Christian Democrats)Christian democracy, social conservatism
L164.6%Center-RightLiberalerna(Liberals)Social liberalism, individualism
MP185.2%Left OppositionMiljöpartiet(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

Coalition Patterns:

  • 2014-2021: Junior partner in government with S
  • 2021-2022: Continued cooperation but not in government
  • Electoral volatility: 7.3% (2014) to 5.1% (2022)

Electoral System

Proportional Representation with Modified Sainte-Laguë

Allocation Formula:

def allocate_seats(votes_per_party, total_seats=349):
    """
    Modified Sainte-Laguë method used in Swedish elections
    """
    seats_allocated = {party: 0 for party in votes_per_party}

    # Apply 4% threshold
    total_votes = sum(votes_per_party.values())
    qualified_parties = {
        party: votes for party, votes in votes_per_party.items()
        if votes / total_votes >= 0.04
    }

    for seat in range(total_seats):
        # Calculate quotient for each party
        quotients = {}
        for party, votes in qualified_parties.items():
            divisor = 1.4 if seats_allocated[party] == 0 else (2 * seats_allocated[party] + 1)
            quotients[party] = votes / divisor

        # Award seat to party with highest quotient
        winning_party = max(quotients, key=quotients.get)
        seats_allocated[winning_party] += 1

    return seats_allocated

Seat Allocation:

  • 310 Constituency Seats: Divided among 29 electoral constituencies
  • 39 Leveling Seats: Ensure overall proportionality at national level

4% Threshold Rule:

  • Party must receive 4% nationally OR 12% in at least one constituency
  • Prevents extreme fragmentation
  • Currently: L (4.6%) and KD (5.4%) are vulnerable

Electoral Calendar

gantt
    title Swedish Electoral Cycle (2022-2026)
    dateFormat YYYY-MM-DD

    section Election
    Election Day 2022 :milestone, 2022-09-11, 0d
    Election Day 2026 :milestone, 2026-09-13, 0d

    section Government Formation
    Negotiations :active, 2022-09-12, 30d
    Government Formed :milestone, 2022-10-18, 0d

    section Parliamentary Sessions
    Autumn Session 2022 :2022-09-11, 2022-12-15
    Spring Session 2023 :2023-01-15, 2023-06-15
    Autumn Session 2023 :2023-09-11, 2023-12-15
    Spring Session 2024 :2024-01-15, 2024-06-15

Government Formation Process

Negative Parliamentarism

Key Principle: Prime Minister does not need majority support, only must NOT have majority AGAINST.

Process:

  1. Speaker Consultation (*Talmannen*): Consults all party leaders
  2. Speaker Nomination: Proposes PM candidate
  3. Riksdag Vote: Simple vote (not debate)
  4. Result:

- If <175 MPs vote NO → PM approved - If ≥175 MPs vote NO → Nomination rejected, repeat process

Example: 2022 Government Formation

-- Simulate 2022 PM vote scenarios
WITH party_seats AS (
    SELECT
        'M' as party, 68 as seats, 'Coalition' as position
    UNION ALL SELECT 'KD', 19, 'Coalition'
    UNION ALL SELECT 'L', 16, 'Coalition'
    UNION ALL SELECT 'SD', 73, 'External Support'
    UNION ALL SELECT 'S', 107, 'Opposition'
    UNION ALL SELECT 'V', 24, 'Opposition'
    UNION ALL SELECT 'MP', 18, 'Opposition'
    UNION ALL SELECT 'C', 24, 'Abstain'
),
vote_scenarios AS (
    SELECT
        'Ulf Kristersson (M)' as candidate,
        SUM(CASE WHEN position = 'Opposition' THEN seats ELSE 0 END) as votes_against,
        SUM(CASE WHEN position IN ('Coalition', 'External Support') THEN seats ELSE 0 END) as votes_for,
        SUM(CASE WHEN position = 'Abstain' THEN seats ELSE 0 END) as abstentions
    FROM party_seats
)
SELECT
    candidate,
    votes_against,
    votes_for,
    abstentions,
    CASE
        WHEN votes_against >= 175 THEN '❌ REJECTED'
        ELSE '✅ APPROVED'
    END as result
FROM vote_scenarios;

Result:

  • Votes AGAINST: 149 (S, V, MP)
  • Votes FOR: 176 (M, KD, L, SD)
  • Abstentions: 24 (C)
  • Outcome: ✅ APPROVED (Only 149 against, needs 175 to block)

Coalition Formation Patterns

Historical Coalitions (1970-present):

-- Map historical government coalitions
SELECT
    government_period,
    prime_minister,
    coalition_parties,
    total_seats,
    type
FROM (
    VALUES
        ('2022-', 'Ulf Kristersson', 'M-KD-L', 103, 'Minority (SD support)'),
        ('2021-2022', 'Magdalena Andersson', 'S', 100, 'Minority'),
        ('2014-2021', 'Stefan Löfven', 'S-MP', 116, 'Minority'),
        ('2014', 'Stefan Löfven', 'S-MP', 138, 'Minority'),
        ('2010-2014', 'Fredrik Reinfeldt', 'M-C-L-KD', 173, 'Minority'),
        ('2006-2010', 'Fredrik Reinfeldt', 'M-C-L-KD', 178, 'Majority'),
        ('1994-2006', 'Göran Persson', 'S', 131-161, 'Minority'),
        ('1991-1994', 'Carl Bildt', 'M-C-L-KD', 170, 'Minority')
) AS coalitions(government_period, prime_minister, coalition_parties, total_seats, type);

Coalition Viability Matrix (2022):

CoalitionPartiesSeatsViable?Obstacle
Center-Right + SDM-KD-L-SD176✅ YESL uncomfortable with SD
Center-Right MinorityM-KD-L103✅ YESRequires SD external support
Left BlocS-V-MP149❌ NOOnly 149 seats, needs 175 to block PM
Grand CoalitionS-M175❌ NOPolitically impossible (polar opposites)
Sweden Democrat-ledSD-M-KD160❌ NOM refuses SD PM

Parliamentary Procedures

Legislative Process

graph TB
    A[Bill Introduction] --> B{Source?}
    B -->|Government| C[Government Bill<br/>Proposition]
    B -->|MP/Committee| D[Private Member Bill<br/>Motion]

    C --> E[Committee Review<br/>Utskottsbehandling]
    D --> E

    E --> F[Committee Report<br/>Betänkande]
    F --> G[Plenary Debate<br/>Kammarens debatt]
    G --> H[Vote<br/>Votering]

    H --> I{Result?}
    I -->|Ja majority| J[Passed<br/>Antagen]
    I -->|Nej majority| K[Rejected<br/>Avslagen]

    J --> L{Government Bill?}
    L -->|Yes| M[Becomes Law<br/>Lag]
    L -->|No| N[Government Action Required]

    style C fill:#ffe6cc
    style D fill:#e1f5ff
    style J fill:#ccffcc
    style K fill:#ffcccc

15 Standing Committees (*Utskott*)

Committee Structure:

CommitteeSwedish NameMembersPolicy Area
1. ConstitutionalKonstitutionsutskottet (KU)17Constitutional law, media
2. FinanceFinansutskottet (FiU)17Budget, taxation
3. TaxationSkatteutskottet (SkU)17Tax policy
4. JusticeJustitieutskottet (JuU)17Criminal law, courts
5. Foreign AffairsUtrikesutskottet (UU)17Foreign policy, EU
6. DefenseFörsvarsutskottet (FöU)17Military, national security
7. Social InsuranceSocialförsäkringsutskottet (SfU)17Social security, pensions
8. Health & WelfareSocialutskottet (SoU)17Healthcare, social services
9. Cultural AffairsKulturutskottet (KrU)17Culture, media, sports
10. EducationUtbildningsutskottet (UbU)17Schools, universities
11. TrafficTrafikutskottet (TU)17Transport, infrastructure
12. Environment & AgricultureMiljö- och jordbruksutskottet (MJU)17Environment, farming
13. Civil AffairsCivilutskottet (CU)17Housing, consumer affairs
14. Labor MarketArbetsmarknadsutskottet (AU)17Employment, labor law
15. EU AffairsEU-nämnden (EU)17EU legislation coordination

Committee Assignment Analysis:

-- Analyze committee membership distribution
SELECT
    c.committee_name,
    COUNT(DISTINCT ca.person_id) as total_members,
    STRING_AGG(DISTINCT ca.party, ', ' ORDER BY ca.party) as party_distribution
FROM committee_assignment ca
JOIN committee c ON ca.committee_id = c.committee_id
WHERE ca.from_date <= CURRENT_DATE
    AND (ca.to_date IS NULL OR ca.to_date >= CURRENT_DATE)
GROUP BY c.committee_name
ORDER BY c.committee_name;

Voting Procedures

Vote Types:

  1. Voice Vote (*Acklamation*): Uncontroversial, no recording
  2. Standing Vote (*Uppresning*): MPs stand for YES/NO, recorded
  3. Roll Call Vote (*Votering*): Individual votes recorded electronically

Vote Recording in CIA Platform:

-- Analyze voting patterns by type
SELECT
    vote,
    COUNT(*) as vote_count,
    ROUND(100.0 * COUNT(*) / SUM(COUNT(*)) OVER (), 2) as percentage
FROM vote_data
WHERE vote_date >= CURRENT_DATE - INTERVAL '12 months'
GROUP BY vote
ORDER BY vote_count DESC;

Expected Distribution:

  • Ja (Yes): ~35-40%
  • Nej (No): ~25-30%
  • Frånvarande (Absent): ~30-35%
  • Avstår (Abstain): ~3-5%

Political Culture & Norms

Consensus-Seeking (*Konsensussökande*)

Characteristics:

  • Preference for broad agreements over narrow victories
  • Committee work emphasizes consensus reports
  • Government often consults opposition before major decisions

Remiss System (*Remissförfarande*):

  • Government proposals sent to stakeholders for comment
  • Labor unions, employer organizations, NGOs provide input
  • Builds broad support before legislation

Corporatism & Social Partners

The Swedish Model (*Den svenska modellen*):

graph LR
    A[Government] <--> B[Employers<br/>Svenskt Näringsliv]
    A <--> C[Labor Unions<br/>LO, TCO, SACO]
    B <--> C

    style A fill:#ffe6cc
    style B fill:#e1f5ff
    style C fill:#ffcccc

Key Organizations:

  • LO (Landsorganisationen): Blue-collar unions, 1.3M members, close to S
  • TCO (Tjänstemännens Centralorganisation): White-collar unions, 1.1M members
  • SACO (Sveriges Akademikers Centralorganisation): Professional unions, 700K members
  • Svenskt Näringsliv: Employers' confederation

Parliamentary Decorum

Formal Address:

  • MPs address "Mr./Madam Speaker" (*Herr/Fru Talman*)
  • Never address each other directly in debate
  • Third-person references ("The representative from Stockholm...")

Question Time:

  • Weekly interpellations (*Interpellationsdebatt*)
  • Ministers must respond to parliamentary questions
  • Recorded and published in Riksdagsmonitor platform document_element table

ISMS Compliance Mapping

ISO 27001:2022 Controls

A.5.10 - Acceptable Use of Information

  • Parliamentary data used for democratic accountability purposes
  • Proper attribution of political statements and voting records

A.5.33 - Protection of Records

  • Historical parliamentary records maintained with integrity
  • Electoral data preserved for long-term analysis

NIST CSF 2.0 Functions

IDENTIFY (ID)

  • ID.AM-2: Software platforms and applications inventoried

- Riksdagen API as critical data source for political intelligence

GOVERN (GV)

  • GV.PO-1: Policy and procedures address all stakeholders

- Parliamentary transparency principles guide data collection

CIS Controls v8.1

CIS Control 1: Inventory and Control of Enterprise Assets

  • 1.1: Establish and maintain detailed enterprise asset inventory

- 349 MPs, 8 parties, 15 committees tracked in Riksdagsmonitor platform

CIS Control 3: Data Protection

  • 3.2: Establish and maintain data inventory

- Electoral data, voting records, parliamentary documents cataloged

Hack23 ISMS Policy References

Information Security Policy

Data Classification Policy

Privacy Policy

References

Official Documentation:

CIA Platform Documentation:

Academic Sources:

  • "The Swedish Parliamentary System" - Sveriges Riksdag
  • "Government and Politics in the Nordic Countries" - Nordic Council of Ministers
  • "Parties and Party Systems in Sweden" - Göran Bergström

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.72%
按下载量换算31

Claude

31.18%
按下载量换算27

Cursor

16.58%
按下载量换算14

Gemini CLI

9.01%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills