專為經濟/財務/會計課教師設計的 Claude Code Plugin,協助快速解讀上市公司資產負債表、計算財務比率、產出課堂視覺化圖表。
在 Claude Code 中執行:
/plugin marketplace add cwstedctw/balance-sheet-analyzer
/plugin install balance-sheet-analyzer@balance-sheet-analyzer-marketplace
git clone https://github.com/cwstedctw/balance-sheet-analyzer.git
# 複製 skill 到專案目錄
cp -r balance-sheet-analyzer/skills/balance-sheet-analyzer /path/to/project/.claude/skills/
# 或複製到全域目錄
cp -r balance-sheet-analyzer/skills/balance-sheet-analyzer ~/.claude/skills/
安裝後在 Claude Code 中直接說:
幫我查台積電 2024 資產負債表
幫我算一下這些數字的財務比率:總資產 5000、總負債 2000、股東權益 3000...
做一個台積電的財務健康雷達圖
幫我出一份流動比率的課堂練習題
balance-sheet-analyzer/
├── .claude-plugin/
│ ├── marketplace.json # Plugin Marketplace 定義
│ └── plugin.json # Plugin manifest
├── skills/
│ └── balance-sheet-analyzer/
│ ├── SKILL.md # Skill 定義(Claude Code 讀取)
│ ├── assets/ # 範例輸出(待補)
│ ├── references/
│ │ ├── glossary.md # 中英術語對照 + 產業基準
│ │ ├── demo-data-tsmc.md # 台積電示範資料
│ │ ├── search-sources.md # 財報搜尋策略
│ │ └── tw-companies.md # 台灣教學公司列表
│ └── scripts/
│ ├── calc_ratios.py # 財務比率計算器
│ ├── generate_chart.py # Chart.js 圖表產生器
│ ├── test_calc_ratios.py # 回歸測試
│ └── test_generate_chart.py # 回歸測試
├── README.md
├── LICENSE
└── CHANGELOG.md
不透過 Claude Code 也可以直接使用:
# 計算比率(使用內建台積電示範資料)
python skills/balance-sheet-analyzer/scripts/calc_ratios.py
# 計算比率(自訂 JSON)
python skills/balance-sheet-analyzer/scripts/calc_ratios.py --json '{"company_name":"範例公司","total_assets":1000,...}'
# 產出圖表
python skills/balance-sheet-analyzer/scripts/generate_chart.py --output charts.html
此 skill 目前為 Claude Code plugin 格式。OpenAI Codex 使用不同的 skills 系統,無法直接安裝。但你仍可以:
scripts/calc_ratios.py 和 scripts/generate_chart.pySKILL.md 的內容作為 Codex 自訂指令的參考歡迎提交 Pull Request!
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.
npx claudepluginhub cwstedctw/balance-sheet-analyzer --plugin balance-sheet-analyzer台灣版財經教學外掛(全合一):產業研究、財報法說、個股研究、估值、DCF/LBO 模型、投資簡報,並內建 humanizer-zh-tw 中文潤飾與台灣用詞規範。全程繁體中文、台股代號、T-IFRS、民國年、新台幣;資料來自免費 TWSE。提到台股代號(如 2330)自動套用台灣風格。
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.