技能雷达 · GITHUB
值得安装的 Agent Skills。
汇总公开仓库中已验证的 Skills。安装前先看清它能做什么、包内包含什么、热度如何,以及来源是否可靠。
- 目录范围
- 已验证
- Skills
- 10,772
- 仓库
- 1711
- 最近同步
- 2026年9月23日
backnotpropfigure-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日
backnotprophow
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日
backnotpropno-comments
Spawn Comment Sicko, fix accepted findings, and offer encodings for claimed constraints.
- 安装量
- 1
- GitHub Stars
- 354
- 最近更新
- 9月14日
backnotpropprinciple-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日
backnotpropprinciple-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日
backnotpropprinciple-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日
backnotpropprinciple-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日
backnotpropprinciple-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日
backnotpropprinciple-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日
backnotpropprinciple-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日
backnotpropprinciple-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日
backnotproprecall
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日
backnotpropreflect
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日
backnotpropsetup-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日
backnotpropteach
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日
backnotpropwhy
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日
mindrallyodoo-development
Expert guidance for Odoo ERP development including Python ORM, XML views, and module architecture
- 安装量
- 1
- GitHub Stars
- 260
- 最近更新
- 9月3日
aliyunalibabacloud-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日
patternsdevreact-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日
marvkrbetter-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日
entireiowhat-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日
sammcjwriting-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日
slackapislack-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-technologyhig-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日