context-gathering
✓在進入不熟悉的代碼庫、啟動新功能或任何實施任務之前使用。提供結構化探索協議,以便在行動之前了解。
SKILL.md
[!CRITICAL] If confidence < 0.7, DO NOT proceed to implementation. Either gather more context or escalate gaps to user.
| "I'll figure it out as I go" | Leads to inconsistent code | Complete exploration first | | Skipping documentation | Miss important constraints | Always check docs first | | Assuming conventions | Introduces inconsistency | Verify patterns in existing code | | Ignoring test patterns | Tests won't fit project style | Study existing tests |
| Starting with implementation | May require extensive rework | Understand then implement |
在進入不熟悉的代碼庫、啟動新功能或任何實施任務之前使用。提供結構化探索協議,以便在行動之前了解。 來源:baxtercooper/nexus。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/baxtercooper/nexus --skill context-gathering- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 context-gathering?
在進入不熟悉的代碼庫、啟動新功能或任何實施任務之前使用。提供結構化探索協議,以便在行動之前了解。 來源:baxtercooper/nexus。
如何安裝 context-gathering?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/baxtercooper/nexus --skill context-gathering 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/baxtercooper/nexus