Source

poteto/plugins

66 skills · 929 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
unslop Cut AI tells from any writing. Must always apply.
poteto/plugins
143
2
why Use for 'why does X work this way', 'why we picked Y', design rationale, regressions, postmortems, or data-backed thr…
poteto/plugins
23
3
deslop Remove AI-generated code slop and clean up code style
poteto/plugins
22
4
poteto-mode poteto's agent style for concise, detailed responses, deliberate subagents, unslopped prose, simple code, and verifie…
poteto/plugins
21
5
how Use for "how does X work", code walkthroughs before changing something, and placement / ownership / layering question…
poteto/plugins
20
6
principle-type-system-discipline Apply when designing types, reviewing a function signature, or writing code in any statically-typed language. Make il…
poteto/plugins
19
7
principle-subtract-before-you-add Apply when sequencing an addition, refactor, or rewrite. Remove dead weight, redundant validators, and stub reference…
poteto/plugins
18
8
typescript-best-practices TypeScript best practices. Use when reading or editing any .ts or .tsx file.
poteto/plugins
18
9
arena Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it. Use for /…
poteto/plugins
17
10
principle-guard-the-context-window Apply when context is filling up: large outputs, long files, repeated reads, fan-out planning. Route bulk to subagent…
poteto/plugins
17
11
principle-make-operations-idempotent Apply when designing commands, lifecycle steps, or processing loops that run amid crashes, restarts, and retries. Con…
poteto/plugins
17
12
principle-minimize-reader-load Apply when reviewing or shaping code that's hard to trace. Count layers between question and answer, and hidden state…
poteto/plugins
17
13
principle-prove-it-works Apply after completing a task, before declaring done. Verify against the real artifact (run the feature, read the act…
poteto/plugins
17
14
reflect Spawn three parallel review subagents over the active transcript, surface learnings, and route each to a concrete edi…
poteto/plugins
17
15
architect Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use …
poteto/plugins
16
16
principle-boundary-discipline Apply when wiring validation, error handling, or framework adapters. Concentrate guards at system boundaries (CLI, co…
poteto/plugins
16
17
principle-separate-before-serializing-shared-state Apply when concurrent actors might write to the same file, branch, key, or state object. Eliminate the sharing first;…
poteto/plugins
16
18
tdd Use only when the user explicitly asks for TDD, a failing test, or a regression test, OR when the bug has an obvious …
poteto/plugins
16
19
automate-me Use for "automate me", "create/update/refresh my -mode skill", "turn/capture my preferences or working style into a s…
poteto/plugins
15
20
interrogate Use for "interrogate", "adversarial review", "multi-model review", "challenge this", "stress test this code", "find b…
poteto/plugins
15
21
make-pr-easy-to-review Prepare PRs for review by cleaning noisy history, improving PR descriptions, and adding reviewer guidance without cha…
poteto/plugins
15
22
principle-build-the-lever Apply to any non-trivial work, not just bulk work: edits, migrations, analyses, checks. Build the tool that does it o…
poteto/plugins
15
23
principle-encode-lessons-in-structure Apply when you catch yourself writing the same instruction a second time, or notice a recurring correction. Encode th…
poteto/plugins
15
24
principle-exhaust-the-design-space Apply when facing a novel UI interaction or architectural decision with no precedent in the codebase. Build 2-3 compe…
poteto/plugins
15
25
principle-experience-first Apply when product, UX, or feature-scope tradeoffs come up. Choose user delight over implementation convenience; ship…
poteto/plugins
15
26
principle-fix-root-causes Apply when debugging. Trace each symptom to its root cause and fix it there; reproduce first, ask why until you reach…
poteto/plugins
15
27
principle-foundational-thinking Apply before writing logic: choosing core types and data structures, sequencing scaffold-vs-feature work, asking what…
poteto/plugins
15
28
principle-laziness-protocol Apply when refactoring, evaluating diff size, or tempted to add abstractions, layers, or signal threading. Bias towar…
poteto/plugins
15
29
principle-migrate-callers-then-delete-legacy-apis Apply when introducing a new internal API while old callers still exist. Migrate callers and delete the old API in th…
poteto/plugins
15
30
principle-never-block-on-the-human Apply when tempted to ask 'should I do X?' on reversible work. Proceed, present the result, let the human course-corr…
poteto/plugins
15
31
principle-outcome-oriented-execution Apply during planned rewrites and migrations with explicit phase boundaries. Converge on the target architecture; don…
poteto/plugins
15
32
principle-redesign-from-first-principles Apply when integrating a new requirement into an existing design. Redesign as if the requirement had been a foundatio…
poteto/plugins
15
33
principle-sequence-verifiable-units Apply to multi-step work (sweeps, migrations, runs of similar edits) and to how you stack commits and PRs. Break work…
poteto/plugins
15
34
figure-it-out Design an auditable playbook when no narrower one fits: a large migration, an ambitious multi-part change, or work a …
poteto/plugins
14
35
setup-pstack Configure which models pstack uses per role. Detects your available models and writes an always-applied rule that ove…
poteto/plugins
14
36
show-me-your-work Keep a reviewable decision trail for long-running or unattended work: a TSV log with one row per decision (what, why,…
poteto/plugins
14
37
fix-merge-conflicts Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution
poteto/plugins
13
38
thermo-nuclear-code-quality-review Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. …
poteto/plugins
10
39
verify-this Verify a claim with fresh local evidence: restate it falsifiably, capture baseline and treatment, compare artifacts, …
poteto/plugins
10
40
what-did-i-get-done Summarize authored commits over a user-specified time period into a concise update
poteto/plugins
10
41
weekly-review Produce a weekly synthesis of authored commits with highlights by bugfix, tech debt, and net-new work
poteto/plugins
9
42
thermo-nuclear-review Comprehensive security and correctness audit of a branch's changes. Use for thermo nuclear, thermonuclear, or deep re…
poteto/plugins
8
43
cli-for-agents Designs or reviews CLIs so coding agents can run them reliably: non-interactive flags, layered --help with examples, …
poteto/plugins
7
44
continual-learning Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to `agents-memory-updater`.
poteto/plugins
7
45
control-cli Build or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external services. Us…
poteto/plugins
7
46
control-ui Build or adapt a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI. Use for local UI verifica…
poteto/plugins
7
47
fix-ci Find failing PR checks, inspect logs or external check links, and apply focused fixes
poteto/plugins
7
48
get-pr-comments Fetch and summarize review comments from the active pull request
poteto/plugins
7
49
loop-on-ci Monitor PR checks and fix failures until green. Uses gh pr checks as the source of truth for PR-attached checks.
poteto/plugins
7
50
run-learning-retrospective Evaluate learning progress, identify blockers, and adjust the learning plan
poteto/plugins
7
Page 1 · 66 total Next