Instructions file
Instructions for shck-dev/notion-mcp, covering notion mcp server, package, architecture, auth and tools.
Instructions file
Instructions for shck-dev/notion-mcp, covering notion mcp server, package, architecture, auth and tools.
MCP server Claude CodeCodexCursor +2
Notion MCP server — search, export, and import pages as markdown. Runs locally from the @shck-dev/notion-mcp npm package. Needs 3 environment variables to run.
Plugin Claude Code
Portable .scratch/STATE/INDEX context-management methodology as a Claude Code plugin.
Instructions file
Claude Code instructions for shck-dev/ccx-context-system, covering claude.md, what this is, commands, architecture and load-bearing seams.
Plugin Claude Code
Scratch-notebook context management for any project: per-thread STATE.md handoff docs with one-command create-or-resume (/ccx:start-thread), a compiled parallel-session-safe INDEX dashboard that recompiles itself on every STATE write (/ccx:save-state · /ccx:tidy-scratch), a Stop-hook freshness guard so working state…
Hook
Runs after a tool call finishes for Write, Write and Edit tool calls, executing backlink-scratch-notes.ts and auto-compile-index.ts via bun (2 commands). From shck-dev/ccx-context-system.
Hook
Runs to expand your prompt before the agent sees it for start-thread tool calls, executing record-session-thread.ts via bun. From shck-dev/ccx-context-system.
Hook
Runs when the agent finishes a response, executing state-freshness-guard.ts via bun. From shck-dev/ccx-context-system.
Skill Claude CodeCodex
Use when you need the whole picture of active work in this project — at session start, after a context clear or /compact, when finishing a work item, or when asked "what's in flight", "what am I building", "show the overall picture", or "save state".
Skill Claude CodeCodex
Use when opening OR RESUMING a unit of work — a feature, bug, research spike, refactor, an experiment — that should survive context loss in its own scratch workspace with a handoff doc. Idempotent create-or-resume: a fresh topic gets a scaffolded STATE doc; an existing thread gets a resume briefing (STATE + live…
Skill Claude CodeCodex
Use when the scratch notebook has accumulated stale or finished threads and needs cleaning — "tidy scratch", "garbage collect scratch", "prune old notes", "what can I delete", "archive done threads".