Cheatsheet
Every skill across all standr plugins. Each skill is invoked as a slash command inside your agent.
Works with Claude, Codex, Cursor, Gemini, Kiro, OpenCode, Pi, and npx-compatible agents.
refactor
Code craft
$ claude plugin install standr/refactor/scan Diagnose craft problems and recommend which skills to apply. Start here.
/normalize Unify style across related code.
/symmetry Align parallel functions, classes, and modules.
/distill Remove noise and reduce accidental complexity.
/rename Fix weak or misleading names.
/idiomatize Make code feel natural for the language and framework.
/make-explicit Improve clarity even at the cost of slight verbosity.
/comment-why Rewrite comments to explain reasoning, not obvious mechanics.
/decomment Delete useless comments.
/review-craft Critique code quality globally, beyond correctness.
architecture
Structural design
$ claude plugin install standr/architecture/scan Diagnose structural problems and recommend which skills to apply. Start here.
/place Decide where new functionality should live in the backend.
/model Classify a new concept: entity, value object, service, policy, workflow, or helper.
/align-analogy Find analogous existing concepts and design in parallel with them.
/boundary Inspect separation of responsibilities across layers and modules.
/hierarchy-check Verify that concept hierarchy and abstraction levels are consistent.
/symmetry-check Check whether similar backend concepts are represented similarly.
/scale-path Pressure-test a design against the next 3–5 likely use cases.
/pattern-fit Suggest a design pattern only when it genuinely clarifies the structure.
/doctrine Core architectural philosophy loaded as context for all other skills.
narrative
Professional communication
$ claude plugin install standr/narrative/scan Diagnose communication problems and recommend which skills to apply. Start here.
/thesis Define or sharpen the central argument of a document or presentation.
/flow Improve narrative order and momentum.
/headline Make titles and messages sharper and more specific.
/declutter Remove unnecessary information and reduce density.
/chart-story Turn charts into arguments, not decorations.
/memoize Convert rough ideas or notes into a coherent memo.
/objection-proof Pre-empt likely audience objections.
/one-minute Compress content into a brief, spoken-form explanation.
/doctrine Core communication philosophy loaded as context for all other skills.