oracle
01Agent Claude Code
External research — web search, docs, package analysis, repo study. Use when gathering knowledge from outside the codebase.
Agent Claude Code
External research — web search, docs, package analysis, repo study. Use when gathering knowledge from outside the codebase.
Agent Claude Code
Generic implementation worker — executes one bounded step as instructed by the orchestrator. Reads task state, does work, updates state.
Command Claude Code
Swap the active design system at workspace root. Copies a brand from workspace/4-Resources/design-systems/ /DESIGN.md to ./DESIGN.md so all design: skills pick up the new tokens.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing intent-detector.mjs via node. From the-sid-dani/second-brain-os.
Hook Claude Code
Runs before the agent uses a tool for Read, Bash, mcp__slack__slack_send_message, mcp__slack__slack_schedule_message, mcp__atlassian__createJiraIssue, mcp__atlassian__editJiraIssue, mcp__atlassian__transitionJiraIssue, mcp__atlassian__addCommentToJiraIssue, mcp__atlassian__addWorklogToJiraIssue…
Hook Claude Code
Runs before the context is compacted, executing pre-compact.mjs via node. From the-sid-dani/second-brain-os.
Hook Claude Code
Runs after a tool call finishes for Edit, Write, MultiEdit and Update tool calls, executing post-edit-diagnostics.mjs and okf-index-regen.mjs via node (2 commands). From the-sid-dani/second-brain-os.
Hook Claude Code
Runs when the agent finishes a response, executing auto-handoff-stop.mjs via node. From the-sid-dani/second-brain-os.
Settings file Claude Code
Agent settings declaring 6 hook events (SessionStart, UserPromptSubmit, PreToolUse, PreCompact) and 9 allowed tools.
Skill Claude CodeCodex
Moves a completed project WHOLE from / / / to / / /, flips its frontmatter status: active → status: done, and regenerates the parent Area's index.md (thin-Areas model — no artifact-promotion step). All paths come from the Configuration section in root CLAUDE.md — read those first. Use this whenever the user says…
Skill Claude CodeCodex
Interactive first-run setup for a fresh fork of the second-brain-os — THE entry point every fork user runs once to configure their identity, name their assistant's persona (no default name — fork users always name their own), pick a design system, create the PARA workspace, and write the Configuration token block in…
Skill Claude CodeCodex
Morning chief-of-staff briefing — composes available signal sources (email, calendar, messaging, issue-tracking, code-hosting) plus local sources (contacts, active projects, USER.md priorities) into one self-contained HTML brief at / /briefings/morning-briefing-YYYY-MM-DD.html. Detects tool availability at runtime in…
Skill Claude CodeCodex
Write-mode skill — append a new interaction entry to a matched contact's ## Interaction log section in / /contacts/ .md and auto-bump the lastinteraction frontmatter to today's date. Append-only via Edit (never Write — preserves prior entries + About / Recurring topics / Open commitments sections). Entry text…
Skill Claude CodeCodex
Read-only display of a contact's profile from / /contacts/ .md — fuzzy-matches a name, then surfaces frontmatter summary, last interaction, open commitments, About, and recurring topics. Use for "/contact ", "who is X?", "what's my context with Y?", or "tell me about ". PRECEDENCE: /contact wins when a contacts file…
Skill Claude CodeCodex
A long-form article / blog post — masthead, hero image placeholder, article body with figures and pull quotes, author byline, related posts. Use when the brief asks for "blog", "article", "post", "essay", or "case study".
Skill Claude CodeCodex
Run a 5-dimension expert design review on any HTML artifact in the project — Philosophy / Visual hierarchy / Detail / Functionality / Innovation, each scored 0–10. Outputs a single self-contained HTML report with a radar chart, evidence-backed scores, and three lists: Keep / Fix / Quick-wins. Use when the brief asks…
Skill Claude CodeCodex
Admin / analytics dashboard in a single HTML file. Fixed left sidebar, top bar with user/search, main grid of KPI cards and one or two charts. Use when the brief asks for a "dashboard", "admin", "analytics", or "control panel" screen.
Skill Claude CodeCodex
A documentation page — left nav, scrollable article body, right-rail table of contents. Use when the brief mentions "docs", "documentation", "guide", "API reference", or "tutorial".
Skill Claude CodeCodex
Quarterly / monthly financial report — masthead with KPIs, revenue and burn charts, P&L summary table, top-line highlights, and an outlook paragraph. Use when the brief mentions "financial report", "Q3 report", "MRR review", "P&L", or "财报".
Skill Claude CodeCodex
Meeting notes page — title bar with attendees, agenda checklist, decisions block, action items table with owners + dates, and a "next meeting" footer. Use when the brief mentions "meeting notes", "minutes", "1:1 notes", "all-hands recap", or "会议纪要".
Skill Claude CodeCodex
Product spec / PRD as a single page — problem, success metrics, scope, user stories, design notes, rollout plan, open questions. Use when the brief mentions "PRD", "spec", "product spec", "feature brief", or "需求文档".
Skill Claude CodeCodex
A standalone pricing page — header, plan tiers, feature comparison table, and an FAQ. Use when the brief asks for "pricing", "plans", "subscription tiers", or a "compare plans" page.
Skill Claude CodeCodex
Single-page SaaS landing with hero, features, social proof, pricing, and CTA. Respects the active DESIGN.md color/typography/layout tokens. Trigger keywords: "saas landing", "marketing page", "product landing". Use when the user says "saas landing", "marketing page", "product landing".
Skill Claude CodeCodex
Single-file horizontal-swipe HTML deck. Built by copying the seed assets/template.html (which carries the proven 5-rule iframe nav script) and pasting slide layouts from references/layouts.md. Pitch decks, product overviews, study material. Use when the user says "deck", "slides", "ppt", "presentation".