スキルレーダー · GITHUB

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

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

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

gplay-user-management

User and grant management for Google Play Console via gplay users and gplay grants commands. Use when asked to manage developer account users, account-wide permissions, or per-app access grants.

導入数
1
GitHub Stars
45
更新日
7月26日
apache
コミュニティ

doris-profile-reader

Interpret Apache Doris query runtime profiles, especially profile bottleneck triage, misleading wait counters, per-operator metric priority, scan, join-order/runtime-filter analysis, and evidence-bounded performance explanations. Use when given a Doris profile, query id, profile URL/text, or a request to explain Doris query performance.

導入数
1
GitHub Stars
40
更新日
9月7日
frizzlefur
コミュニティ

flow

当用户说 /flow、复杂任务、多步骤任务、编排、先优化再规划再执行时使用此技能。 将复杂任务拆分为"Prompt优化→深度思考→规划→并发执行"管道,支持 --quick/--think/--mermaid/--discuss 等参数。 当任务涉及 3 个以上步骤、用户提到"编排"或"flow"、或需要组合多个技能时,都应使用此技能。 简单单步任务不要使用。深度版用 /flow-deep。

導入数
1
GitHub Stars
27
更新日
9月10日
frizzlefur
コミュニティ

multi-agent

Agent Teams 方案生成与执行引擎。通过 Agent(name) + SendMessage(to: name) 工具链并行分发多 agent 团队(subagent 后台运行); 在 tmux 中且 pane 可用时自动获得分屏可视化,pane 故障或无 tmux 时静默降级为无分屏并发(无需任何前置依赖)。 当用户说 /MultiAgent、"fan out subagents"、"fan out"、"sends a team"、"多agent"、"团队协作"、"并行处理"、 "teammate"、"创建agent团队"、"派团队"、"扇出"、"并行深挖"、"派几个agent分头调研"、"digs deep"、"每个都深挖"、 "别漏掉任何东西" 时使用—— 即使只说一句 "fan out subagents" 也应触发本 skill(只读任务走 Fast Path 直接分发,写入任务走完整方案确认)。 支持项目上下文感知、协作式方案生成、分片覆盖验收(nothing missed)、环境自适应。

導入数
1
GitHub Stars
27
更新日
9月10日
sepush
コミュニティ

naive-ui

Use when working with naive-ui components, or troubleshooting naive-ui usage issues.

導入数
1
GitHub Stars
25
更新日
2月22日
agents-inc
コミュニティ

api-database-drizzle

Drizzle ORM, queries, migrations

導入数
1
GitHub Stars
24
更新日
9月7日
gtrabanco
コミュニティ

review-code

Internal correctness + simplification review pass of the agentic-workflow review pack — composed in-turn by review-change and product-audit; not a menu entry. Checks correctness, error handling, duplication, dead code, and simplification opportunities against the project's own conventions. Findings only; never edits code.

導入数
1
GitHub Stars
21
更新日
9月9日
gtrabanco
コミュニティ

review-plan

Independent read-only review of a frozen Engineering plan before execution, in a context that did not cut it: feature or fix snapshot, obligation ledger sweep, phase and validator checks. Returns only PLAN-REVIEW-PASS or PLAN-REVIEW-FAIL with a snapshot-bound receipt (a product-intent gap is PLAN-REVIEW-FAIL with class: product). Never edits a plan artifact. Triggers: "review-plan", "review the plan", "review the phases".

導入数
1
GitHub Stars
21
更新日
9月9日
gtrabanco
コミュニティ

review-security

Internal security review pass of the agentic-workflow review pack — composed in-turn by review-change and product-audit; not a menu entry. Checks secrets, input validation, injection, authn/authz, PII exposure, and dependency risk on the changed surface. Findings only; never edits code.

導入数
1
GitHub Stars
21
更新日
9月9日
gtrabanco
コミュニティ

review-seo

Internal SEO review pass of the agentic-workflow review pack — composed in-turn by review-change and product-audit; not a menu entry. Checks changed web pages/routes for indexability, metadata, and structured data — applies only to public web surfaces. Findings only; never edits code.

導入数
1
GitHub Stars
21
更新日
9月9日
gtrabanco
コミュニティ

review-spec

Independent read-only review of a frozen Product half before engineering planning. Runs the exact Product checks in a clean context and returns only SPEC-REVIEW-PASS, SPEC-REVIEW-FAIL, or NEEDS-DESIGN with a content-bound receipt. Never edits the reviewed SPEC. Triggers: "review-spec", "review the spec", "review product design".

導入数
1
GitHub Stars
21
更新日
9月9日
gtrabanco
コミュニティ

verification-contract

Internal contract: one compact frozen ACCEPTANCE.md per delivery unit, its validation ladder, anti-weakening rules, and blob-bound execution receipt. Consumed by planners, execute-phase, and review-change.

導入数
1
GitHub Stars
21
更新日
9月9日
koukekoukej-glitch
コミュニティ

feynman-tutor

一对一的学习导师。用户想深入理解一个主题、学一篇文章或视频、接着之前聊过的话题继续聊时用这个 skill。帮他把模糊的理解变清楚,把零散的东西变成他以后能反复用得上的理解。不是讲课,是对话。

導入数
1
GitHub Stars
20
更新日
5月18日
a-tokyo
コミュニティ

app-ai-guardrails

- Scaffold a new production application with the full agentic-AI guardrail canon baked in from commit 1: a uniform 7-gate interface (lint, typecheck, test, coverage, build, e2e, audit) on each stack's native runner, strict types, maximal static analysis, coverage thresholds with teeth plus seed tests, pre-commit hooks, hardened CI with optional SonarCloud, supply-chain pinning, and an agent-ready AGENTS.md — every gate verified green before the first commit. Native adapters: Next.js, NestJS, Django, Go, Rust, Spring Boot; a discovery method maps the canon to other stacks. USE FOR: creating or scaffolding a new app, service, or API from scratch; bootstrapping a greenfield repo that AI agents will build in. DO NOT USE FOR: retrofitting an existing codebase or scaffolding a new package into an existing monorepo (both assume repo-root ownership), LLM-safety or content-moderation guardrails, or adding a single tool to an existing project.

導入数
1
GitHub Stars
15
更新日
8月6日
shoplazza
コミュニティ

shoplazza-customers

- Use when the user wants to manage customers (buyers) on a shoplazza store through the CLI — create a customer profile, find a customer by email or phone, get customer details or the total customer count, update names / tags / email or SMS marketing subscription, or manage a customer's shipping addresses including the default checkout address. Triggers include 客户 / 买家 / 顾客 / 客户资料 / 新建客户 / 按邮箱查客户 / 按手机号查客户 / 给客户打标签 / 退订营销 / 收货地址 / 默认地址 / customer profile / new customer / find customer by email or phone / customer count / tag a customer / unsubscribe marketing / shipping address / default address. Finding the customer RECORD by email (按邮箱找客户资料) belongs HERE (customers +search); that customer's ORDER HISTORY (该客户下过的订单 / orders placed by this email) belongs to shoplazza-orders.

導入数
1
GitHub Stars
13
更新日
9月10日
nex-zmh
コミュニティ

multi-search

智能多引擎搜索,自动检测网络环境并按优先级切换:DuckDuckGo - Tavily - Bing API - Bing爬虫。支持自动配额管理和网络缓存。Invoke when user needs web search with automatic engine selection and network adaptation.

導入数
1
GitHub Stars
11
更新日
2月20日
thiennc-tesoglobal
コミュニティ

flutter-ai-integration

Build or review provider-neutral AI features in Flutter, including streaming responses, conversation state, structured output, tool calls, attachments, cancellation, and safe service boundaries. Use when model behavior is part of the product; do not use for ordinary APIs, product analytics, or generic chat between people.

導入数
1
GitHub Stars
7
更新日
9月9日
thiennc-tesoglobal
コミュニティ

flutter-animation

Implement or diagnose Flutter motion with implicit, explicit, route, Hero, staggered, and physics-based animations. Use when timing, transition, or motion behavior is requested or broken; route optical materials, shaders, general layout, and performance profiling to their specialists.

導入数
1
GitHub Stars
7
更新日
9月9日
thiennc-tesoglobal
コミュニティ

flutter-architecture

Select, review, or evolve Flutter application boundaries, dependency direction, and feature organization. Use for new project structure, scaling problems, or architecture migrations; do not impose a new pattern during a focused feature fix.

導入数
1
GitHub Stars
7
更新日
9月9日
thiennc-tesoglobal
コミュニティ

flutter-authentication

Implement, repair, or review Flutter user authentication and session lifecycle, including OAuth or OIDC redirects, PKCE, token refresh, logout, account switching, passkeys, and device re-authentication. Use when sign-in identity or session behavior is the task; route broad threat audits to flutter-security and request transport to flutter-networking.

導入数
1
GitHub Stars
7
更新日
9月9日
thiennc-tesoglobal
コミュニティ

flutter-background-execution

Implement, debug, or verify Flutter work that must continue or be scheduled after the app leaves the foreground, including OS-scheduled jobs, foreground services, and headless callbacks. Use for persistent background execution; route in-process async or CPU work to dart-concurrency and notification delivery to flutter-notifications.

導入数
1
GitHub Stars
7
更新日
9月9日
thiennc-tesoglobal
コミュニティ

flutter-code-review

Review Flutter and Dart diffs, commits, pull requests, or focused modules for concrete correctness, lifecycle, architecture, security, accessibility, performance, and test risks. Use when the user explicitly asks for review or audit findings; report actionable evidence without changing code unless a fix is also requested.

導入数
1
GitHub Stars
7
更新日
9月9日
thiennc-tesoglobal
コミュニティ

flutter-navigation

Implement, review, or verify Flutter routing, deep-link destinations, back-stack behavior, nested navigation, restoration, redirects, and URL synchronization. Use for route correctness; pair with flutter-device-testing on a concrete runtime, and do not introduce a routing package by default.

導入数
1
GitHub Stars
7
更新日
9月9日
thiennc-tesoglobal
コミュニティ

flutter-persistence

Design or review Flutter local persistence, caching, offline behavior, schema evolution, and secure-data boundaries. Use for preferences, files, SQLite, or an existing database package; route remote transport to flutter-networking.

導入数
1
GitHub Stars
7
更新日
9月9日