一键导入
tutorial
Interactive walkthrough of the knowledge system. Learn by doing — creates sample notes, processes them, explores connections.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Interactive walkthrough of the knowledge system. Learn by doing — creates sample notes, processes them, explores connections.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add a new knowledge domain to an existing vault. Creates domain-specific MOCs, templates, and vocabulary mappings.
Research-backed vault evolution guidance. Toggle features (self-space, semantic search), rebalance MOCs, adjust dimensions with full rationale.
Query the Ars Contexta research methodology. Answers 'why does my system do X?' with research-backed explanations from 249 interconnected claims.
Analyze the vault's knowledge graph. Subcommands: orphans, density, bridges, synthesis, traverse, clusters, stats.
Run vault health diagnostics. 3 modes: quick (schema+orphans+links), full (all 8 categories), three-space (boundary violations).
Contextual guidance and command discovery. Shows available skills, agents, and intelligent suggestions based on vault state.
| name | tutorial |
| description | Interactive walkthrough of the knowledge system. Learn by doing — creates sample notes, processes them, explores connections. |
| tags | ["onboarding","learning","tutorial"] |
Delegates to: @ars-contexta:knowledge-guide
Invoke this skill when the user wants a hands-on introduction to the vault workflow, is new to Ars Contexta, or wants to walk through the core loop with a concrete example.
Resume Check
Before starting, check for ops/tutorial-state.yaml. If it exists and records an incomplete step, offer to resume: "You previously completed step {N}. Resume from step {N+1}, or start over?"
Step 1 — Create a Sample Note
Explain the anatomy of an Ars Contexta note. Then create a real sample note in notes/ (use a topic relevant to the user's domain from ops/derivation-manifest.md if available, otherwise use a neutral example).
Demonstrate:
created, tags, topics, status: seedPause and invite the user to read the note. Explain each element and why it exists.
Step 2 — Process the Note (Reduce) Walk through the reduce workflow on the sample note:
description that captures the claim preciselyExplain the cognitive purpose: "Reduce forces articulation. You cannot extract what you haven't understood."
Step 3 — Discover Connections (Reflect) Walk through the reflect workflow on the two notes now in the vault:
[[wiki-link]] between the two notes where a genuine conceptual relationship existsExplain the network purpose: "Each link is a retrievable path. The value of a note grows with every connection it has."
Step 4 — Check System Health Run the health check on the vault:
Completion
Update ops/tutorial-state.yaml to record all steps complete with a timestamp.
Suggest the natural next step based on vault state: "You're ready to start capturing real notes. Try the reduce workflow on something you're reading or thinking about today."
ops/tutorial-state.yaml:
version: 1
started: {ISO datetime}
completed: {ISO datetime or null}
steps:
create-note: {done|pending}
reduce: {done|pending}
reflect: {done|pending}
health: {done|pending}