一键导入
pan-knowledge
pan knowledge <id> — spawn a knowledge agent to maintain the project's Open Knowledge Format (OKF) bundle
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
pan knowledge <id> — spawn a knowledge agent to maintain the project's Open Knowledge Format (OKF) bundle
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | pan-knowledge |
| description | pan knowledge <id> — spawn a knowledge agent to maintain the project's Open Knowledge Format (OKF) bundle |
| triggers | ["pan knowledge","knowledge agent","okf agent","run okf","knowledge sync","knowledge study","knowledge retro","knowledge open"] |
| allowed-tools | ["Bash","Read"] |
Run the command now:
pan knowledge <issue-id>
pan knowledge PAN-123 # Sync project knowledge
pan knowledge PAN-123 --focus "auth flow" # Study a topic, then sync
pan knowledge PAN-123 --retro # Capture retro knowledge, then sync
pan knowledge PAN-123 --model claude-sonnet-5 # Override the knowledge role model
pan knowledge PAN-123 --effort high # Raise reasoning effort for the agent
pan knowledge open # Open this project's OKF bundle in the viewer
pan knowledge open --no-install --no-browser # Never install or launch a browser
pan knowledge <id> spawns a dedicated knowledge agent that maintains the
project's OKF bundle (<project>-knowledge by default). The agent reads
roles/knowledge.md for its contract and is allowed only to open PRs against
the knowledge repository — it never merges code, transitions the implementation
issue, or runs pan done.
The agent runs a sequence of /okf commands depending on the flags you pass:
/okf sync.--focus "<topic>": run /okf study "<topic>", then /okf sync --topic "<topic>".--retro: run /okf retro, then /okf sync.The command first tries to ensure mnemos is available on PATH (installing it
on demand if necessary) and ingest the resolved bundle. If mnemos is unavailable,
it resolves the installed okf skill and falls back to its bundled scripts/ directory.
pan knowledge open resolves the current project's bundle through
projects.yaml or .okf.yml, progressively installs the separately licensed
@inkeep/open-knowledge program when needed, starts or reuses a verified viewer
against a disposable snapshot, and opens the URL. Viewer edits never touch the
canonical PR-gated bundle. Use --no-install to require a preinstalled ok binary and
--no-browser to print the URL without launching a browser.
pan knowledge <id> --retro).pan knowledge <id> --focus "<topic>").pan knowledge <id>).The knowledge agent resolves the OKF bundle in this order:
projects.yaml knowledge_repo: for the project..okf.yml bundle: in the code repository root.If neither is configured, the command errors with instructions to run
/okf init first.
/okf skill — the standalone OKF command referenceroles/knowledge.md — the knowledge agent's role contractpan start <id> — spawn an implementation agent for the same issueAdd repositories to the current progressive polyrepo workspace
pan close <id> — close-out ceremony for a completed and merged issue
pan review <subcommand> — manage the code review lifecycle: list pending work, re-request review, heal status drift, reset/abort/restart review cycles
pan start <id> — spawn a work agent for an issue in its own tmux session and workspace
Maintain a project knowledge wiki in Open Knowledge Format with /okf init, open, author, convert, sync, study, retro, extract, validate, lint, and embed.
pan flywheel — start, pause, resume, complete, stop, inspect, emit, and report on the singleton Fix-All Flywheel orchestrator