RADAR DES SKILLS · GITHUB
Des Agent Skills utiles, classés selon leur usage réel.
Comparez les Skills vérifiés par fonction, contenu, installations et fiabilité de la source avant de les ajouter.
- PÉRIMÈTRE
- VÉRIFIÉ
- Skills
- 10 772
- dépôts
- 1711
- dernière synchronisation
- 23 sept. 2026
tamtomgplay-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.
- installations
- 1
- GitHub Stars
- 45
- Mis à jour
- 26 juil.
apachedoris-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.
- installations
- 1
- GitHub Stars
- 40
- Mis à jour
- 7 sept.
frizzlefurflow
当用户说 /flow、复杂任务、多步骤任务、编排、先优化再规划再执行时使用此技能。 将复杂任务拆分为"Prompt优化→深度思考→规划→并发执行"管道,支持 --quick/--think/--mermaid/--discuss 等参数。 当任务涉及 3 个以上步骤、用户提到"编排"或"flow"、或需要组合多个技能时,都应使用此技能。 简单单步任务不要使用。深度版用 /flow-deep。
- installations
- 1
- GitHub Stars
- 27
- Mis à jour
- 10 sept.
frizzlefurmulti-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)、环境自适应。
- installations
- 1
- GitHub Stars
- 27
- Mis à jour
- 10 sept.
sepushnaive-ui
Use when working with naive-ui components, or troubleshooting naive-ui usage issues.
- installations
- 1
- GitHub Stars
- 25
- Mis à jour
- 22 févr.
agents-incapi-database-drizzle
Drizzle ORM, queries, migrations
- installations
- 1
- GitHub Stars
- 24
- Mis à jour
- 7 sept.
gtrabancoreview-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.
- installations
- 1
- GitHub Stars
- 21
- Mis à jour
- 9 sept.
gtrabancoreview-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".
- installations
- 1
- GitHub Stars
- 21
- Mis à jour
- 9 sept.
gtrabancoreview-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.
- installations
- 1
- GitHub Stars
- 21
- Mis à jour
- 9 sept.
gtrabancoreview-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.
- installations
- 1
- GitHub Stars
- 21
- Mis à jour
- 9 sept.
gtrabancoreview-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".
- installations
- 1
- GitHub Stars
- 21
- Mis à jour
- 9 sept.
gtrabancoverification-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.
- installations
- 1
- GitHub Stars
- 21
- Mis à jour
- 9 sept.
koukekoukej-glitchfeynman-tutor
一对一的学习导师。用户想深入理解一个主题、学一篇文章或视频、接着之前聊过的话题继续聊时用这个 skill。帮他把模糊的理解变清楚,把零散的东西变成他以后能反复用得上的理解。不是讲课,是对话。
- installations
- 1
- GitHub Stars
- 20
- Mis à jour
- 18 mai
a-tokyoapp-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.
- installations
- 1
- GitHub Stars
- 15
- Mis à jour
- 6 août
shoplazzashoplazza-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.
- installations
- 1
- GitHub Stars
- 13
- Mis à jour
- 10 sept.
nex-zmhmulti-search
智能多引擎搜索,自动检测网络环境并按优先级切换:DuckDuckGo - Tavily - Bing API - Bing爬虫。支持自动配额管理和网络缓存。Invoke when user needs web search with automatic engine selection and network adaptation.
- installations
- 1
- GitHub Stars
- 11
- Mis à jour
- 20 févr.
thiennc-tesoglobalflutter-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.
- installations
- 1
- GitHub Stars
- 7
- Mis à jour
- 9 sept.
thiennc-tesoglobalflutter-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.
- installations
- 1
- GitHub Stars
- 7
- Mis à jour
- 9 sept.
thiennc-tesoglobalflutter-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.
- installations
- 1
- GitHub Stars
- 7
- Mis à jour
- 9 sept.
thiennc-tesoglobalflutter-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.
- installations
- 1
- GitHub Stars
- 7
- Mis à jour
- 9 sept.
thiennc-tesoglobalflutter-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.
- installations
- 1
- GitHub Stars
- 7
- Mis à jour
- 9 sept.
thiennc-tesoglobalflutter-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.
- installations
- 1
- GitHub Stars
- 7
- Mis à jour
- 9 sept.
thiennc-tesoglobalflutter-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.
- installations
- 1
- GitHub Stars
- 7
- Mis à jour
- 9 sept.
thiennc-tesoglobalflutter-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.
- installations
- 1
- GitHub Stars
- 7
- Mis à jour
- 9 sept.