技能雷达 · GITHUB
值得安装的 Agent Skills。
汇总公开仓库中已验证的 Skills。安装前先看清它能做什么、包内包含什么、热度如何,以及来源是否可靠。
- 目录范围
- 已验证
- Skills
- 6,069
- 仓库
- 886
- 最近同步
- 2026年9月9日
michael-denyerfix-merge-conflicts
Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution
- 安装量
- 1
- GitHub Stars
- 195
- 最近更新
- 9月2日
michael-denyerget-pr-comments
Fetch and summarize review comments from the active pull request
- 安装量
- 1
- GitHub Stars
- 195
- 最近更新
- 9月2日
michael-denyerinterrogate
Use for \"interrogate\", \"adversarial review\", \"multi-model review\", \"challenge this\", \"stress test this code\", \"find blind spots\", or \"tear this apart\". Multiple LLM reviewers challenge changes from independent angles.
- 安装量
- 1
- GitHub Stars
- 195
- 最近更新
- 9月2日
michael-denyermaintain-verification-skill
Periodic pass that keeps a project's verification skill and feature map honest: parallel source readers per feature, one live session driving every feature, at most one PR of proven corrections. Use for /maintain-verification-skill or \"audit the verify skill\".
- 安装量
- 1
- GitHub Stars
- 195
- 最近更新
- 9月2日
michael-denyerprinciple-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
- 195
- 最近更新
- 9月2日
michael-denyerprinciple-make-operations-idempotent
Apply when designing commands, lifecycle steps, or processing loops that run amid crashes, restarts, and retries. Converge to the same end state regardless of partial prior runs.
- 安装量
- 1
- GitHub Stars
- 195
- 最近更新
- 9月2日
michael-denyerprinciple-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
- 195
- 最近更新
- 9月2日
michael-denyertdd
Use only when the user explicitly asks for TDD, a failing test, or a regression test, OR when the bug has an obvious cheap local test target. Skip when the test path is unclear, expensive, integration-heavy, or not requested.
- 安装量
- 1
- GitHub Stars
- 195
- 最近更新
- 9月2日
michael-denyerteach
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
- 195
- 最近更新
- 9月2日
michael-denyerunslop
Cut AI tells from any writing. Must always apply.
- 安装量
- 1
- GitHub Stars
- 195
- 最近更新
- 9月2日
michael-denyerwhy
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
- 195
- 最近更新
- 9月2日
encoredevencore-api
Define typed API endpoints in Encore.ts using api(...) from encore.dev/api. Covers typed request/response interfaces, path/query/header/cookie params, request validation, and APIError. For raw endpoints (api.raw()) and inbound webhooks, use encore-webhook instead.
- 安装量
- 1
- GitHub Stars
- 26
- 最近更新
- 9月3日
encoredevencore-auth
- Protect Encore.ts endpoints with authentication and authorize callers. Covers authHandler, Gateway, getAuthData, and auth: true.
- 安装量
- 1
- GitHub Stars
- 26
- 最近更新
- 9月3日
encoredevencore-cache
Cache data in Redis from Encore.ts using CacheCluster and typed keyspaces from encore.dev/storage/cache. Type-safe key/value access with TTLs, atomic increments, and per-keyspace data shapes.
- 安装量
- 1
- GitHub Stars
- 26
- 最近更新
- 9月3日
encoredevencore-code-review
Review existing Encore.ts code for best practices and common anti-patterns.
- 安装量
- 1
- GitHub Stars
- 26
- 最近更新
- 9月3日
encoredevencore-cron
- Schedule periodic / recurring work in Encore.ts using CronJob from encore.dev/cron. Covers every: "1h" interval syntax and schedule: "0 9 1" cron expressions.
- 安装量
- 1
- GitHub Stars
- 26
- 最近更新
- 9月3日
encoredevencore-database
Work with PostgreSQL in Encore.ts using SQLDatabase from encore.dev/storage/sqldb — schema migrations and SQL queries.
- 安装量
- 1
- GitHub Stars
- 26
- 最近更新
- 9月3日
encoredevencore-migrate
Migrate an existing backend application to Encore. Supports any source framework, targets Encore.ts or Encore Go. Drives a structured DISCOVER → PLAN → MIGRATE workflow with migration-plan.md tracking.
- 安装量
- 1
- GitHub Stars
- 26
- 最近更新
- 9月3日
encoredevencore-pubsub
Asynchronous messaging in Encore.ts via Topic and Subscription from encore.dev/pubsub — broadcast events, decouple producers from consumers, and run background handlers.
- 安装量
- 1
- GitHub Stars
- 26
- 最近更新
- 9月3日
encoredevencore-secret
Manage API keys, credentials, and other secrets in Encore.ts using secret(...) from encore.dev/config.
- 安装量
- 1
- GitHub Stars
- 26
- 最近更新
- 9月3日
encoredevencore-webhook
Receive inbound webhooks from external services (Stripe, GitHub, Slack, Twilio, etc.) using api.raw(...) from encore.dev/api. The right skill any time the user names a third-party provider that POSTs events to a URL you own.
- 安装量
- 1
- GitHub Stars
- 26
- 最近更新
- 9月3日
mohitmishra786linux-perf
Linux perf profiler skill for CPU performance analysis. Use when collecting sampling profiles with perf record, generating perf report, measuring hardware counters (cache misses, branch mispredicts, IPC), identifying hot functions, or feeding perf data into flamegraph tools. Activates on queries about perf, Linux performance counters, PMU events, off-CPU profiling, perf stat, perf annotate, or sampling-based profiling on Linux.
- 安装量
- 1
- GitHub Stars
- 193
- 最近更新
- 6月27日
mohitmishra786llvm
LLVM IR and pass pipeline skill. Use when working directly with LLVM Intermediate Representation (IR), running opt passes, generating IR with llc, inspecting or writing LLVM IR for custom passes, or understanding how the LLVM backend lowers IR to assembly. Activates on queries about LLVM IR, opt, llc, llvm-dis, LLVM passes, IR transformations, or building LLVM-based tools.
- 安装量
- 1
- GitHub Stars
- 193
- 最近更新
- 6月27日
mohitmishra786sanitizers
Compiler sanitizer skill for runtime bug detection in C/C++. Use when enabling and interpreting AddressSanitizer (ASan), UndefinedBehaviorSanitizer (UBSan), ThreadSanitizer (TSan), MemorySanitizer (MSan), or LeakSanitizer (LSan) with GCC or Clang. Activates on queries about sanitizer flags, sanitizer reports, ASANOPTIONS, memory errors, data races, undefined behaviour, uninitialised reads, or choosing which sanitizer to use for a given bug class.
- 安装量
- 1
- GitHub Stars
- 193
- 最近更新
- 6月27日