Skip to main content
mtschoen
ملف منشئ GitHub

mtschoen

عرض على مستوى المستودعات لـ ٤٥ skills مجمعة عبر ٢٨ مستودعات GitHub.

skills مجمعة
٤٥
مستودعات
٢٨
محدث
٢٩ أغسطس ٢٠٢٦
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

docs-update
غير مصنف

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…

٢٧ أغسطس ٢٠٢٦
escalate-over-shortcut
غير مصنف

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…

٢٧ أغسطس ٢٠٢٦
smoke-test
غير مصنف

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…

٢٧ أغسطس ٢٠٢٦
wrap
غير مصنف

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…

٢٧ أغسطس ٢٠٢٦
project-maintenance
غير مصنف

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.…

٢٦ أغسطس ٢٠٢٦
reconcile-tasks
غير مصنف

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…

٢٦ أغسطس ٢٠٢٦
maintaining-full-coverage
غير مصنف

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…

٢٦ أغسطس ٢٠٢٦
using-a-debugger
غير مصنف

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…

٢٩ أغسطس ٢٠٢٦
effective-refactor
غير مصنف

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…

٢٧ أغسطس ٢٠٢٦
fast-tests
غير مصنف

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…

٢٧ أغسطس ٢٠٢٦
pushback
غير مصنف

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…

٢٧ أغسطس ٢٠٢٦
running-spikes
غير مصنف

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…

٢٧ أغسطس ٢٠٢٦
research-first
غير مصنف

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,…

٢٦ أغسطس ٢٠٢٦
cost-estimator
غير مصنف

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.

٢٧ أغسطس ٢٠٢٦
agent-remote
غير مصنف

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…

٢٧ أغسطس ٢٠٢٦
external-harness-routing
غير مصنف

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…

٢٧ أغسطس ٢٠٢٦
project-lock
غير مصنف

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,…

٢٧ أغسطس ٢٠٢٦
review-in-parallel-pipelines
غير مصنف

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…

٢٧ أغسطس ٢٠٢٦
fleet-orchestration
غير مصنف

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…

٢٧ أغسطس ٢٠٢٦
عرض ١٢ من أصل ٢٨ مستودعات