一键导入
core-discipline
Bootstrap skill - enforces proactive skill discovery and invocation. Automatically check for applicable skills before any action. Always active.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bootstrap skill - enforces proactive skill discovery and invocation. Automatically check for applicable skills before any action. Always active.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Single-task dispatcher for CLEAR Context OS scheduled maintenance. Runs from the daily scheduled task, reads schedule-config.json, determines which jobs are due today, runs them in sequence, appends to the diary, writes a consolidated morning digest, and surfaces any frequency-tuning suggestions. WHEN TO USE: - Invoked automatically each morning by the `bcos-{PROJECT}` scheduled task - User says "run today's maintenance now" (manual dispatch) - User says "run the [job-name] job" (runs one job on demand, skips others)
Strategic reflection skill. Step back from daily work to think about the bigger picture of your context architecture, identify gaps, and envision improvements.
Wiki zone manager for BCOS — the universal long-form and cross-cutting content destination per plugin-storage-contract.md Rule 2. Stores runbooks, SOPs, decision logs, how-tos, glossaries, post-mortems, FAQs, meeting notes, and plugin cross-cutting context (charters, transcripts, research, customer-call notes). Two ingest paths: Path B (local files, pasted text, inbox promotion — runbooks/scripts/SOPs/notes) and Path A (external URLs / GitHub / YouTube). Schema-validated frontmatter, banner citations, builds-on graph for references, two-tier refresh, supersedes chains. Schema-driven, CLEAR-governed, derived-artifact. Invoke with /wiki.
The single entry point for getting anything new into your context architecture. Takes any input (documents, URLs, YouTube, meeting notes, pasted content) and triages it: dump to _inbox, park in _planned, or integrate into active docs. WHEN TO USE: - "Here's a document — integrate it into my context" - "Save this for later" / "Dump these meeting notes" - "I have an idea — park it somewhere" - "Read this article — not sure if it's relevant" - "Our competitor just announced X — update positioning" - Any time new information needs to enter the context architecture - Raw material should become a wiki explainer rather than a canonical data point
First-run onboarding skill. Gets a new user from zero to a working context system. Claude asks one direct question upfront to pick the right scaffolding, then works from what the user shares — no long assessment ceremony beyond that. Creates a checklist that tracks setup progress across sessions and self-removes when done. WHEN TO USE: - "I want to set up my business context" - "Here's my website / pitch deck / LinkedIn" - "Scan my repo and show me what context exists" - "What do I do next?" (after install) - "Help me get started" - First time adopting CLEAR Context OS in any project
Cross-zone retrieval and task-driven bundle resolution for BCOS. /context search ranks docs across every zone in one shared schema; /context bundle (P5) returns a curated, freshness-flagged, source-of-truth-aware context bundle for a declared task. Mechanical-first; LLM is opt-in via --semantic / --resolve-conflicts / --verify-coverage flags only. Invoke with /context.
| name | core-discipline |
| description | Bootstrap skill - enforces proactive skill discovery and invocation. Automatically check for applicable skills before any action. Always active. |
| category | meta |
Inspired by Superpowers framework
If there's a reasonable chance a skill applies to what you're doing, CHECK it. Match the overhead to the task.
The point is not to invoke every skill every time. The point is to not miss the ones that matter.
This skill IS:
This skill IS NOT:
clear-planner for that)Keep it simple. Match response to task.
| Task Type | Action |
|---|---|
| Questions, commands | Respond directly |
| Single-file fixes | Just do it |
| Small changes (1-3 files) | Think briefly, execute |
When in doubt: Ask the user — via AskUserQuestion, not prose (see "Decision-point UX" below).
Every decision point in every BCOS interaction uses AskUserQuestion. Not prose "should I do X?" questions. Not lists of options typed as text. Structured choice, clickable menu, dashboard-aware session state.
Applies everywhere: onboarding, ingest, audit, tune, migrate, dispatcher output, update confirmations, archival decisions, every skill that offers the user choices.
Skip only when:
Canonical pattern + option-wording rules + good/bad examples: references/askuserquestion-pattern.md.
Special case — wrapping scripts with built-in prompts (like update.py's [y/N] prompt): invoke the script with --dry-run first, parse the output, surface the summary via AskUserQuestion, then re-invoke with --yes based on the user's choice. This keeps the Claude UX consistent whether the user runs scripts via shell or via Claude.
| Skill | When to Use |
|---|---|
context-onboarding | First setup, scanning existing repo |
context-ingest | Integrating new sources into data points |
context-mine | Extracting context from chat exports, meeting transcripts |
context-audit | Auditing context architecture |
clear-planner | Planning changes |
daydream | Stepping back to reflect |
doc-lint | Validating markdown, cross-references, JSON |
ecosystem-manager | Ecosystem questions |
lessons-consolidate | Knowledge maintenance |
Rigid (Exact Adherence):
context-audit - CLEAR compliance is non-negotiableFlexible (Contextual):
context-ingest - Integrate new sources into existing data pointsdaydream - Process scales to needlessons-consolidate - Process scales to needEvery significant task produces TWO outputs:
After any synthesis, analysis, or research:
Why: Without this rule, knowledge evaporates into chat history. With it, every conversation makes the context architecture richer. The system compounds.
Quality bar for all updates: see
docs/_bcos-framework/methodology/document-standards.md— required fields, valid types/statuses, ownership specification rules.Architecture docs: For system design context, see
docs/_bcos-framework/architecture/system-design.md