Agent skill
template-skill
Replace with description of the skill and when Claude should use it.
Install this agent skill to your Project
npx add-skill https://github.com/knowlet/pf-skills/tree/main/template
SKILL.md
Skill Name
觸發時機
- 列出 Claude 應自動觸發此 Skill 的情境
- 例如:使用者要求「XXX」時
- 例如:特定檔案被建立或修改時
核心任務
用一句話描述此 Skill 的核心目標。
背景知識
說明為什麼需要此 Skill,以及它解決什麼問題。
執行流程
1. 步驟一
↓
2. 步驟二
↓
3. 步驟三
規格與範例
TypeScript
// TypeScript 範例程式碼
Go
// Go 範例程式碼
Java
// Java 範例程式碼
Rust
// Rust 範例程式碼
品質 Checklist
- 檢查項目一
- 檢查項目二
- 檢查項目三
交付產物
執行此 Skill 後,應產出:
- 產物一:說明。
- 產物二:說明。
與其他 Skill 的關聯
analyze-frame:如何與本 Skill 互動enforce-contract:如何與本 Skill 互動
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
analyze-frame
當接收到新需求或 Event Storming 產出後觸發。分析問題類別(CBF/IDF/RIF),生成完整的規格目錄結構。實現「需求與實作分離」、「規格即文檔、文檔即規格」。
code-reviewer
Automated code review that checks code quality, Clean Architecture compliance, DDD patterns, coding standards, and spec traceability.
saga-orchestrator
處理跨 Frame 的複雜業務流程,協調多個 Sub-agent (command/query/reactor) 完成 Saga/Choreography 模式的分散式交易。當需求涉及多個狀態變更、事件反應與查詢的組合時使用。
query-sub-agent
專責處理 IDF (Information Display Frame) 類型的需求。讀取規格目錄結構,生成/審查 Query Side 設計與實作。支援 Java、TypeScript、Go 多語言。
generate-acceptance-test
從規格目錄的 acceptance.yaml 生成/維護 BDD/ezSpec 測試。使用類似 Gherkin 語法,AI 自動產生 step definition(開發人員不需要手寫),驗收測試規格即為 Executable Specification。
mutation-testing
在單元測試通過後觸發。透過引入人工錯誤(Mutants)來「測試你的測試」,確保測試案例具有足夠的錯誤偵測能力,建立對驗證機制的信任(Trust the Verification)。
Didn't find tool you were looking for?