Skip to main content
mtschoen
Profil créateur GitHub

mtschoen

Vue par dépôt de 45 skills collectés dans 28 dépôts GitHub.

skills collectés
45
dépôts
28
mis à jour
29 août 2026
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

docs-update
non classé

Use after you've finished and verified a change (smoke test passed, or smoke-test concluded N/A for a prose-only change) and have no further edits planned - before declaring work done, committing, pushing to main, or opening a PR. Checks whether the change…

27 août 2026
escalate-over-shortcut
non classé

Use when about to commit a draft solution that suppresses a problem (silent fallbacks like || true, [ExcludeFromCodeCoverage] on throw/stub code, lowered thresholds), pulls state from somewhere illegitimate (binaries from an unrelated app's install dir, prod…

27 août 2026
smoke-test
non classé

Use when you finish implementing a feature, fixing a bug, refactoring, or changing configuration - any change that affects runtime behavior - before saying 'done', 'complete', 'finished', 'all set', 'ready to commit', or any variation, even if you're…

27 août 2026
wrap
non classé

Use when the user says /wrap, "wrap up", "close out this session", "finish the session", or otherwise signals intentional session end. Also when the user asks to update memory, save learnings, or commit everything before exit. Runs only when the user…

27 août 2026
project-maintenance
non classé

Use when the user asks for a maintenance pass, cleanup, end-of-session tidy-up, or health check on a repo. Triggers: 'clean up this project', 'run maintenance', 'end of session cleanup', fleet sweeps that follow project-tracker.find_stale_maintenance.…

26 août 2026
reconcile-tasks
non classé

Use when the user asks the agent to reconcile a project's PLAN.md/TODO.md against its recent git history - e.g. 'what's actually done in project-tracker?', 'audit completed work for this project', 'any tasks I should check off?', 'reconcile the plan with what…

26 août 2026
maintaining-full-coverage
non classé

Use when: user mentions coverage, lint, linter, static analysis, code quality checks, 100% coverage, coverage gate, lint baseline, test report, TEST-REPORT.md, or 'is the build clean'; BEFORE declaring work done, summarizing what you built, or saying 'all…

26 août 2026
using-a-debugger
non classé

Use for ANY debugger or memory-forensics work in C#/C++ (and similar native/managed runtimes) - not just bug hunts: verifying runtime behavior, inspecting a healthy process, heap/GC analysis (SOS, dumpheap, gcroot, "who holds a reference to this object"), and…

29 août 2026
effective-refactor
non classé

Use when changing code shape without changing behavior - renaming or deleting symbols, changing signatures, extracting methods or modules, moving code, or converting a data shape - especially when the change must touch many call sites. Triggers: about to…

27 août 2026
fast-tests
non classé

Use when the agent observes slow test runs in this session (multi-minute wall clock, repeated re-runs blocking iteration, tests dominating the inner loop, thousands of subprocess spawns, coverage/instrumentation overhead) OR when adding tests likely to slow…

27 août 2026
pushback
non classé

Use on EVERY user request that proposes work, changes direction, or makes a technical claim - code changes, new features, refactors, pivots, "while you're in there" asks, choice of approach, statements about how the code works. The agent often has code and…

27 août 2026
running-spikes
non classé

Use when about to do extended Read/Grep/thinking on a question whose answer is observable behavior of an external system, library, framework, or runtime - prefer learning from running code in a scratch dir over inferring from docs. Suppressed when the…

27 août 2026
research-first
non classé

Use before designing, planning, writing custom code, refactoring/extracting code, choosing a tool/library/protocol, or debugging an unfamiliar error. Steers toward running a WebSearch (or Read/Grep for codebase-only questions) BEFORE acting on a decision,…

26 août 2026
cost-estimator
non classé

Use when the user asks for retrospective Claude Code cost or active-time analysis over a date range, including spend, top sessions, cache discipline, subscription leverage, time spent waiting, or time spent on slash commands such as /wrap.

27 août 2026
agent-remote
non classé

Use when delegating work to a different machine because of hardware, OS-specific tooling, locally-installed services, or anything else that physically can't be done on the orchestrator's host. Triggers include "I need to run this on the linux box," "the GPU…

27 août 2026
external-harness-routing
non classé

Use when diverting work from the metered primary harness to other installed agent CLIs to conserve its quota or to reach models it does not offer. Triggers include "run this on a cheaper harness", "save my Claude tokens", "use another subscription for this…

27 août 2026
project-lock
non classé

Use before making changes in any project or repository, especially when a session reaches outside its starting working directory. Checks for a cooperative project lock, acquires one before writes, chooses wait versus worktree when another agent holds it,…

27 août 2026
review-in-parallel-pipelines
non classé

Use when orchestrating 2+ implementer agents in parallel against isolated branches or worktrees and you reach a merge point - branches returning with green reports, deciding what to merge, declaring a round done, or moving to the next parallel phase. Fires on…

27 août 2026
fleet-orchestration
non classé

Use when dispatching subagents across multiple LOCAL PROJECT REPOSITORIES - feature implementation, maintenance sweeps, or fleet-wide investigation across the user's project directory. Triggers: 'spawn agents to fix X across all my projects', 'run a…

27 août 2026
12 dépôts affichés sur 28