asgard-ai-platform/skills

205 stars · Last commit 2026-05-26

301 open-source coding agent skills across 22 domains — methodology, judgment & gotchas packaged as Claude Agent Skills for the Asgard AI Platform.

README preview

# Asgard Skills

開源的 **301 個 coding agent skills** 知識庫,分成 22 個主題類別。每個 skill 都是獨立的 Markdown 檔案(`SKILL.md`),遵循 [Claude Agent Skills](https://docs.claude.com/en/docs/claude-code/skills) 規範,部分附帶純 Python 腳本做確定性計算。

[English](README.en.md)

## 概觀

本 repo 是 [Asgard AI Platform](https://github.com/asgard-ai-platform) 的**原料庫**。Skills 會與 [Asgard MCPs](https://github.com/orgs/asgard-ai-platform/repositories?q=mcp-) 組合,打包成針對特定使用者情境的 [coding agent plugins](https://github.com/asgard-ai-platform)(例如台股分析師、電商營運、政策研究者)。

每個 skill 封裝的是某個明確任務的**方法論 + 判斷 + 陷阱**——那些 LLM agent 若沒有提示就會重新摸索、或直接做錯的東西。

## Repo 結構

```
.
├── {category}-{skill-name}/
│   ├── SKILL.md           ← Level 1 frontmatter + Level 2 指引
│   ├── examples/          ← (必存在,視需要填充)
│   ├── references/        ← (冗長內容外掛於此)

View full repository on GitHub →