スキルレーダー · GITHUB

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

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

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

tanstack-query

Current TanStack Query v5 guidance for queries, mutations, caching, prefetching, Suspense, and render optimization. Use with useQuery, useMutation, queryClient, queryOptions, skipToken, mutation scopes, or cache invalidation. API mocking is covered by the msw skill.

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

tdd

Test-Driven Development methodology and red-green-refactor workflow (formerly test-tdd). This skill should be used when practicing TDD, writing tests first, designing tests before implementation, or reviewing test-first approaches. Triggers on "write tests first", "test before code", "red green refactor", "test driven development". This skill does NOT cover Vitest framework specifics (use vitest skill) or API mocking with MSW (use msw skill).

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

typescript

Current TypeScript guidance, including TypeScript 7 migration, tsconfig design, type errors, declaration performance, async patterns, module organization, and runtime type safety. Use for .ts, .tsx, and .d.ts work; framework-specific patterns and testing are covered by their dedicated skills.

導入数
1
GitHub Stars
3
更新日
9月10日
duckyman-ai
コミュニティ

flutter-clean-arch

Build Flutter apps with Clean Architecture — feature-first structure, Riverpod 3.0+ state management, Dio + Retrofit networking, and fpdart functional error handling. Use this skill whenever you are working on a Flutter project that involves creating features, setting up project architecture, building API integrations, managing state, or structuring code with domain/data/presentation layers. This includes tasks like "create a Flutter feature", "set up Riverpod providers", "add an API service", "build a Flutter app", "clean architecture Flutter", "feature-first Flutter", or any Flutter code involving Dio, Retrofit, fpdart Either, or freezed data classes. Also use when scaffolding new Flutter projects, migrating from MVC/MVVM to clean architecture, or adding networking layers to existing Flutter apps.

導入数
1
GitHub Stars
1
更新日
6月28日
jord-jd
コミュニティ

electronics-design

Designs and reviews electronic circuits and PCB layouts. Use when selecting components, changing circuits, making layout decisions, or reviewing hardware engineering. Pure CAD exports and file conversions use the tool-specific skill.

導入数
1
GitHub Stars
1
更新日
9月13日
jord-jd
コミュニティ

view-video

Inspects videos from URLs or local files using timestamped frames and transcripts. Use when asked to watch, summarize, review, explain, or answer questions about a video or recording.

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

ns-css-selectors

Use when a NativeScript CSS rule silently doesn't apply and you're asking "does NativeScript support this selector?" — the supported selector set (:not/:is/:where/:pressed/:hovered/@media/attribute operators), :where()'s zero specificity, bare [attr] selectors matching nothing, per-declaration (not per-block) error recovery, and the className-swap stale-background workaround.

導入数
1
GitHub Stars
1
更新日
8月27日
nativescript
コミュニティ

ns-css-variables-calc

Use when using var(--x, fallback) or calc() in NativeScript CSS, when view.width reads back as a unit object instead of a number, or when a calc() mixing px and % never evaluates — the var() fallback truth table, the unit-dependent return shapes of calc(), and percent values being fractions (50% parses to value 0.5).

導入数
1
GitHub Stars
1
更新日
8月27日
nativescript
コミュニティ

ns-ios-corespotlight

Use when adding CoreSpotlight/system-search indexing to a NativeScript iOS app, when an app freezes or becomes unresponsive shortly after launch/data load, or when a hang report shows the main thread stuck in v8::Locker::Initialize — indexSearchableItems enumerates JS-array adapters on dispatchapply worker threads and deadlocks the V8 isolate unless you materialize real NSArrays and hop completion handlers back to the main thread.

導入数
1
GitHub Stars
1
更新日
8月27日
nativescript
コミュニティ

ns-xml-custom-components

Use when authoring NativeScript XML — custom components via xmlns, codeFile/cssFile/import attributes, ios:/android: attribute prefixes vs / element blocks — or when decoding a "Building UI from XML." error like "Module not found for element", including why template contents only throw when the template first renders.

導入数
1
GitHub Stars
1
更新日
8月27日
railcode-hq
コミュニティ

create-railcode-agent

Build, test, publish, invoke, schedule, and update Railcode managed agents with the Railcode CLI. Use when creating an organization or personal managed agent, editing an agent manifest (JSON or YAML), running a draft or saved agent, investigating a run, managing its cron schedule, running it from Slack (@Railcode $agent), pairing it with a companion app, processing files in its sandbox, or using personal connectors (Gmail, Slack, ...) on behalf of one owner. Do not use for static Railcode apps, in-app LLM tool loops (llm.generate({ tools }) — see create-railcode-app), or general organization administration.

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

create-railcode-app

Build, modify, debug, test, and deploy Railcode apps end-to-end. Use when creating a Railcode app from an idea, scaffolding with the Railcode CLI, writing a backend worker with @railcode/sdk, wiring a frontend to worker routes, declaring app authority, testing with railcode dev, migrating a legacy v1 app to apps v2, maintaining an existing v1 browser-SDK app, adding to a v1 app something it cannot do (a secret, a backend, a cron, authorization that must hold), or deploying. Do not use for managed-agent authoring or general organization administration.

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

alquimia-sdk

Use when building an application that communicates with the Alquimia AI runtime. Covers SDK initialization with adapters, useAlquimia hook, server proxy setup, GenUI (generative UI — agents that render real interactive components in chat, with the default catalog or components you define yourself), and optional features (TTS, STT, user tools, attachments, sidebar, worklog). Supports Next.js, SPA + server, or direct backend calls. Works with the full Alquimia UI library or with the user's own custom components.

導入数
1
GitHub Stars
0
更新日
9月11日
apidojo-io
コミュニティ

finding-saas-company-leads-twitter

Finds SaaS companies and software startup leads from Twitter/X using apidojo's Twitter scrapers on Apify. Triggers when the user asks to: find SaaS companies on Twitter for partnership or sales outreach, build a list of software startups by vertical, find B2B SaaS founders or decision-makers on X, identify early-stage software companies by their Twitter activity, discover SaaS products in a specific niche from Twitter, find software vendors posting about product launches or fundraising, or compile a SaaS company contact list from social media. Returns company handle, founder name (from bio), follower count, product description, and recent tweets. Ideal for SaaS integration partners, investor outreach, B2B sales teams, and startup press.

導入数
1
GitHub Stars
0
更新日
5月13日
jyasuu
コミュニティ

postgres-lock-diagnostics

Use whenever the user needs to diagnose a live PostgreSQL blocking/locking problem — queries hanging, "why is this query stuck," a migration that seems frozen, deadlocks, long-running or idle-in-transaction sessions, or any request to inspect pglocks / pgstatactivity / wait chains. Trigger this any time the user pastes pglocks or pgstatactivity output and asks what's going on, or asks how to find the root blocker in a chain of waiting queries.

導入数
1
GitHub Stars
0
更新日
7月15日
suree33
コミュニティ

japanese-tech-writing

日本語の技術文書・書籍原稿の文章規範。整形(一文一行、引用ブロック、脚注、コラム記法)、段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。

導入数
1
GitHub Stars
0
更新日
8月27日
timyvillarmia
コミュニティ

dotnet-scaffold

Scaffold new .NET solutions, projects, or features while preserving repository conventions and applying proportional architecture and dependency decisions. Use when creating a .NET solution/project, adding a project to a solution, or generating a complete feature/entity/API slice in an existing .NET project.

導入数
1
GitHub Stars
0
更新日
9月13日
willbooster
コミュニティ

generate-judge-problems

Use when asked to generate Judge v2 problems (Exercode/Judgeの問題), or when coding is part of an Exercode course's learning objective and needs graded practice. Not for use outside Exercode/Judge.

導入数
1
GitHub Stars
0
更新日
9月13日
github
公式

finnish-humanizer

Detect and remove AI-generated markers from Finnish text, making it sound like a native Finnish speaker wrote it. Use when asked to "humanize", "naturalize", or "remove AI feel" from Finnish text, or when editing .md/.txt files containing Finnish content. Identifies 26 patterns (12 Finnish-specific + 14 universal) and 4 style markers.

導入数
1
GitHub Stars
3.9万
更新日
9月12日
affaan-m
コミュニティ

agent-payment-x402

Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol. Use when an agent must pay for something itself and needs per-task budgets, spending controls, and a non-custodial wallet.

導入数
1
GitHub Stars
25.7万
更新日
9月12日
affaan-m
コミュニティ

swift-protocol-di-testing

Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing. Use when Swift code needs testing and file system, network, or external APIs must be mocked.

導入数
1
GitHub Stars
25.7万
更新日
9月12日
shubhamsaboo
コミュニティ

advisor-orchestrator-worker

- Use when a task is too large for one model pass, needs parallel research or generation across many subtasks (like researching a dozen competitors at once), or the user asks to orchestrate multiple models, split work across a model team, run an advisor-worker loop, have a stronger model review the plan while cheap workers execute, or says "too big for one model" or "fan this out". Not for single-file edits or tasks one model handles in one pass.

導入数
1
GitHub Stars
13.8万
更新日
9月12日
shubhamsaboo
コミュニティ

commit-archaeologist

- Reconstructs why code exists from local git history, including the introducing commit, later changes, current authors, repeated companion files, and likely intent. Use when the user asks "why does this code exist", "who wrote this function and why", or to "explain the history of this function" before a rewrite, refactor, or risky edit. Runs entirely locally.

導入数
1
GitHub Stars
13.8万
更新日
9月12日
shubhamsaboo
コミュニティ

dependency-doctor

- Checks requirements.txt, pyproject.toml, and package.json dependency manifests for surface-level direct-dependency footguns: standard-library shadowing pins, abandoned backports, unpinned dependencies, and obvious intra-manifest conflicts, plus opt-in PyPI yanked releases. Use when the user asks to check a manifest for dependency problems, asks why dependencies won't install or whether anything is wrong with their dependencies, wants a dependency autopsy, or suspects dependency manifest rot. Runs offline by default as a local tool for the user's own project, not repository CI.

導入数
1
GitHub Stars
13.8万
更新日
9月12日