技能雷达 · GITHUB

值得安装的 Agent Skills。

汇总公开仓库中已验证的 Skills。安装前先看清它能做什么、包内包含什么、热度如何,以及来源是否可靠。

目录范围
已验证
Skills
5,771
仓库
824
最近同步
2026年9月8日
5,771 Skills
jssblck
社区

parallel-agents

Use when agents work concurrently in a codebase, shared files have recurring merge conflicts, or AGENTS.md or CLAUDE.md needs maintenance.

安装量
1
GitHub Stars
0
最近更新
9月8日
jssblck
社区

project-bootstrap

Use when the user requests repository setup, tooling infrastructure, or Jess's full project template. Skip coding, prototypes, and hardening requests that do not include repository setup.

安装量
1
GitHub Stars
0
最近更新
9月8日
jssblck
社区

resolve-pr-conflicts

Use when a PR has merge conflicts with its base branch, including conflicts found during babysitting or merging.

安装量
1
GitHub Stars
0
最近更新
9月8日
jssblck
社区

ship-it

Use when asked to ship a completed change, commit and open a PR, or push changes and watch CI. Use babysit for monitoring an existing PR.

安装量
1
GitHub Stars
0
最近更新
9月8日
jssblck
社区

stop-slop

Use when drafting or editing durable prose, including docs, UI copy, comments, commit messages, and PR or issue text. Skip ordinary chat replies.

安装量
1
GitHub Stars
0
最近更新
9月8日
jssblck
社区

tag-release

Use when asked to tag or cut a patch, minor, or major release.

安装量
1
GitHub Stars
0
最近更新
9月8日
jssblck
社区

testing-craft

Use when writing, reviewing, or refactoring tests, or choosing verification for a code change.

安装量
1
GitHub Stars
0
最近更新
9月8日
kmalakoff
社区

sense

Query a markdown tree with the sense CLI: filter notes by frontmatter, full-text search the prose, follow wikilinks/backlinks, trace how notes connect (link path, similar-but-unlinked), and read note outlines. Use when the user wants to query, filter, count, search, or report on a folder of markdown notes, when you need to find which notes discuss a topic before reading them, when you want a note's backlinks or structure, when you want to know how two notes connect, when a directory has a sense.config.json, or when asked to add a saved entry to one.

安装量
1
GitHub Stars
0
最近更新
9月8日
kmalakoff
社区

sense-setup

Set up the sense CLI on a markdown tree and make the tree-design decisions that shape it: sense init, presets (which files, which settings, whether the scope searches by meaning), the embed block that names the model, and the trade-offs of frontmatter conventions, summaries, folder layout, and note size. Use when creating or restructuring a markdown knowledge base, running sense init, editing sense.config.json, choosing the backing store (sqlite, duckdb or turso), configuring search scope or vectors, or deciding how notes should be written for an agent to query later.

安装量
1
GitHub Stars
0
最近更新
9月8日
sebastianelvis
社区

pr-review

Use this skill for a systematic review of another person's GitHub Pull Request. Trigger on "review PR 123", "is this safe to merge", "check this PR's design", "does this break the protocol", or "does this solve the issue". Check the problem, architecture, protocol conformance, root cause, necessity, correctness, security, and project rules. Require the human to confirm the specification, the problem, and the approach before a detailed review. Do NOT use for an uncommitted local diff, a PR description, or a lint check.

安装量
1
GitHub Stars
0
最近更新
9月8日
wangnan0916
社区

debug-mode

Diagnose and fix reproducible runtime bugs with temporary structured logs, root-cause evidence, verification, and cleanup. Use for explicit debug-mode or instrumented debugging requests. Continue active sessions across reproduction replies. Use trace-mode when the goal stops at code location.

安装量
1
GitHub Stars
0
最近更新
9月1日
wangnan0916
社区

trace-mode

Trace runtime behavior and locate responsible code paths with temporary structured logs and NDJSON evidence. Use for runtime handlers, state transitions, and async boundaries. Use debug-mode when the goal includes a product fix. Continue active traces across capture replies.

安装量
1
GitHub Stars
0
最近更新
9月1日
sickn33
社区

professional-proofreader

Use when a user asks to "proofread", "review and correct", "fix grammar", "improve readability while keeping my voice", and to proofread a document file and save an updated version.

安装量
1
GitHub Stars
4.6万
最近更新
9月7日
sickn33
社区

telegram-mini-app

Expert in building Telegram Mini Apps (TWA) - web apps that run inside Telegram with native-like experience. Covers the TON ecosystem, Telegram Web App API, payments, user authentication, and building viral mini apps that monetize.

安装量
1
GitHub Stars
4.6万
最近更新
9月7日
vercel-labs
官方

plan-mode

Holistic, system-aware planning before implementing non-trivial tasks. Use when the task involves new features, architectural decisions, multi-file changes, unclear requirements, or multiple valid approaches. Triggers on "/plan", "plan this", "design an approach", "let's plan first".

安装量
1
GitHub Stars
5807
最近更新
8月29日
phaserjs
社区

geometry-and-math

Use this skill when using Phaser 4 math and geometry utilities. Covers vectors, rectangles, circles, triangles, polygons, random number generation, angles, distance, interpolation, and snapping. Triggers on: Vector2, Rectangle, Circle, math, distance, angle, random, lerp.

安装量
1
GitHub Stars
4万
最近更新
8月21日
phaserjs
社区

graphics-and-shapes

Use this skill when drawing shapes and graphics in Phaser 4. Covers the Graphics game object, lines, rectangles, circles, arcs, polygons, gradients, fill, stroke, and generated textures. Triggers on: Graphics, draw shape, fillRect, lineStyle, polygon, arc.

安装量
1
GitHub Stars
4万
最近更新
8月21日
openai
官方

game-studio

Route early browser-game work. Use when the user needs stack selection and workflow planning across design, implementation, assets, and playtesting before moving to a specialist skill.

安装量
1
GitHub Stars
5485
最近更新
8月28日
wshobson
社区

checkpoint-promotion

Gate fine-tuned checkpoints with drift budgets, paired comparison, and forgetting checks before promotion. Use after a training run produces a checkpoint, when deciding whether a tuned model ships, or when a promoted model needs re-gating against updated goldens.

安装量
1
GitHub Stars
3.9万
最近更新
9月7日
wshobson
社区

context-driven-development

- Creates and maintains project context artifacts (product.md, tech-stack.md, workflow.md, tracks.md) in a conductor/ directory. Scaffolds new projects from scratch, extracts context from existing codebases, validates artifact consistency before implementation, and synchronizes documents as the project evolves. Use when setting up a project, creating or updating product docs, managing a tech stack file, defining development workflows, tracking work units, onboarding to an existing codebase, or running project scaffolding.

安装量
1
GitHub Stars
3.9万
最近更新
9月7日
wshobson
社区

data-quality-frameworks

Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts.

安装量
1
GitHub Stars
3.9万
最近更新
9月7日
wshobson
社区

eval-harness-first

Build the evaluation harness that gates every fine-tuning run — golden sets, per-failure-mode graders, judge calibration, and base-model baselines. Use when starting a fine-tuning effort, when converting traces into an eval set, or when calibrating a judge against human labels.

安装量
1
GitHub Stars
3.9万
最近更新
9月7日
wshobson
社区

go-concurrency-patterns

Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.

安装量
1
GitHub Stars
3.9万
最近更新
9月7日
wshobson
社区

grpo-rlvr-training

Train reasoning and verifiable-task behavior with GRPO and reinforcement learning from verifiable rewards (RLVR). Use when task success is algorithmically checkable (math, code, tool calls, structured output), when designing GRPO reward functions, or when a GRPO run diverges or reward-hacks.

安装量
1
GitHub Stars
3.9万
最近更新
9月7日