Enakoneschniy/claude-dev-stack
Instructions file
Instructions for Enakoneschniy/claude-dev-stack, covering claude.md — project intelligence layer, language, auto-routing (important), knowledge base and session protocol.
Enakoneschniy/claude-dev-stack
Instructions file
Instructions for Enakoneschniy/claude-dev-stack, covering claude.md — project intelligence layer, language, auto-routing (important), knowledge base and session protocol.
Enakoneschniy/claude-dev-stack
Skill Claude CodeCodex
Show 4-option continuation prompt when session budget is low. Options: remind later (CronCreate), auto-continue locally (Desktop task), auto-continue in cloud (Cloud task), continue now. Trigger when: budget warning fires, session limit reached, context is full, user sees budget warning.
Enakoneschniy/claude-dev-stack
Skill Claude CodeCodex
Run a quick one-shot task using a fast model (Haiku). Single-dispatch, no multi-turn. For complex work, use Claude Code normally instead.
Enakoneschniy/claude-dev-stack
Skill Claude CodeCodex
Search past session observations using the sessions.search MCP tool. Falls back to CLI if the MCP server is not available.
Enakoneschniy/claude-dev-stack
Skill Claude CodeCodex
Show project memory statistics: session count, observation counts by type, entity count, top entities, and project planning status.
Enakoneschniy/claude-dev-stack
Skill Claude CodeCodex
A research workflow that uses NotebookLM, a tool for asking questions about a selected collection of documents, to answer development questions with citations.
Enakoneschniy/claude-dev-stack
Skill Claude CodeCodex
Import Notion pages into project vault via MCP. Trigger when user wants to import or sync Notion content into the vault: "import notion", "notion docs", "sync notion", "импортируй notion", "обнови notion", "sync notion pages", "обнови notion docs". Uses the claude.ai Notion MCP server (notion-fetch tool) directly from…
Enakoneschniy/claude-dev-stack
Skill Claude CodeCodex
Fallback for manual session logging when auto-capture is disabled or fails, plus explicit resume/handoff/status requests. Auto-capture via hooks/session-end-capture.mjs is the primary Stop-time path — this skill is a safety net. Triggers on end-of-session signals ("done", "end", "всё", "хватит", "finish", "конец") and…