RADAR SKILLI · GITHUB

Przydatne Agent Skills, ocenione według realnego użycia.

Porównuj zweryfikowane Skills: ich zastosowanie, zawartość pakietu, liczbę instalacji i wiarygodność źródła.

ZAKRES KATALOGU
ZWERYFIKOWANE
Skills
10 772
repozytoria
1711
ostatnia synchronizacja
23 wrz 2026
10 772 Skills
backnotprop
Społeczność

figure-it-out

Design an auditable playbook when no narrower one fits: a large migration, an ambitious multi-part change, or work a human reviews after stepping away. Scales rigor to the task, runs a hypothesis loop, and logs decisions via show-me-your-work. Use for /figure-it-out, 'figure it out', a large migration, or when no narrower playbook applies.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

how

Use for \"how does X work\", code walkthroughs before changing something, and placement / ownership / layering questions (\"where should this live\", \"which package owns this\", \"is this the right layer\"). Explains subsystem architecture, runtime flow, onboarding mental models. Use why for motivation.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

no-comments

Spawn Comment Sicko, fix accepted findings, and offer encodings for claimed constraints.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

principle-encode-lessons-in-structure

Apply when you catch yourself writing the same instruction a second time, or notice a recurring correction. Encode the rule as a lint, metadata flag, runtime check, or script instead of more text.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

principle-exhaust-the-design-space

Apply when facing a novel UI interaction or architectural decision with no precedent in the codebase. Build 2-3 competing prototypes and compare side by side before committing.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

principle-guard-the-context-window

Apply when context is filling up: large outputs, long files, repeated reads, fan-out planning. Route bulk to subagents; keep summaries in the main thread, not raw payloads.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

principle-laziness-protocol

Apply when refactoring, evaluating diff size, or tempted to add abstractions, layers, or signal threading. Bias toward deletion and the smallest change that solves the problem.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

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 the same wave instead of preserving compatibility layers.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

principle-outcome-oriented-execution

Apply during planned rewrites and migrations with explicit phase boundaries. Converge on the target architecture; don't preserve smooth intermediate states with throwaway compatibility code.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

principle-prove-it-works

Apply after completing a task, before declaring done. Verify against the real artifact (run the feature, read the actual value, inspect the diff), not a proxy, self-report, or 'it compiles.'

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

principle-type-system-discipline

Apply when designing types, reviewing a function signature, or writing code in any statically-typed language. Make illegal states unrepresentable, brand semantic primitives, parse external data at boundaries, refuse to lie to the compiler, exhaust variants, derive from authoritative schemas.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

recall

Reconstruct your recent working context from your own chat history, live state, and the shared record (user reports, prior fixes, incidents), then hand back a tight current-state brief. Use for 'recall my work on X', 'catch me up', 'what have I been working on', 'where did I leave off', before starting or resuming work.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

reflect

Spawn three parallel review subagents over the active transcript, surface learnings, and route each to a concrete edit on an existing skill. Use when the user says reflect.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

setup-pstack

Configure which models pstack uses per role and at what reasoning budget. Detects your available models and writes an always-applied rule that overrides the skill defaults. Use for /setup-pstack, "configure pstack models", "pstack budget", or changing pstack's model choices.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

teach

Explain a body of work plainly so a person actually understands it. Runs the how and why skills and weaves what they find into one clear explanation. Use for 'teach me this', 'help me really understand X', 'explain this change or subsystem to me'.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
backnotprop
Społeczność

why

Use for 'why does X work this way', 'why we picked Y', design rationale, regressions, postmortems, or data-backed thresholds. Discovers available MCPs and queries each evidence category (source control, issue tracker, long-form docs, real-time chat, infrastructure observability, error tracking, product analytics warehouse) in parallel, then returns a cited read on decisions and tradeoffs. Use how for runtime behavior.

instalacje
1
GitHub Stars
354
Aktualizacja
14 wrz
mindrally
Społeczność

odoo-development

Expert guidance for Odoo ERP development including Python ORM, XML views, and module architecture

instalacje
1
GitHub Stars
260
Aktualizacja
3 wrz
aliyun
Społeczność

alibabacloud-sls-query

Alibaba Cloud SLS (Simple Log Service) log query & analysis skill. Use this skill to help users write, explain, optimize, execute, or troubleshoot SLS index search, SQL analytics, and SPL scan/pipeline statements through the aliyun CLI. Triggers: "SLS 查询", "SLS 分析", "日志查询", "日志分析", "log query", "analyze sls logs", "aliyun log query".

instalacje
1
GitHub Stars
249
Aktualizacja
19 wrz
patternsdev
Społeczność

react-selective-hydration

Teaches selective hydration combined with streaming SSR in React 18+. Use when you need to prioritize hydrating interactive components while streaming the rest of the page.

instalacje
1
GitHub Stars
250
Aktualizacja
15 kwi
marvkr
Społeczność

better-design

Build, improve, and review production interfaces with the Better Design MCP. Use for frontend design, UI, UX, interactions, flows, forms, navigation, components, styling, design systems, accessibility, responsive layouts, motion, React Native, Expo, Shopify, Three.js, and product video work, especially when creating, redesigning, polishing, or reviewing an interface.

instalacje
1
GitHub Stars
239
Aktualizacja
20 sie
entireio
Społeczność

what-happened

Explain why code looks the way it does by tracing the latest change for a file range or pasted snippet through git blame and deduplicated entire checkpoint explain lookups. Use when the user asks what happened, says "tell me why" about a code block, is confused about a section of code, asks "wtf is going on", "why is this like this", "why was this changed", or wants provenance for a specific file block.

instalacje
1
GitHub Stars
223
Aktualizacja
5 wrz
sammcj
Społeczność

writing-documentation-with-diataxis

Applies the Diataxis framework to create or improve technical documentation. Use when being asked to write high quality tutorials, how-to guides, reference docs, or explanations, when reviewing documentation quality, or when deciding what type of documentation to create. Helps identify documentation types using the action/cognition and acquisition/application dimensions.

instalacje
1
GitHub Stars
161
Aktualizacja
15 wrz
slackapi
Społeczność

slack-cli

Use when a developer works with the Slack CLI (slack command) to create, run, or manage a Slack app from the terminal: logging in or authenticating (slack login), adding a team or switching workspaces, running locally (slack run), deploying, editing the app manifest, calling Web API methods (slack api), or searching Slack docs (slack docs search).

instalacje
1
GitHub Stars
132
Aktualizacja
10 wrz
raintree-technology
Społeczność

hig-components-dialogs

- Apple HIG guidance for presentation components including alerts, action sheets, popovers, sheets, and digit entry views. Use this skill when the user says "should I use an alert or a sheet," "how do I show a confirmation dialog," "when should I use a popover," "my modals are annoying users," or asks about alert design, action sheet, popover, sheet, modal, dialog, digit entry, confirmation dialog, warning dialog, modal presentation, non-modal content, destructive action confirmation, or overlay UI patterns. Cross-references: hig-components-menus, hig-components-controls, hig-components-search, hig-patterns.

instalacje
1
GitHub Stars
129
Aktualizacja
11 wrz