一键导入
update-system-map
Update the System Knowledge Map documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update the System Knowledge Map documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Must read guide on creating/editing mermaid charts with validation tools and syntax reference for all diagram types
Generate interactive HTML walkthroughs with clickable Mermaid diagrams (flowcharts and ER diagrams) that explain codebase features, flows, architecture, and database schemas. Use when asked to "walkthrough", "explain this flow", "how does X work", "trace the code path", "annotated diagram", "code walkthrough", "explain the architecture of", "walk me through", "database schema", "explain the tables", "data model".
Create a note from any resource: URL, book, podcast, article, video, GitHub repo, Reddit thread, PDF, quote, or raw idea. Trigger on "add", "save", "capture", "note this", "take notes on", or any request to record content in the knowledge base.
Add tweets to the Second Brain. Use when the user provides a Twitter/X URL and pasted tweet content, asking to "add a tweet", "save this tweet", or "capture this tweet".
Query your Second Brain with keyword search. Use when asked to "ask my notes", "what do I know about", "query my knowledge", "/ask", or when the user has a question that their notes might answer.
Create Obsidian templates for the Second Brain vault. Use when asked to "create a template", "make a template for", "add an Obsidian template", or "template for X".
| name | update-system-map |
| description | Update the System Knowledge Map documentation |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash, Task |
Perform a codebase archaeology investigation and update docs/SYSTEM_KNOWLEDGE_MAP.md with current system state.
package.json for dependencies and scriptsnuxt.config.ts for framework configurationapp/ directory structurecontent.config.ts for collection schemas and content typescontent/, content/authors/, content/podcasts/app/pages/ for route handlersserver/api/ for API endpointsapp/composables/ for reusable logiccontent.config.tsUpdate docs/SYSTEM_KNOWLEDGE_MAP.md with:
# System Knowledge Map
> Auto-generated codebase archaeology report for non-technical stakeholders
> Last updated: [current date]
## 1. High-Level Overview
- What this system does (1-2 sentences)
- Tech stack table
## 2. Core Business Entities (The Nouns)
- Content (with all type variants and key attributes)
- Authors
- Podcasts
- Tweets
- Any new entities
## 3. Key Capabilities (The Verbs)
- Content management features
- Discovery & navigation features
- Visualization features
- Reading experience features
## 4. Business Rules & Logic
- Validation rules with file:line references
- Workflows (e.g., reading status)
- Naming conventions
## 5. Integrations
- External services
- Internal modules
## 6. API Surface
- All endpoints with methods and purposes
## 7. File Structure
- Key directories and their purposes
## 8. Current Scale
- Approximate counts of content, authors, etc.
file.ts:line