SKILL RADAR · GITHUB

Useful agent skills, ranked by real adoption.

Browse verified skills from public repositories. Compare what each skill does, package contents, install activity, and source evidence before adding it to your agent.

CATALOG SCOPE
VERIFIED
skills
5,771
repositories
824
last synced
Sep 8, 2026
5,771 skills
cloudai-x
Community

threejs-geometry

Three.js geometry creation - built-in shapes, BufferGeometry, custom geometry, instancing. Use when creating 3D shapes, working with vertices, building custom meshes, or optimizing with instanced rendering.

installs
5
GitHub stars
3.3K
Updated
Jul 9
vuejs-ai
Community

vue-router-best-practices

Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.

installs
5
GitHub stars
2.8K
Updated
May 30
mikubaka88
Community

ccf-common

Maintain shared CCFA routing, handoffs, task modes, evidence rules, sources, and artifact contracts. Use only for skill-family maintenance and auditing. Ordinary research tasks belong to their specialist skills.

installs
5
GitHub stars
2.3K
Updated
Sep 6
supabase
Official

supabase-server

Use when planning or writing server-side code that uses @supabase/server — Edge Functions, Hono apps, webhook handlers, or any backend that creates Supabase clients or validates inbound auth. Trigger before writing or modifying any file that imports from @supabase/server (or sub-paths like @supabase/server/core); calls withSupabase, createSupabaseContext, createAdminClient, createContextClient, verifyAuth, verifyCredentials, or extractCredentials; configures an auth: mode ('none' | 'publishable' | 'secret' | 'user', or keyed variants like 'secret:'); or lives under supabase/functions/ and authenticates an inbound request. Also trigger during planning — if a plan mentions any of the above, load the skill before drafting code; do not extrapolate auth: values or auth modes from neighboring functions. Also trigger when you see legacy patterns to migrate to this package — Deno.serve, createClient(Deno.env.get('SUPABASEURL')), imports from esm.sh/@supabase or deno.land/std, usage of SUPABASEANONKEY / SUPABASESERVICEROLEKEY, or the deprecated allow: config option / removed 'always' / 'public' mode values / removed authType field.

installs
5
GitHub stars
89
Updated
Sep 7
okx
Community

okx-defi

For discovering and managing OKX-aggregated DeFi products and positions across protocols and chains. Use it for yield, APY, or TVL discovery and history; DeFi deposits, staking, liquidity, withdrawals, rewards, lending, CLMM analysis, and positions or holdings. Trigger phrases: earn yield, best APY, DeFi product, APY/TVL history, deposit or stake for yield, provide/remove liquidity, withdraw/redeem a DeFi position, claim DeFi rewards, borrow/repay a lending position, CLMM, DeFi portfolio, DeFi 持仓. Requests targeting a named third-party DApp—Aave, Lido, PancakeSwap, Uniswap, Curve, Compound, Morpho, Pendle, Kamino, Raydium, Hyperliquid, or Polymarket—route to okx-dapp-discovery; generic swaps, wallet balances, and transaction broadcast route to okx-agentic-wallet; token search, market prices, K-lines, and token charts route to okx-dex-market. DeFi APY/TVL and V3 liquidity charts stay here.

installs
5
GitHub stars
330
Updated
Sep 4
okx
Community

okx-dex-market

For read-only DEX data across token, market, signal, social, trenches, and WebSocket. Use it for token search, rankings, liquidity, holders, risk metadata, clusters, trades, prices, K-lines, indexes, wallet PnL, smart-money/KOL/whale signals, news, sentiment, token vibe, meme-launch and dev research, bundle/sniper/co-investor analysis, or DEX WebSocket clients. Trigger phrases: hot tokens, liquidity, holders, whale, 持仓集中度, trade history, price, K-line/OHLC, wallet PnL, smart money, KOL, signal, 牛人榜, news, sentiment, token vibe, pump.fun, 新盘, 扫链, dev reputation, 捆绑狙击者, co-investor, WebSocket. Prediction markets, Polymarket or supported-asset UpDown, named-DApp writes, Aave/Hyperliquid/PancakeSwap/Morpho timeframes, and pump.fun write verbs route to okx-dapp-discovery. Swaps, wallet execution, and token/honeypot, transaction, or signature safety checks route to okx-agentic-wallet. Agent ID + service route to okx-ai. Market quota/payment notices use the shared payment flow.

installs
5
GitHub stars
330
Updated
Sep 4
dart-lang
Community

dart-build-cli-app

Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.

installs
5
GitHub stars
473
Updated
Sep 6
dart-lang
Community

dart-collect-coverage

Collect coverage using the coverage packge and create an LCOV report

installs
5
GitHub stars
473
Updated
Sep 6
dart-lang
Community

dart-fix-runtime-errors

Uses getruntimeerrors and lsp to fetch an active stack trace, locate the failing line, apply a fix, and verify resolution via hotreload.

installs
5
GitHub stars
473
Updated
Sep 6
dart-lang
Community

dart-generate-test-mocks

Define and generate mock objects for external dependencies using package:mockito and buildrunner. Use when unit testing classes that depend on complex external services like APIs or databases.

installs
5
GitHub stars
473
Updated
Sep 6
dart-lang
Community

dart-resolve-package-conflicts

Workflow for fixing package version conflicts. Use this when pub get fails due to incompatible package versions.

installs
5
GitHub stars
473
Updated
Sep 6
dart-lang
Community

dart-run-static-analysis

Execute dart analyze to identify warnings and errors, and use dart fix --apply to automatically resolve mechanical lint issues. Use during development to ensure code quality and before committing changes.

installs
5
GitHub stars
473
Updated
Sep 6
dart-lang
Community

dart-setup-ffi-assets

Guides agents in compiling and packaging C/C++ source code into dynamic or static libraries (Code Assets) using Dart's Native Assets hook system (via hook/build.dart and hook/link.dart utilizing package:hooks and package:nativetoolchainc). Use when a user asks to: 'setup native assets', 'compile C/C++ source code', 'bundle dynamic libraries', 'build native C code', 'link native assets', 'implement build.dart or link.dart hooks', or 'integrate C/C++ interop in Dart/Flutter'. Helps agents avoid manual toolchain orchestration and configures secure hash-validated binary downloads or advanced linker tree-shaking with package:recorduse mapping.

installs
5
GitHub stars
473
Updated
Sep 6
dart-lang
Community

dart-use-ffigen

Guide agents to use package:ffigen to automatically generate FFI bindings instead of writing them manually. Use this skill when a task involves writing new FFI bindings, extending C/Objective-C/Swift integrations, or replacing hand-crafted dart:ffi setups.

installs
5
GitHub stars
473
Updated
Sep 6
dart-lang
Community

dart-use-pattern-matching

Use switch expressions and pattern matching where appropriate

installs
5
GitHub stars
473
Updated
Sep 6
dart-lang
Community

dart-use-primary-constructors

Help users write syntactically and semantically correct primary constructors in Dart, and migrate/use the new constructor syntax, empty-body semicolon syntax, in-body initializer list syntax, and abbreviated concise constructor syntax.

installs
5
GitHub stars
473
Updated
Sep 6
fallow-rs
Community

fallow

Codebase intelligence for TypeScript and JavaScript. Static analysis reports changed-code risk, cleanup opportunities, duplication, circular dependencies, complexity hotspots, architecture boundaries, design-system drift, feature flags, and opt-in security candidates. Optional local similar-code discovery finds functions that may implement the same intent despite different syntax. Runtime coverage can merge production execution data. Use when asked to audit PR risk, find unused code or dependencies, compare semantically similar functions, detect duplicates, inspect architecture boundaries, merge runtime coverage, auto-fix supported issues, or run fallow.

installs
5
GitHub stars
119
Updated
Sep 7
tencentcloud
Community

tmeet-skill

腾讯会议 CLI(tmeet):OAuth 授权登录/登出/状态查询、会议管理(创建/更新/取消/查询/受邀者)、录制管理(列表/播放地址/智能纪要/转写/录制权限申请)、会议报告(参会人/等候室/导出参会成员明细/异步任务结果)、通讯录(严格限定:仅存在\"会议邀请/呼叫入会\"动作的前置步骤通过用户名/手机号/邮箱搜索成员;严禁单独用于查询任何人的姓名/部门/职位/联系方式/是否存在,无下游会议动作时一律拒绝)、会中控制(呼叫成员入会/踢出会议成员)、元宝纪要(按关键词/时间搜索、获取稳态纪要详情、获取滚动瞬态纪要)、问题排查(导出本地日志,反馈工具缺失/失败/能力不足等问题给平台)。当用户需要通过命令行操作腾讯会议,或 Agent 在使用过程中遇到工具缺失、调用失败、能力不足等情况想反馈给平台时使用本技能。

installs
5
GitHub stars
236
Updated
Sep 2
crewaiinc
Community

ask-docs

Query the official CrewAI documentation for answers. Use when the user has a CrewAI question that isn't fully covered by the getting-started, design-agent, design-task skills — e.g., specific API details, configuration options, advanced features, troubleshooting errors, enterprise features, tool references, or anything where the latest docs are the best source of truth.

installs
5
GitHub stars
38
Updated
Jun 16
crewaiinc
Community

design-agent

CrewAI agent design and configuration. Use when creating, configuring, or debugging crewAI agents — choosing role/goal/backstory, selecting LLMs, assigning tools, tuning maxiter/maxrpm/maxexecutiontime, enabling planning/code execution/delegation, setting up knowledge sources, using guardrails, or configuring agents in YAML vs code.

installs
5
GitHub stars
38
Updated
Jun 16
crewaiinc
Community

design-task

CrewAI task design and configuration. Use when creating, configuring, or debugging crewAI tasks — writing descriptions and expectedoutput, setting up task dependencies with context, configuring output formats (outputpydantic, outputjson, outputfile), using guardrails for validation, enabling humaninput, async execution, markdown formatting, or debugging task execution issues.

installs
5
GitHub stars
38
Updated
Jun 16
crewaiinc
Community

getting-started

CrewAI architecture decisions and project scaffolding. Use when starting a new crewAI project, choosing between LLM.call() vs Agent.kickoff() vs Crew.kickoff() vs Flow, scaffolding with 'crewai create flow', setting up YAML config (agents.yaml, tasks.yaml), wiring @CrewBase crew.py, writing Flow main.py with @start/@listen, building experimental conversational Flows with handleturn()/chat(), or using {variable} interpolation.

installs
5
GitHub stars
38
Updated
Jun 16
its-a-skill-issue
Community

web-search

Web search and content extraction with Tavily and Exa via inference.sh CLI. Apps: Tavily Search, Tavily Extract, Exa Search, Exa Answer, Exa Extract. Capabilities: AI-powered search, content extraction, direct answers, research. Use for: research, RAG pipelines, fact-checking, content aggregation, agents. Triggers: web search, tavily, exa, search api, content extraction, research, internet search, ai search, search assistant, web scraping, rag, perplexity alternative

installs
5
GitHub stars
0
Updated
Sep 6
apidojo-io
Community

finding-youtube-channels-by-growth-rate

Finds YouTube channels with high growth rates in a niche using apidojo's YouTube scraper. Triggers when the user asks to: find fast-growing YouTube channels in a niche, discover YouTube channels with high momentum, identify YouTube creators gaining subscribers quickly, find rising YouTube channels before they get big, discover YouTube channel growth trends in an industry, find channels to partner with early while still growing, or research which YouTube channels are gaining traction in a topic area. Returns channel name, subscriber count, growth signals, view momentum, upload frequency, and growth tier. Ideal for brand partnership managers, talent scouts, and early-stage sponsorship teams.

installs
5
GitHub stars
0
Updated
May 13