一键导入
hex-adr-search
Search Architecture Decision Records by keyword, status, or date
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search Architecture Decision Records by keyword, status, or date
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a new Architecture Decision Record with auto-numbering, dependency impact analysis, and validation gates. Use when the user asks to "create ADR", "write ADR", "new ADR", or "architecture decision".
Start feature development with hex decomposition and worktree isolation. Use when the user asks to "develop a feature", "new feature", "implement feature", "feature dev", "start feature", or "add feature".
Guide SpacetimeDB WASM module development for hex. Use when the user asks to "create module", "spacetimedb", "wasm module", "new reducer", "spacetime table", "add spacetime module", or works in spacetime-modules/.
Review code changes against existing Architecture Decision Records
Check ADR lifecycle -- find stale, abandoned, or conflicting decisions
Manage inference providers (Ollama, vLLM, OpenAI-compatible) and map local models to hex agent tiers. Use when the user asks to "add ollama", "use local model", "configure inference", "qwen", "minimax", "ollama setup", "model mapping", or "inference provider".
| name | hex-ADR-search |
| description | Search Architecture Decision Records by keyword, status, or date |
| trigger | /hex-ADR-search |
Ask the user what to search for (keyword, status, or date range)
Search methods:
grep -ril "{keyword}" docs/adrs/grep -rl "Status.*{status}" docs/adrs/grep -rl "Date.*2026" docs/adrs/hex adr search {keyword}GET /api/adrs then filter resultsDisplay matching ADRs with:
Offer to open any result for full reading
User: /hex-ADR-search spacetimedb
-> Shows ADR-025, ADR-032, ADR-042 with relevant snippets