用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/binary16labs/prime-silo --skill knowledge-search命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Be the operator's grounded co-pilot inside the Bridge cockpit (#/_prime_silo/bridge). Load this when the user is on the Bridge and asks "what am I looking at", "explain this graph", "what did I work on", "ingest these docs", "re-run the last manifest", or any question about the mesh on screen — memory, documents, code graph, flows, or runs.
Build animejs.com-grade scroll-driven kinetic pages with the vendored anime.js v4 bundle (website/vendor/anime.esm.min.js). Use when working on the prime-silo marketing site (website/) or any scrollytelling/animation surface. Contains the VERIFIED v4 API, the design language to emulate, the Prime-Silo set-piece specs, and the verification protocol.
Operate the Prime-Silo delivery board (delivery/) autonomously — select, claim, execute, verify, and log work contracts without frontier supervision. Use whenever picking up a task from delivery/board/BOARD.md, authoring a gate script, verifying another agent's task, or deciding which model tier should take which contract.
基于 SOC 职业分类
正在显示 SKILL.md
| name | knowledge_search |
| description | Semantic search capability over the workspace Knowledge Graph using ChromaDB |
Use this skill when you need to answer questions or find information within the user's workspace documents. It is backed by ChromaDB and local embeddings. You can search semantically, list all available documents, or retrieve an entire document's contents.
search_knowledge_workspace(query, workspace="default", top_k=20, active_nexus_id=None) - Perform semantic search and return relevant text chunks with relevance scores.list_available_documents(workspace="default") - Returns a list of all documents currently ingested into the ChromaDB knowledge base.read_full_document(document_name, workspace="default") - Retrieves the complete text of a specified document.Action: search_knowledge_workspace
Action Input: {"query": "governance policies for the Pypes engine"}
Observation: Returns chunks of requirement.md discussing Pypes engine governance.