All authors
Enakoneschniy avatar

Claude Skills by Enakoneschniy

github.com/Enakoneschniy
151 skillsA× 1510 installs38 views
Budget ContinueA

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.

ai-agentsgit
0
5
Cds QuickA

Run a quick one-shot task using a fast model (Haiku). Single-dispatch, no multi-turn. For complex work, use Claude Code normally instead.

ai-agentsbashdebugging
0
5
Cds SearchA

Search past session observations using the sessions.search MCP tool. Falls back to CLI if the MCP server is not available.

developmentbashsql
0
5
Cds StatsA

Show project memory statistics: session count, observation counts by type, entity count, top entities, and project planning status.

developmentgobash
0
5
Dev ResearchA

Use NotebookLM for grounded research — documentation queries, stack comparisons, session log search. Trigger when user needs answers FROM SPECIFIC DOCUMENTATION or FROM PAST SESSIONS: "по документации", "check docs", "как в Payload", "как в Next.js", "что мы решили про", "when did we decide", "по нашим записям", "спроси в нотбуке", "ask notebooklm", "query notebook", "загрузи доки", "load docs", "add to notebook", "найди в сессиях", "search sessions", "когда мы делали". Also for structured co...

developmentgobash
0
5
Notion ImporterA

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 a live Claude session. Does NOT spawn subprocesses.

developmentbashnode
0
5
Session ManagerA

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 resume-intent requests ("resume", "продолжи", "что делали", "handoff", "what did we do").

developmentgobash
0
5
Cds Add BacklogA

Add an idea to the backlog parking lot (999.x numbering)

developmentgobash
0
5
Cds Add PhaseA

Add phase to end of current milestone in roadmap

developmentbash
0
5
Cds Add TestsA

Generate tests for a completed phase based on UAT criteria and implementation

developmentgobash
0
5
Cds Add TodoA

Capture idea or task as todo from current conversation context

developmentbashgit
0
5
Cds Ai Integration PhaseA

Generate AI design contract (AI-SPEC.md) for phases that involve building AI systems — framework selection, implementation guidance from official docs, and evaluation strategy

developmentbash
0
5
Cds Analyze DependenciesA

Analyze phase dependencies and suggest Depends on entries for ROADMAP.md

developmentbashapi
0
5
Cds Audit FixA

Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit

ai-agentsbash
0
5
Cds Audit MilestoneA

Audit milestone completion against original intent before archiving

developmentbash
0
5
Cds Audit UatA

Cross-phase audit of all outstanding UAT and verification items

developmentbashdocumentation
0
5
Cds AutonomousA

Run all remaining phases autonomously — discuss→plan→execute per phase

ai-agentsbash
0
5
Cds Check TodosA

List pending todos and select one to work on

developmentbashgit
0
5
Cds CleanupA

Archive accumulated phase directories from completed milestones

developmentbash
0
5
Cds Code Review FixA

Auto-fix issues found by code review in REVIEW.md. Spawns fixer agent, commits each fix atomically, produces REVIEW-FIX.md summary.

developmentbashcode-review
0
5
Cds Code ReviewA

Review source files changed during a phase for bugs, security issues, and code quality problems

developmentbashcode-review
0
5
Cds Complete MilestoneA

Archive completed milestone and prepare for next version

developmentgobash
0
5
Cds DebugA

Systematic debugging with persistent state across context resets

developmenttypescriptgo
0
5
Cds Discuss PhaseA

Gather phase context through adaptive questioning before planning. Use --auto to skip interactive questions (Claude picks recommended defaults). Use --chain for interactive discuss followed by automatic plan+execute. Use --power for bulk question generation into a file-based UI (answer at your own pace).

ai-agentsbashnode
0
5
Cds DoA

Route freeform text to the right GSD command automatically

developmentbash
0
5
Cds Docs UpdateA

Generate or update project documentation verified against the codebase

developmentbashdocumentation
0
5
Cds Eval ReviewA

Retroactively audit an executed AI phase's evaluation coverage — scores each eval dimension as COVERED/PARTIAL/MISSING and produces an actionable EVAL-REVIEW.md with remediation plan

developmentbash
0
5
Cds Execute PhaseA

Execute all plans in a phase with wave-based parallelization

developmentbashapi
0
5
Cds ExploreA

Socratic ideation and idea routing — think through ideas before committing to plans

developmentbash
0
5
Cds Extract LearningsA

Extract decisions, lessons, patterns, and surprises from completed phase artifacts

developmentbash
0
5
Cds FastA

Execute a trivial task inline — no subagents, no planning overhead

developmentgobash
0
5
Cds ForensicsA

Post-mortem investigation for failed GSD workflows — analyzes git history, artifacts, and state to diagnose what went wrong

developmentbashgit
0
5
Cds From Gsd2A

Import a GSD-2 (.gsd/) project back to GSD v1 (.planning/) format

developmentbashnode
0
5
Cds GraphifyA

Build, query, and inspect the project knowledge graph in .planning/graphs/

developmentbashnode
0
5
Cds HealthA

Diagnose planning directory health and optionally repair issues

developmentbash
0
5
Cds HelpA

Show available GSD commands and usage guide

developmentgit
0
5
Cds ImportA

Ingest external plans with conflict detection against project decisions before writing anything.

developmentbash
0
5
Cds Insert PhaseA

Insert urgent work as decimal phase (e.g., 72.1) between existing phases

developmentbash
0
5
Cds IntelA

Query, inspect, or refresh codebase intelligence files in .planning/intel/

developmentbashnode
0
5
Cds Join DiscordA

Join the GSD Discord community

development
0
5
Cds List Phase AssumptionsA

Surface Claude's assumptions about a phase approach before planning

developmentbash
0
5
Cds List WorkspacesA

List active GSD workspaces and their status

developmentbash
0
5
Cds ManagerA

Interactive command center for managing multiple phases from one terminal

developmentbash
0
5
Cds Map CodebaseA

Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents

developmentbashtesting
0
5
Cds Milestone SummaryA

Generate a comprehensive project summary from milestone artifacts for team onboarding and review

developmentbash
0
5
Cds New MilestoneA

Start a new milestone cycle — update PROJECT.md and route to requirements

ai-agentsgobash
0
5
Cds New ProjectA

Initialize a new project with deep context gathering and PROJECT.md

developmentbashapi
0
5
Cds New WorkspaceA

Create an isolated workspace with repo copies and independent .planning/

developmentbashgit
0
5
Cds NextA

Automatically advance to the next logical step in the GSD workflow

developmentbashapi
0
5
Cds NoteA

Zero-friction idea capture. Append, list, or promote notes to todos.

developmentbash
0
5