스킬 레이더 · GITHUB

실제 사용량으로 검증된 유용한 Agent Skills.

공개 저장소의 검증된 Skills를 기능, 패키지 구성, 설치 수, 출처 근거에 따라 비교할 수 있습니다.

카탈로그 범위
검증 완료
Skills
10,772
저장소
1711
최근 동기화
2026. 9. 23.
10,772 Skills
brilliantrough
커뮤니티

tdd

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

설치 수
1
GitHub Stars
3
업데이트
9월 20일
decentraland
커뮤니티

authoritative-server

Build multiplayer Decentraland scenes with a headless Multiplayer Server. Use when the user wants authoritative multiplayer, anti-cheat, server-side validation, persistent storage, or server messages. Do NOT use for basic CRDT multiplayer without a server (see multiplayer-sync).

설치 수
1
GitHub Stars
3
업데이트
9월 17일
hoshino-wind
커뮤니티

pixel-twin-lab

Directly apply a screenshot, mockup, design reference, or visual change request to UI/UX in an existing frontend project. Use when Codex must restyle or restructure an existing page or component, improve visual hierarchy, responsiveness, accessibility, or presentational motion, or match a reference while preserving existing props, handlers, routes, APIs, state, data flows, and business behavior. Edit project files in place, use only system-temporary diagnostics, and leave the Git diff as the sole work artifact. Do not use for greenfield app creation, backend or data-model work, or intentional product-logic changes.

설치 수
1
GitHub Stars
3
업데이트
7월 27일
jackin-project
커뮤니티

jackin-brainstorm

Use only when the user explicitly requests this skill. Turns a jackin❯ roadmap item's intent into concrete design decisions through freeform discussion, written into its Design.

설치 수
1
GitHub Stars
3
업데이트
9월 16일
jackin-project
커뮤니티

jackin-checkout-pr

Use only when the user explicitly requests this skill. Switches the current jackin❯ repo onto a pull request's branch via gh pr checkout, guarding the working tree first.

설치 수
1
GitHub Stars
3
업데이트
9월 16일
jackin-project
커뮤니티

jackin-create-pr

Use only when the user explicitly requests this skill. Opens a pull request for a small jackin❯ change with the correct body shape and auto-selected verify-locally blocks.

설치 수
1
GitHub Stars
3
업데이트
9월 16일
jackin-project
커뮤니티

jackin-goal-prompt

Use only when the user explicitly requests this skill. Distills a jackin❯ roadmap item — plus optional plan files — into a self-contained /goal prompt capped at 4000 characters.

설치 수
1
GitHub Stars
3
업데이트
9월 16일
jackin-project
커뮤니티

jackin-merge-pr

Use only when the user explicitly requests this skill. Runs the jackin❯ pre-merge gate, retires the roadmap item into docs, and squash-merges a pull request.

설치 수
1
GitHub Stars
3
업데이트
9월 16일
jackin-project
커뮤니티

jackin-propose

Use only when the user explicitly requests this skill. Opens a jackin❯ feature or idea as a roadmap item draft plus an early PR; never writes code.

설치 수
1
GitHub Stars
3
업데이트
9월 16일
jackin-project
커뮤니티

jackin-refresh-pr

Use only when the user explicitly requests this skill. Reconciles an open jackin❯ pull request's title and body against the current diff — regenerates the Verify-locally block selection and rewrites prose that has drifted.

설치 수
1
GitHub Stars
3
업데이트
9월 16일
jackin-project
커뮤니티

jackin-release

Use only when the user explicitly requests this skill. Cuts a jackin❯ release — runs the readiness gates, writes the changelog, recommends a version, then executes cargo release on explicit operator confirmation.

설치 수
1
GitHub Stars
3
업데이트
9월 16일
jackin-project
커뮤니티

jackin-research

Use only when the user explicitly requests this skill. Produces a standalone multi-page research dossier on the jackin❯ docs site, drawing on web and codebase evidence.

설치 수
1
GitHub Stars
3
업데이트
9월 16일
oubakiou
커뮤니티

delegate-explore

token cost の削減を第一目標として、read-only な探索・読解を安価なモデルの subagent に委譲するスキル。 対象はコードベース・ドキュメントに加え、WebSearch / WebFetch による Web 上のライブラリ仕様・OSS・技術情報の調査、 Notion・Confluence・Jira など MCP ツール経由の社内ドキュメント・チケット調査まで含む。 コードの定義・参照・挙動の調査、仕様書・README・設計資料の内容確認・要約・該当箇所特定、Web や社内ナレッジの下調べに使う。 複数ファイル・長い文書・複数の Web ページを読む調査を、親エージェントの context を汚さずに安く処理したいときに使う。 単一の短いファイル確認や rg 一発で済む調査には使わない。コード変更を伴う場合は delegate-implement を使うこと。 explore の委譲はこの skill を使い、generic な subagent で代替しない。

설치 수
1
GitHub Stars
3
업데이트
9월 15일
oubakiou
커뮤니티

delegate-implement

token cost の削減を第一目標として、コードの実装・修正を安価なモデルの subagent に委譲するスキル。 複数ファイルまたは既存パターン調査を伴う実装タスク(機能追加・バグ修正・リファクタ等)を、 親エージェントの context を汚さずに処理したいときに使う。単一ファイルの小変更、明確な一括置換、 main が既に読んだ箇所の数行修正、設計判断が未確定な実装には使わない。 read-only の調査は delegate-explore、git/PR 操作は親エージェントが直接扱うこと。 implement の作業を委譲する場合は、この skill を使う。generic な subagent で代替しない。

설치 수
1
GitHub Stars
3
업데이트
9월 15일
oubakiou
커뮤니티

delegate-review

main の context 消費の削減(context isolation)を第一目標として、 コード/ドキュメントレビュー(差分の指摘出し)を判断比重の高いモデルの subagent に委譲するスキル。 大きめの diff、複数ファイルにまたがる変更、main が差分全体を読むと重い一次レビューに使う。 数行の diff、main が既に読んだ差分、style / typo 程度の軽微レビューには使わない。 review の作業を委譲する場合は、この skill を使う。generic な subagent で代替しない。 コード変更を伴う場合は delegate-implement を使うこと。

설치 수
1
GitHub Stars
3
업데이트
9월 15일
kumbajirajkumar123
커뮤니티

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

설치 수
1
GitHub Stars
2
업데이트
1월 27일
namespacelabs
커뮤니티

devboxes

Create, run commands on, share and tear down Namespace devboxes - remote linux/amd64 or macos/arm64 machines driven by the devbox CLI. Use for an isolated Linux or macOS environment, a remote dev environment, a disposable Linux Docker host, running more than the local machine can handle (including test suites sharded across several devboxes in parallel), or exposing a devbox.so URL so a teammate can open the work in their browser.

설치 수
1
GitHub Stars
2
업데이트
9월 16일
ykuwai
커뮤니티

voice-shell

Let the user send prompts by voice. Start a resident process that keeps listening to the microphone, take what the user says through Monitor, and treat it as an instruction. Use it when the user says \"voice mode\", \"talk to me\", \"hands-free\", \"dictate my prompts\", or \"speak instead of typing\", in whatever language they say it. To stop, \"stop voice mode\". If the user asks to set voice-shell up (\"set up voice-shell\"), follow SETUP.md, work out which environment this is (macOS 26 or newer, or not), and guide them from there.

설치 수
1
GitHub Stars
2
업데이트
9월 20일
apidojo-io
커뮤니티

discovering-viral-tiktok-content-trends

Discovers viral content trends and trending formats on TikTok using apidojo's TikTok scraper on Apify. Triggers when the user asks to: find trending content formats on TikTok, discover what is going viral on TikTok in a niche, identify viral TikTok hooks or video styles to adapt, research TikTok trends for a product category, find what content formats are performing best on TikTok right now, discover trending sounds or concepts in a niche on TikTok, or analyze what drives viral TikTok engagement in a specific category. Returns trending hashtags, view counts, engagement metrics, content format patterns, and hook analysis. Ideal for TikTok content creators, brand social teams, and video content strategists.

설치 수
1
GitHub Stars
1
업데이트
5월 13일
apidojo-io
커뮤니티

scraping-instagram-users-by-keyword

Extracts Instagram user profiles, followers, and following lists using apidojo's Instagram User Scraper on Apify. Triggers when the user asks to: find Instagram users by keyword or name, get follower lists for Instagram accounts, get following lists for Instagram accounts, export Instagram profile data in bulk, fetch public email addresses from Instagram business profiles, search for Instagram users by username or handle, or build a dataset of Instagram account metadata. Returns username, follower count, bio, post count, verification status, public email, and more. Ideal for influencer researchers, outreach teams, and competitive intelligence analysts.

설치 수
1
GitHub Stars
1
업데이트
5월 13일
coreplanelabs
커뮤니티

polylane-cli

Drive Polylane from the terminal with the polylane CLI — investigate production issues, incidents, and alerts; search logs and query metrics; explore cloud resources, services, and dependency graphs; check what's deployed; search code; save memories; connect observability tools and cloud accounts; and drive threads with the Polylane agent. Use when the work happens in a shell or script, when the user asks for the CLI, or when the Polylane MCP tools are not connected — to debug prod, look up a service or resource, search the codebase, manage integrations, connect a cloud provider, or talk to the Polylane agent. Retrieve (--help, polylane api describe) — never guess commands or flags.

설치 수
1
GitHub Stars
1
업데이트
9월 17일
fetcher-sh
커뮤니티

instagram-api

- An Instagram API alternative on fetcher.sh — pay-per-call in USDC via x402, or prepaid credits with a Bearer key, no login and no session cookies. Use when the user wants to resolve an Instagram profile by @handle, search users by keyword, pull a profile's posts, reels, stories, tagged posts, followers, or followings, look up a single post by its shortcode, read a post's comments, fetch posts under a hashtag or reel-only hashtag feed, pull posts from a location, or pull posts using a specific audio/music track. Also covers Instagram follower export, hashtag and location monitoring, influencer discovery, competitor content tracking, and Instagram data pipelines without an official Graph API business verification or a headless browser.

설치 수
1
GitHub Stars
1
업데이트
9월 5일
xiaohaofuge-dev
커뮤니티

even-artist-agent

为艺术创作者进行职业自我经营诊断,整理作品线索与身份表达,制定作品集、个人网站、信任关系、人民币定价、合作边界、机会筛选、自媒体定位、商业变现与 90 天执行计划。用户希望像一个人的公司一样经营艺术职业,或需要寻找 Open Call、驻留、展览、奖项和合作机会时使用;不用于代投申请、法律税务结论或保证获选与成交。

설치 수
1
GitHub Stars
1
업데이트
9월 8일
hadimiftahulf
커뮤니티

optimize-perf

Systematic performance tuning workflow to identify bottlenecks in Database, Backend, and Frontend layers. Includes static profiling for N+1, sync IO, and memory bloat.

설치 수
1
GitHub Stars
0
업데이트
2월 12일