By fatfingererr
Collection of reusable macro-level skills for Claude Code and AI agents (Traditional Chinese documentation).
用「庫存快速回補」作為短期警戒訊號,評估銅價是否接近短線高點,同時給出一個「長期是否偏便宜」的歷史分位數判讀。
用跨資產訊號(全球股市韌性 + 中國利率環境)評估銅價能否突破關卡或進入「回補/回踩」到支撐的機率與路徑。
用公開資料量化「銅供應是否過度集中、主要產地是否結構性衰退、替代增量是否依賴少數國家」,並輸出可行的中期供應風險結論與情境推演。
用天然氣與化肥價格的日頻數據,檢驗「天然氣暴漲→化肥供應受限/毀約→化肥飆價」敘事是否成立,輸出可標註到圖上的關鍵轉折點與領先落後分析。
在「失業率走高/勞動市場轉弱」但「名目或實質 GDP 仍維持高位(或仍在成長)」的情境下,依據歷史關聯估算美國財政赤字占 GDP(Deficit/GDP)可能擴張的區間,並生成對長天期美債(長久期 UST)供給/利率風險的情境解讀。支援視覺化圖表輸出。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code 技能市集,專注於宏觀經濟分析領域。
Macro Skills 是一個為 Claude Code 設計的技能市集網站,提供宏觀經濟分析相關的技能套件。使用者可以瀏覽、搜尋並安裝各種經濟分析技能,提升研究與分析效率。
| 技術 | 用途 |
|---|---|
| React 18 | 前端框架 |
| TypeScript | 型別安全 |
| Vite | 建置工具 |
| TailwindCSS | 樣式框架 |
| React Router | 前端路由 |
| Bun | 套件管理與執行環境 |
macro-skills/
├── frontend/ # 前端應用程式
│ ├── src/
│ │ ├── components/ # React 元件
│ │ │ ├── common/ # 通用元件
│ │ │ ├── layout/ # 版面配置元件
│ │ │ └── skills/ # 技能相關元件
│ │ ├── pages/ # 頁面元件
│ │ ├── services/ # 資料服務
│ │ ├── types/ # TypeScript 型別定義
│ │ └── data/ # 靜態資料
│ └── public/ # 靜態資源
├── skills/ # 技能定義檔
├── commands/ # Slash commands
├── scripts/ # 建置腳本
└── .github/workflows/ # GitHub Actions 工作流程
# 複製專案
git clone https://github.com/fatfingererr/macro-skills.git
cd macro-skills
# 安裝相依套件
bun install
# 啟動開發伺服器
bun run dev
開發伺服器啟動後,開啟瀏覽器前往 http://localhost:5173/
# 建置 marketplace 資料
bun run build:marketplace
# 建置前端應用程式
cd frontend; bun run build; cd ..
建置產出位於 frontend/dist/ 目錄。
本專案支援 GitHub Pages 自動部署。
推送至 master 分支後,GitHub Actions 會自動執行建置與部署流程。
https://fatfingererr.github.io/macro-skills/
每個技能使用 SKILL.md 檔案定義,採用 YAML frontmatter 格式:
---
name: skill-name # 技能識別碼(kebab-case)
displayName: 技能名稱 # 顯示名稱
description: 技能簡短描述 # 一至兩句說明
emoji: 圖示 # 代表圖示
version: v1.0.0 # 版本號
license: MIT # 授權條款
author: 作者名稱 # 作者
tags: # 標籤
- 標籤一
- 標籤二
category: indicator-monitoring # 類別
riskLevel: safe # 風險等級
tools:
- claude-code # 支援工具
featured: false # 是否為精選
---
# 技能名稱
詳細說明文件...
| 等級 | 說明 |
|---|---|
| safe | 僅執行分析,不修改檔案或系統 |
| low | 可能讀取本地檔案 |
| medium | 可能修改本地檔案 |
| high | 可能執行系統指令 |
| critical | 具有完整系統存取權限 |
| ID | 中文 | English |
|---|---|---|
| data-processing | 資料處理 | Data Processing |
| indicator-monitoring | 指標監控 | Indicator Monitoring |
| nowcasting | 即時預測 | Nowcasting |
| business-cycles | 景氣週期 | Business Cycles & Regimes |
| inflation-analytics | 通膨分析 | Inflation Analytics |
| labor-market | 勞動市場 | Labor Market Analytics |
| consumption-demand | 消費需求 | Consumption & Demand |
| production-investment | 產業景氣 | Production & Investment |
| housing-shelter | 房市居住 | Housing & Shelter |
| central-bank-policy | 央行操作 | Central Bank Policy Signals |
| policy-modeling | 政策模型 | Policy Modeling |
| interest-rates | 存貸利率 | Interest Rates |
| fx-factors | 外匯因子 | FX Factors |
| capital-flows | 跨境金流 | Capital Flows & BoP |
| credit-risk | 信用風險 | Credit Risk |
| liquidity-fci | 流動性條件 | Liquidity & FCI |
| commodity-sd | 商品供需 | Commodity S&D |
| event-scenario | 事件情境 | Event Risk & Scenario |
skills/ 目錄下建立新資料夾SKILL.md 檔案詳細說明請參閱網站的提交頁面。
本 Repository 受 Skillstore 啟發而建立,待未來成熟後願合併回 Skillstore。
除此之外,也使用到以下的第三方 Skill,非常感謝:
MIT License
npx claudepluginhub joshuarweaver/cascade-code-general-misc-1 --plugin fatfingererr-macro-skillsUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
v9.54.1 — Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Build and maintain an LLM-curated personal knowledge base with default local FastEmbed + sqlite-vec search, BM25 fusion, structured evidence, incremental caching, and a compiled graph layer.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
Remove signs of AI-generated writing from text, making it sound more natural and human. Based on Wikipedia's "Signs of AI writing" guide.