一键导入
cli-slug-parity
Keep CLI collection-aware slug routing aligned with MCP by resolving once and canonicalizing page references at the output boundary.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Keep CLI collection-aware slug routing aligned with MCP by resolving once and canonicalizing page references at the output boundary.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Resolve knowledge gaps: fetch unresolved gaps, assess sensitivity, generate research queries, ingest findings, and close gaps with a resolution slug.
Interrupt-driven alerts: detect and surface new contradictions, stale pages, resolved gaps, and embedding drift. Priority-classified with deduplication.
Ingest meeting notes, articles, documents, and conversations into Quaid. Handles idempotent ingestion for exact-byte duplicates and vault-backed sync.
Keep the brain healthy: detect and resolve contradictions via the correction / supersede workflow, validate referential integrity, triage knowledge gaps, find orphaned pages, and compact the database.
Answer questions from the brain using FTS5 + semantic search + structured queries. Synthesize across multiple pages. Cite sources.
Agent-guided binary upgrades: version check, channel detection, download via install.sh (or manual asset fetch + SHA-256 verify), and post-upgrade validation.
| name | cli-slug-parity |
| description | Keep CLI collection-aware slug routing aligned with MCP by resolving once and canonicalizing page references at the output boundary. |
Use this when a CLI command needs to match MCP collection-aware routing without widening into new filters or tools.
Resolve once at the boundary
slug or explicit <collection>::<slug>.OpKind classification as the MCP surface.Carry keyed identity internally
(collection_id, slug) or page_id for every subsequent read/write/query step.Canonicalize only when returning page references
<collection>::<slug>.Test the seam end-to-end
<collection>::<slug> successcheck --all, graph traversal, backlinks, etc.), make sure internal iteration is keyed by collection/page identity rather than raw slug text.unlink finding no matching edge is still a page-referencing CLI output and should not fall back to raw user input.