demographic-fiscal-trap-analyzer
分析人口老化、債務動態、官僚膨脹與通膨稀釋交互作用下的「財政陷阱」風險,量化各國/地區的財政脆弱度並識別潛在的貨幣稀釋路徑
npx skills add majiayu000/claude-skill-registry --skill demographic-fiscal-trap-analyzer --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.
<essential_principles> <principle name="fiscal_trap_definition"> **財政陷阱定義** 「人口-財政陷阱」(Demographic-Fiscal Trap) 是指:當高齡化撫養比持續攀升、政府債務/GDP 居高不下、官僚體系低效膨脹、且名義成長無法覆蓋利息支出時,政府傾向透過「金融抑制」(financial repression) 或「通膨稀釋」(inflation erosion) 來削減實質負債。 此陷阱的核心特徵: 1. **人口結構剛性**:老年撫養比上升是不可逆的長期趨勢 2. **債務自我強化**:r > g 時債務比率自動膨脹 3. **政治阻力**:削減福利支出的政治成本極高 4. **貨幣出口**:當財政改革無路可走,貨幣稀釋成為「最小阻力路徑」 </principle> <principle name="four_pillar_framework"> **四支柱分析架構** 本技能採用四維度評分框架: | 支柱 | 權重(預設) | 核心指標 | |---------------------------|------------|-----------------------------| | 老化壓力 (Aging Pressure) | 35% | 老年撫養比水準 + 10年斜率 | | 債務動態 (Debt Dynamics) | 35% | 債務/GDP + 5年斜率 + (r-g) | | 官僚膨脹 (Bloat Index) | 15% | 政府消費/GDP + 政府支出/GDP | | 成長拖累 (Growth Drag) | 15% | 名義GDP成長率(負向計分) | 最終 `fiscal_trap_score` = Σ(權重 × z-score) 加權總和 </principle> <principle name="inflation_incentive"> **通膨激勵指數** 通膨激勵指數 (Inflation Incentive Score) 衡量政府選擇「通膨稀釋」路徑的動機強度: ``` inflation_incentive = 0.40 × zscore(debt_level) # 高債務 → 強動機 + 0.20 × zscore(r - g) # r > g → 難以自然去槓桿 + 0.20 × zscore(neg_real_rate_share) # 負實質利率持續 → 已在執行 + 0.20 × zscore(bloat_index) # 高官僚膨脹 → 難以削減支出 ``` 當此指數 > 1.5 時,表示該經濟體有強烈動機維持負實質利率環境。 </principle> <principle name="data_hierarchy
- 快速開始
- 參數說明
- 可用工作流
- 結果解讀指南
- Fiscal Trap Score 解讀
- Inflation Incentive Score 解讀
- 執行案例:日本人口-財政陷阱分析 (2010-2023)
- 核心發現
- 關鍵指標概覽 (2010→2023)
- 陷阱自我強化機制
- 未來場景預測
- 資產配置建議 (日本投資者)
- 生成成果物
- 監測指標 (投資決策參考)
What does the demographic-fiscal-trap-analyzer skill do?
分析人口老化、債務動態、官僚膨脹與通膨稀釋交互作用下的「財政陷阱」風險,量化各國/地區的財政脆弱度並識別潛在的貨幣稀釋路徑
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill demographic-fiscal-trap-analyzer --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.
