一键导入
status
Quick read-only dashboard showing inbox count, top actions, last review date, and knowledge base stats. Use when the user wants an overview.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quick read-only dashboard showing inbox count, top actions, last review date, and knowledge base stats. Use when the user wants an overview.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Quick, zero-friction input. Save any content into the inbox for later processing. Use when the user wants to capture a thought, article, URL, image, or any content.
Process inbox items into the knowledge base. Compiles raw inputs into wiki pages, extracts actions, classifies into PARA. Use when the user wants to process inbox items.
Health check the knowledge base. Finds contradictions, orphans, stale info, missing pages, and completed actions. Use when the user wants to maintain wiki quality.
Answer questions using the knowledge base. Searches the wiki index, reads relevant pages, and synthesizes answers with source citations. Use when the user asks a question about their knowledge base.
Generate weekly or monthly review reports. Analyzes log.jsonl, actions progress, and knowledge growth. Use when the user wants a periodic review.
| name | status |
| description | Quick read-only dashboard showing inbox count, top actions, last review date, and knowledge base stats. Use when the user wants an overview. |
Quick read-only dashboard of the knowledge base state.
/status — show current statusCount .md files in inbox/ (exclude attachments/ and .gitkeep).
Read wiki/actions/next.md. Count unchecked items. Extract the top 5.
Read log.jsonl and find the most recent review entry.
Read log.jsonl and find the most recent lint entry. Sum the stats fields.
Count .md files (excluding _index.md and index.md) in:
wiki/concepts/wiki/entities/wiki/syntheses/LLM Wiki Status
================
Inbox: N items pending
Next Actions: N items
1. First action
2. Second action
3. Third action
4. Fourth action
5. Fifth action
Last Review: YYYY-MM-DD (weekly/monthly)
Lint Issues: N open
Knowledge Base: N concepts | N entities | N syntheses
No commit. This is a read-only operation.