mcp-reap
25Skill Claude CodeCodex
Reclaims orphaned Claude Desktop MCP server processes leaked by previously-closed sessions, in the background, without a restart.
Skill Claude CodeCodex
Reclaims orphaned Claude Desktop MCP server processes leaked by previously-closed sessions, in the background, without a restart.
Skill Claude CodeCodex
Stop-hook self-audit and learning loop — review feedback, internalize skills, calibrate behavior.
Skill Claude CodeCodex
Session-start hook that checks for uncommitted/unpushed changes and warns the user only when issues exist.
Skill Claude CodeCodex
Codebase knowledge graph via the external graphify CLI, default-on and opt-out. Detects graphify, auto-installs it in the background if missing, keeps the graph fresh with a key-less graphify update ., and answers codebase questions with graphify query. Enabled automatically in every project unless…
Skill Claude CodeCodex
Manually update the devops plugin to latest from GitHub. Delegates to ss.plugin.update hook (pull + cache + registry), then adds changelog and verification report. Triggers on: "update plugin", "plugin updaten", "self update", "devops update", "neue version". Explicit user request only.
Skill Claude CodeCodex
Fetch live token usage for completion card battery line. Reads the native statusLine-written usage file first (no scrape), falls back to the Edge CDP scraper or cached data. Run silently pre-card, or manually: "refresh usage", "wie viel hab ich verbraucht", "token budget".
Skill Claude CodeCodex
Collect mode — batch prompts into one master plan instead of executing them one by one. While active, a UserPromptSubmit hook blocks each prompt (it never reaches the model, costing nothing) and appends it to .claude/batch.md; a configurable execute marker fires the merge, where the whole note set becomes ONE…
Skill Claude CodeCodex
Interactively scaffold or adapt a project-level extension for any plugin skill. Lists available skills, checks for existing extensions, and creates or opens the correct files. Triggers on: "extend skill", "customize skill", "skill extension".
Skill Claude CodeCodex
Capture a long-term learning/correction and route it to the correct project- specific instructions (skill, skill-extension, deep-knowledge, or as a last resort CLAUDE.md) — NOT to personal feedback memory. Also prunes now-duplicate feedback.md entries with confirmation. Routing is one decision matrix (Step 2)…
Skill Claude CodeCodex
Generate an interactive HTML page for analysis, plans, concepts, prototypes, comparisons, or creative work — open it in the browser and monitor user decisions (toggles, selections, comments) to feed them back into the workflow. Triggers on: "concept", "concept page", "interactive plan", "show me this as a page"…
Skill Claude CodeCodex
Read session logs, runtime errors, and crash output to diagnose and fix the current issue — root-cause analysis first. Use when something is broken or behaving unexpectedly. Triggers on: "debug", "this is broken", "doesn't work", "error", "crash", "blank screen", "warum geht das nicht", "funktioniert nicht". Also…
Skill Claude CodeCodex
Deliberate channel promotion for the ring model: move an already-shipped version alpha→beta→stable (or fast-track alpha→stable) by re-tagging the SAME commit via the shippromote MCP tool. Never rebuilds, never bumps versions, never runs autonomously — promotion is always a user decision. Triggers on: "release"…
Skill Claude CodeCodex
Evaluate which agents are useful for a task and orchestrate their parallel or sequential execution. Use when the user explicitly wants orchestrated agent work instead of inline execution, or when a task clearly benefits from multi-agent collaboration. Triggers on: "agents", "run agents", "orchestrate", "use agents"…
Skill Claude CodeCodex
Fully autonomous agent orchestration for when the user is away from the PC. Runs agents without supervision (implementation, desktop interaction, live browser/app tests) and can OPTIONALLY SHUT DOWN THE PC after completion. Triggers: "autonomous", "run autonomous", "run this while I'm away", "afk mode", "autopilot".…
Skill Claude CodeCodex
Milestone-centric backlog runner. Picks open GitHub milestones (or loose issues when there are none), then works the selected items off end-to-end — refine, implement, test/QA, and ship each one — unsupervised while the user is away or asleep, closing each issue and its milestone as it lands. Use when the user wants…
Skill Claude CodeCodex
High-throughput autonomous task runner with aggressive parallelization. EXPLICIT INVOCATION ONLY — the user must type /run-burn to activate. Do NOT trigger on any phrasing, keyword, or intent — not on "burn", "budget", "limit", "aufbrauchen", "maximize", "alles verbrauchen", "token", or ANY other wording. Only the…
Skill Claude CodeCodex
Analyze repository branch hygiene: unmerged branches, stale locals with deleted remotes, active sessions (worktrees), verify work landed in main. Results: interactive concept page with filters, 2-state delete controls, inline detail expand, and an Apply-Manifest + Dry-Run-Confirm before executing cleanup. Triggers on…
Skill Claude CodeCodex
Create GitHub issues with enforced title format, labels, and optional milestone and project board integration. Also handles milestone creation and naming. Use when the user wants to create a GitHub issue, plan a milestone, or manage issue lifecycle. Triggers on: "neues Issue", "create issue", "Issue erstellen", "mach…
Skill Claude CodeCodex
Audit or initialize a project's repository hygiene: .gitignore, LICENSE, README, .editorconfig, .gitattributes, and AI tooling config. Also scaffolds plugin skill extensions for the project. Triggers on: "set up this project", "init repo", "audit gitignore", "add license", "fix gitignore", "repo hygiene". Do NOT…
Skill Claude CodeCodex
Generate a polished, modern README.md for any project. Use when the user explicitly calls /setup-readme, AND when Claude is about to create, rewrite, or substantially update a README.md. Triggers on: "create a readme", "update the readme", "improve the readme", "README erstellen", "README aktualisieren". Do NOT…
Skill Claude CodeCodex
Stabilization pass: run the full test suite, fix bugs autonomously, identify architecture smells, write regression + missing-coverage tests, apply consistency fixes (spacing, tokens, typography, icons, colors, state-visuals) across the codebase. Does NOT introduce new UI elements, new buttons, re-arrangements, or…
Skill Claude CodeCodex
UI refinement pass: visual consistency (spacing, tokens, typography, icons, colors), state-visuals (hover/focus/disabled/loading/empty/error), UI-side functionality verification (clicks react, forms validate, loading shows), and small backend fixes when they are demonstrably UI-related (lag, missing field, broken…
Skill Claude CodeCodex
Strategic reset for stuck development: iterations circle without reaching the goal, or a named part of the app (or the whole app) is functionally and visually not where it should be and incremental fixes stopped helping. Re-derives the original goals from repo + live-app evidence, validates them in a short question…
Plugin Claude Code
Local LLM integration for Claude Code — delegates mechanical coding tasks to a local AnythingLLM Desktop workspace to save tokens without sacrificing quality.