Install
$ agentstack add skill-stanshy-agenthub-spec-update ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
規範文件更新
修改任何 .knowledge/specs/ 下的規範文件時,必須透過此 skill 執行,確保版本號遞增、變更有記錄、相關任務被通知。
使用方式
/spec-update
參數
$0: 規範文件路徑(如.knowledge/specs/api-design.md)$ARGUMENTS: 完整參數(含變更摘要)
執行步驟
STEP 1 — 讀取目標規範文件
讀取 $0,確認:
- 當前版本號(文件標題或頂部 metadata 中的
vX.Y) - 文件結構與現有內容
⛔ STEP 2 — 確認變更範圍
說明本次變更:
- 變更內容:新增 / 修改 / 刪除了什麼
- 影響範圍:哪些模組、API、功能受影響
- 向後相容性:是否有 breaking change
輸出:
📋 變更摘要
規範文件:$0
當前版本:vX.Y
變更類型:[新增欄位 / 修改行為 / 刪除功能 / 其他]
影響範圍:[描述]
Breaking change:[是 / 否]
> ✋ 確認變更範圍正確後再繼續。
STEP 3 — 執行變更
對 $0 進行實際修改。
⛔ STEP 4 — 遞增版本號
在規範文件頂部更新版本號:
- Minor change(新增、修改):
vX.Y→vX.Y+1 - Breaking change:
vX.Y→vX+1.0
在文件頂部加入變更記錄(若無 Changelog 區塊則新增):
## Changelog
### vX.Y+1 — {YYYY-MM-DD}
{變更摘要}
> ✋ 確認版本號已遞增、變更記錄已寫入後再繼續。
STEP 5 — 更新 file-index.md
找到 .knowledge/file-index.md,更新對應規範文件的版本標註:
| `.knowledge/specs/api-design.md` | API 設計規格 vX.Y+1(🔴 規範) |
STEP 6 — 掃描受影響任務
!find .tasks -name "*.md" 2>/dev/null | xargs grep -l "api-design\|data-model\|feature-spec" 2>/dev/null | head -10
列出目前 in_progress 或 assigned 狀態、且與本規範相關的任務。
STEP 7 — 輸出通知
✅ 規範更新完成
規範文件:$0
版本:vX.Y → vX.Y+1
file-index 已更新:✅
受影響的進行中任務:
- T3: {名稱} (in_progress → 需確認是否受影響)
- T5: {名稱} (assigned → 執行前請重新閱讀規範)
建議動作:
1. 通知相關 L2 Agent 重新讀取規範後繼續執行
2. 若有 breaking change,請 L1 確認已完成任務是否需要返工
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Stanshy
- Source: Stanshy/AgentHub
- License: MIT
- Homepage: https://agenthub.stanshy.com/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.