技能雷达 · GITHUB
值得安装的 Agent Skills。
汇总公开仓库中已验证的 Skills。安装前先看清它能做什么、包内包含什么、热度如何,以及来源是否可靠。
- 目录范围
- 已验证
- Skills
- 5,771
- 仓库
- 824
- 最近同步
- 2026年9月8日
membranedevdirectus
Directus integration. Manage Collections, Users, Presets, Dashboards, Flows. Use when the user wants to interact with Directus data.
- 安装量
- 1
- GitHub Stars
- 267
- 最近更新
- 4月28日
michael-denyerpoteto-mode
poteto's agent style for concise, detailed responses, deliberate subagents, unslopped prose, simple code, and verified work. Use for poteto, /poteto-mode, or requests to work in this style.
- 安装量
- 1
- GitHub Stars
- 239
- 最近更新
- 9月8日
michael-denyerprinciple-boundary-discipline
Apply when wiring validation, error handling, or framework adapters. Concentrate guards at system boundaries (CLI, config, network, external APIs); trust internal types and keep business logic in pure functions.
- 安装量
- 1
- GitHub Stars
- 239
- 最近更新
- 9月8日
michael-denyerprinciple-experience-first
Apply when product, UX, or feature-scope tradeoffs come up. Choose user delight over implementation convenience; ship fewer polished features over more rough ones.
- 安装量
- 1
- GitHub Stars
- 239
- 最近更新
- 9月8日
michael-denyerprinciple-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
- 239
- 最近更新
- 9月8日
michael-denyerprinciple-minimize-reader-load
Apply when reviewing or shaping code that's hard to trace. Count layers between question and answer, and hidden state in the reader's head; collapse one-caller wrappers and shrink mutable scope.
- 安装量
- 1
- GitHub Stars
- 239
- 最近更新
- 9月8日
michael-denyerprinciple-model-the-domain
Apply when writing stateful logic, or when code branches a lot or repeats a shape assumption across files. Encode the domain in a structure instead of scattered conditionals.
- 安装量
- 1
- GitHub Stars
- 239
- 最近更新
- 9月8日
michael-denyerprinciple-never-block-on-the-human
Apply when tempted to ask 'should I do X?' on reversible work. Proceed, present the result, let the human course-correct after the fact; reserve confirmation for irreversible actions.
- 安装量
- 1
- GitHub Stars
- 239
- 最近更新
- 9月8日
michael-denyerprinciple-separate-before-serializing-shared-state
Apply when concurrent actors might write to the same file, branch, key, or state object. Eliminate the sharing first; serialize structurally only when one shared writer is a real invariant.
- 安装量
- 1
- GitHub Stars
- 239
- 最近更新
- 9月8日
michael-denyerreflect
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
- 239
- 最近更新
- 9月8日
michael-denyershow-me-your-work
Keep a reviewable decision trail for long-running or unattended work: a TSV log with one row per decision (what, why, evidence, result). Local by default; commit it when a reviewer needs the trail to trust the result. Use for /show-me-your-work, autonomous or multi-phase runs, or work a human reviews after stepping away.
- 安装量
- 1
- GitHub Stars
- 239
- 最近更新
- 9月8日
michael-denyerthermo-nuclear-code-quality-review
Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.
- 安装量
- 1
- GitHub Stars
- 239
- 最近更新
- 9月8日
michael-denyertypescript-best-practices
TypeScript best practices. Use when reading or editing any .ts or .tsx file.
- 安装量
- 1
- GitHub Stars
- 239
- 最近更新
- 9月8日
michael-denyerwhat-did-i-get-done
Summarize authored commits over a user-specified time period into a concise update
- 安装量
- 1
- GitHub Stars
- 239
- 最近更新
- 9月8日
secondskybun-sqlite
Use for bun:sqlite, SQLite operations, prepared statements, transactions, and queries.
- 安装量
- 1
- GitHub Stars
- 215
- 最近更新
- 9月7日
pproencatailwind-ui-refactor
Refactoring UI design patterns for Tailwind CSS applications. This skill should be used when writing, reviewing, or refactoring HTML with Tailwind utility classes to improve visual hierarchy, spacing, typography, color, depth, and polish. Triggers on tasks involving UI cleanup, design review, Tailwind refactoring, component styling, or visual improvements.
- 安装量
- 1
- GitHub Stars
- 204
- 最近更新
- 8月15日
mohitmishra786clang
Clang/LLVM compiler skill for C/C++ projects. Use when working with clang or clang++ for diagnostics, sanitizer instrumentation, optimization remarks, static analysis with clang-tidy, LTO via lld, or when migrating from GCC to Clang. Activates on queries about clang flags, clang-tidy, clang-format, better error messages, Apple/FreeBSD toolchains, or LLVM-specific optimizations. Covers flag selection, diagnostic tuning, and integration with LLVM tooling.
- 安装量
- 1
- GitHub Stars
- 198
- 最近更新
- 6月27日
mohitmishra786static-analysis
Static analysis skill for C/C++ codebases. Use when hardening code quality, triaging noisy builds, running clang-tidy, cppcheck, or scan-build, interpreting check categories, suppressing false positives, or integrating static analysis into CI. Activates on queries about clang-tidy checks, cppcheck, scan-build, compilecommands.json, code hardening, or static analysis warnings.
- 安装量
- 1
- GitHub Stars
- 198
- 最近更新
- 6月27日
modularclosure-migration
- Migrates Mojo code off legacy parametric closures (capturing[], @parameter / @parameter, apifn) onto value-taking unified closures (api(args, fn) with {imm} / {mut} / {var} / named capture lists). Use when removing parametric overloads, fixing "capturing thin" conversion errors, rewriting nested launch/callback closures, or migrating any API that took a comptime function parameter. Also use when CI SIGSEGVs while compiling a Mojo object with compileoffloadclosure func must be fully bound — that is host elaboration; verify with kgen -elaborate, not remote GPU execution.
- 安装量
- 1
- GitHub Stars
- 188
- 最近更新
- 9月6日
modulardebug-model
Debug silent corruption when a MAX model loads, compiles, serves, and generates tokens but output disagrees with a reference implementation. Use whenever parity debugging stalls on scalar taps, the model returns gibberish or wrong greedy tokens, logit cosine is high but argmax differs, or generation is coherent then diverges — during an architecture port, a quantization bring-up, a multi-GPU conversion, or after a MAX upgrade. Triggers on "parity failure", "silent corruption", "logits match but tokens diverge", "top-1 mismatch", "greedy divergence", and "model serves but generates garbage". Not for crashes on load or pre-serve scaffolding (use import-model). Mandates reference-vs-MAX tensor-dump comparators first, verify fixes numerically before recompiling, and serve-vs-pipeline bisect when dumps match but text diverges.
- 安装量
- 1
- GitHub Stars
- 188
- 最近更新
- 9月6日
modulareval-model
Measures the task accuracy of text models served by MAX using standard benchmarks such as GSM8K, MMLU, HellaSwag, ARC, AIME, GPQA, TruthfulQA, WinoGrande, and BABILong. Use when benchmarking a served model, comparing it with model-card or reference scores, verifying that a new MAX model produces correct answers, or running repeatable dataset evaluations against a MAX OpenAI-compatible endpoint.
- 安装量
- 1
- GitHub Stars
- 188
- 最近更新
- 9月6日
modularimport-model
Use when importing a new model architecture into MAX from a Hugging Face model ID. Triggers on: "import a model into MAX", "add model to MAX", "bring up in MAX". Workflow: inspect Hugging Face config and modeling code, scaffold from a similar MAX architecture, implement each graph layer to match HF, serve, then verify against the Hugging Face reference. When the server runs but output is wrong (gibberish, greedy mismatch, coherent-then-diverges), load debug-model for the divergence hunt instead of scalar-tap iteration.
- 安装量
- 1
- GitHub Stars
- 188
- 最近更新
- 9月6日
modularmojo-syntax
Help to write Mojo code using current syntax and conventions. Always use this skill when writing any Mojo code, including when other Mojo-specific skills (e.g., mojo-gpu-fundamentals) also apply. Use when writing Mojo code, translating projects to Mojo, or otherwise generating Mojo. Use this skill to overcome misconceptions with how Mojo is written.
- 安装量
- 1
- GitHub Stars
- 188
- 最近更新
- 9月6日
modularnew-modular-project
Creates a new Mojo or MAX project. Use when wanting to start a new Mojo or MAX project, initializing the pixi or uv environment to use Mojo or MAX, or when the user wants to begin a new Mojo or MAX project from scratch.
- 安装量
- 1
- GitHub Stars
- 188
- 最近更新
- 9月6日