スキルレーダー · GITHUB
実際に使われている Agent Skills。
公開リポジトリの検証済み Skills を比較し、機能、内容、導入状況、出典を確認してから追加できます。
- 掲載範囲
- 検証済み
- Skills
- 5,771
- リポジトリ
- 824
- 最終同期
- 2026/09/08
memorysaveraep-validate
- Validates one artifact — code, document, or spec — with separate generator and evaluator roles. Use for code review, "validate", "verify", or "dry-run".
- 導入数
- 1
- GitHub Stars
- 18
- 更新日
- 9月5日
memorysaveraep-watch
- Ingests bug trackers, errors, and telemetry, then dedupes them into backlog stories. Use for "monitor for new work" or telemetry-driven stories.
- 導入数
- 1
- GitHub Stars
- 18
- 更新日
- 9月5日
memorysaveraep-workflow
- Authors a re-runnable multi-agent harness for one task too large or uncertain for a single context. Use for "dynamic workflow" or "orchestrate subagents".
- 導入数
- 1
- GitHub Stars
- 18
- 更新日
- 9月5日
memorysaveraep-workflow-feedback
- Captures process learnings in a downstream project and routes them upstream to AEP. Use after /aep-wrap or /aep-reflect, or for "capture learnings".
- 導入数
- 1
- GitHub Stars
- 18
- 更新日
- 9月5日
memorysaveraep-wrap
- Archives OpenSpec artifacts and removes the workspace after a PR merges. Use for "wrap up", "archive", or post-merge cleanup.
- 導入数
- 1
- GitHub Stars
- 18
- 更新日
- 9月5日
hustcernushell-pro
Comprehensive Nushell scripting best practices, idioms, security, and evidence-driven code review. Use when writing, reviewing, auditing, debugging, or refactoring Nushell (.nu) scripts, modules, custom commands, pipelines, config, and tests. Also use for Bash/POSIX-to-Nushell conversion and Nu 0.114/0.115 migration issues such as stricter types, YAML 1.2, externalarg, run, SemVer, optional nothing, subprocess diagnostics, and explicit submodule imports.
- 導入数
- 1
- GitHub Stars
- 14
- 更新日
- 8月20日
event-catalogcatalog-documentation-creator
Generates EventCatalog documentation files (systems, services, agents, events, commands, queries, domains, flows, channels, containers, ADRs, data products, entities, diagrams) with correct frontmatter, folder structure, and best practices. Use when user asks to "document a system", "document a service", "document an agent", "document an AI agent", "create EventCatalog files", "add an event to the catalog", "document my architecture", "generate catalog documentation", "create documentation for my microservice", "document a database", "create an ADR", "document a data product", or "document an entity".
- 導入数
- 1
- GitHub Stars
- 13
- 更新日
- 9月6日
event-catalogcode-to-catalog
Turns a codebase into EventCatalog documentation through an evidence-based interview. Scans the code first, proposes an architectural model (domains, services, agents, messages, channels), grills the user on the structural decisions, produces a reviewable plan file, then hands off to catalog-documentation-creator. Use when user says "document my codebase in EventCatalog", "turn this repo into a catalog", "model my code as a catalog", "document my agents", "document my AI agents", "grill me on my architecture", "update my catalog from the code", "reconcile my catalog with my code", or "I don't know where to start documenting this codebase". Works for brand-new catalogs AND for updating existing catalogs that have drifted from the code.
- 導入数
- 1
- GitHub Stars
- 13
- 更新日
- 9月6日
nex-zmhmulti-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日
andrewii23image-gen-router
- Generate an image from a text prompt using one of two local headless backends - GPT (Codex CLI, under your ChatGPT login) or Gemini (Antigravity agy CLI, under your Google login). Both are API-key-free with no per-image billing. Use whenever the user wants to create, generate, draw, make, or render a picture, illustration, icon, thumbnail, logo, poster, artwork, or background from a description - "generate an image of a mountain at sunset", "make me a flat-vector server icon", "draw a cat in watercolor". The defining feature is model choice: if the user names a backend (GPT, OpenAI, codex OR Gemini, Google, agy, antigravity, nano banana), use it directly; if they do NOT name one, ASK which to use before generating. Trigger even when no backend is named - any free-form image-generation request not already pointing at a different tool (Midjourney, Stable Diffusion, DALL-E API, OpenAI Images API) belongs here. Do NOT use for editing an existing image, removing backgrounds, or HTML/CSS-rendered graphics.
- 導入数
- 1
- GitHub Stars
- 9
- 更新日
- 8月12日
andrewii23video-understand
Watch and fully understand any video — local file or URL — by packing its frames into grid images (many scenes per image, ~7x cheaper than reading frames one by one) and pairing them with a timestamped transcript. Use this whenever the user wants a video watched, summarized, explained, spoiled, recapped, searched, or asked questions about — "what happens in this video", "summarize this clip", "สปอยคลิปนี้", "ดูวิดีโอนี้ให้หน่อย", "recap this episode", "what did they say at 3:20", "find the part where X happens", "อธิบายคลิปนี้" — or when they paste a video path/URL and ask anything about its contents. Also use for reviewing footage, checking what is on screen, or locating a moment. Do NOT use for editing, cutting, rendering, or generating video.
- 導入数
- 1
- GitHub Stars
- 9
- 更新日
- 8月12日
klarkxyno-stop-gpt
- Keep code complexity proportional to requirements. Use during substantive code changes, reviews for overengineering or unnecessary defense, and codebase simplification. Do not trigger for pure explanation, formatting, or unrelated prose edits, or turn a specialist security or migration task into a cleanup.
- 導入数
- 1
- GitHub Stars
- 8
- 更新日
- 9月8日
simonwongcode-simplifier
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
- 導入数
- 1
- GitHub Stars
- 8
- 更新日
- 9月4日
zytedatascrape
End-to-end web scraping workflow — from URL to working spider with web-poet page objects. Use this for full-site or multiple-page crawls that create a new scraping workflow. Do not use for fixing, debugging, or modifying an existing spider.
- 導入数
- 1
- GitHub Stars
- 8
- 更新日
- 7月16日
zytedatascrape-add-page-object
Add an empty web-poet page object to a Scrapy project
- 導入数
- 1
- GitHub Stars
- 8
- 更新日
- 7月16日
zytedatascrape-codegen-analyze
Analyze an HTML page to produce field extraction instructions for code generation
- 導入数
- 1
- GitHub Stars
- 8
- 更新日
- 7月16日
zytedatascrape-ensure-project
Ensure a Scrapy project exists with scrapy-poet and Zyte API support
- 導入数
- 1
- GitHub Stars
- 8
- 更新日
- 7月16日
zytedatascrape-explore-site
Explore a website to find and save diverse pages (start, list, detail) with classified links
- 導入数
- 1
- GitHub Stars
- 8
- 更新日
- 7月16日
zytedatascrape-review-schema
Generate an HTML review page for schema and extracted data verification
- 導入数
- 1
- GitHub Stars
- 8
- 更新日
- 7月16日
zytedatascrape-scrapy-cloud
General-purpose Scrapy Cloud skill — deploy projects, schedule spiders, list/stop jobs, and view items or logs. Use when asked to deploy a project or spider to Scrapy Cloud / Zyte Cloud / Scrapinghub, schedule or run a spider remotely, manage jobs, or inspect scraped items and logs.
- 導入数
- 1
- GitHub Stars
- 8
- 更新日
- 7月16日
zytedatascrape-spec
Expand a spec created by /scrape-define — download more pages, compare HTML variants, extract values, optional browser review
- 導入数
- 1
- GitHub Stars
- 8
- 更新日
- 7月16日
zytedatascrape-zyte-api-stats
Query usage stats for Zyte API requests that have already been sent, including cost, request volume, response times, status codes, filters, grouping, and pagination. Use this skill whenever answering the request requires looking up recorded Zyte API usage, spend, request counts, response times, grouped stats, or filtered stats — including projecting future spend or usage when the projection explicitly extrapolates from actual recorded usage (e.g. "based on this month's usage so far, project month-end spend"). Do not use it when the user asks what a spider, job, or workload might, would, or could generate — those are hypothetical estimates with no recorded data to query, even if a spider exists in the project. For a projection to qualify, the user must explicitly reference past or current recorded usage as the basis. Also do not use for dashboard setup, documentation, configuration, or account-help questions.
- 導入数
- 1
- GitHub Stars
- 8
- 更新日
- 7月16日
zytedatascrape-zyte-login
Set up the user's Zyte account and credentials. Use when the user asks to set up, log in, sign up, or get an API key for Zyte; when ZYTEAPIKEY is missing; when a site is blocked; or before Scrapy Cloud deployment.
- 導入数
- 1
- GitHub Stars
- 8
- 更新日
- 7月16日
fedemagnanirust-lsp
- This skill MUST be used for semantic Rust navigation and analysis: resolving definitions across crate boundaries, finding all references to a symbol, inspecting inferred types or trait implementations, searching symbols by name, and renaming symbols safely. SHOULD be preferred over grep or file reads whenever the task requires Rust-aware understanding.
- 導入数
- 1
- GitHub Stars
- 7
- 更新日
- 4月2日