スキルレーダー · GITHUB

実際に使われている Agent Skills。

公開リポジトリの検証済み Skills を比較し、機能、内容、導入状況、出典を確認してから追加できます。

掲載範囲
検証済み
Skills
10,772
リポジトリ
1711
最終同期
2026/09/23
10,772 Skills
backnotprop
コミュニティ

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.

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

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.

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

no-comments

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

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

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.

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

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.

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

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.

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

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.

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

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.

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

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.

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

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

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

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.

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

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.

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

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.

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

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.

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

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

導入数
1
GitHub Stars
354
更新日
9月14日
backnotprop
コミュニティ

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.

導入数
1
GitHub Stars
354
更新日
9月14日
mindrally
コミュニティ

odoo-development

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

導入数
1
GitHub Stars
260
更新日
9月3日
aliyun
コミュニティ

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

導入数
1
GitHub Stars
249
更新日
9月19日
patternsdev
コミュニティ

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.

導入数
1
GitHub Stars
250
更新日
4月15日
marvkr
コミュニティ

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.

導入数
1
GitHub Stars
239
更新日
8月20日
entireio
コミュニティ

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.

導入数
1
GitHub Stars
223
更新日
9月5日
sammcj
コミュニティ

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.

導入数
1
GitHub Stars
161
更新日
9月15日
slackapi
コミュニティ

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

導入数
1
GitHub Stars
132
更新日
9月10日
raintree-technology
コミュニティ

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.

導入数
1
GitHub Stars
129
更新日
9月11日