スキルレーダー · GITHUB

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

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

掲載範囲
検証済み
Skills
5,771
リポジトリ
824
最終同期
2026/09/08
5,771 Skills
prisma-labs-dev
コミュニティ

eventkit

API reference: EventKit. Query for EKEventStore, EKEvent, EKReminder, calendar access.

導入数
1
GitHub Stars
323
更新日
8月11日
prisma-labs-dev
コミュニティ

guide-macos-spm-packaging

Scaffold, build, and package SwiftPM-based macOS apps without an Xcode project. Use when you need a from-scratch macOS app layout, SwiftPM targets/resources, a custom .app bundle assembly script, or signing/notarization/appcast steps outside Xcode.

導入数
1
GitHub Stars
323
更新日
8月11日
prisma-labs-dev
コミュニティ

guide-swift-concurrency

Swift concurrency patterns — actors, structured concurrency, cancellation, async streams, GCD migration, strict-concurrency diagnostics, common bug patterns. Use when writing, reviewing, or debugging concurrent Swift code.

導入数
1
GitHub Stars
323
更新日
8月11日
prisma-labs-dev
コミュニティ

ios-dev

Start here for any iOS or SwiftUI task. Coordinates best-practice guides, correctness checks, and full Apple API references. Use before navigating to other Apple skills — for building, reviewing, refactoring, or debugging iOS apps.

導入数
1
GitHub Stars
323
更新日
8月11日
prisma-labs-dev
コミュニティ

swift-concurrency

API reference: Swift Concurrency. async/await, Task, TaskGroup, actors, AsyncSequence, AsyncStream, continuations.

導入数
1
GitHub Stars
323
更新日
8月11日
prisma-labs-dev
コミュニティ

swift-testing

API reference: Swift Testing framework. @Test, @Suite, expect, require, traits, parameterized tests, migrating from XCTest.

導入数
1
GitHub Stars
323
更新日
8月11日
prisma-labs-dev
コミュニティ

swiftdata

API reference: SwiftData. Query for @Model, ModelContext, @Query, schema migrations.

導入数
1
GitHub Stars
323
更新日
8月11日
prisma-labs-dev
コミュニティ

swiftui

API reference: SwiftUI. Query for views, layouts, navigation, @State/@Binding/@Observable, view modifiers, NavigationStack, iOS 26+ features.

導入数
1
GitHub Stars
323
更新日
8月11日
prisma-labs-dev
コミュニティ

tipkit

API reference: TipKit. Tip protocol, TipView, PopoverTipView, Tips.configure, inline and popover tips.

導入数
1
GitHub Stars
323
更新日
8月11日
prisma-labs-dev
コミュニティ

usernotifications

API reference: UserNotifications. Query for local/remote notifications, triggers, notification content.

導入数
1
GitHub Stars
323
更新日
8月11日
prisma-labs-dev
コミュニティ

widgetkit

API reference: WidgetKit. Query for widget timelines, entries, providers, home/lock screen widgets.

導入数
1
GitHub Stars
323
更新日
8月11日
prisma-labs-dev
コミュニティ

xcuitest

API reference: XCUITest. Query for element queries, waiting patterns, Swift 6 @MainActor, assertions, screenshots, launch arguments.

導入数
1
GitHub Stars
323
更新日
8月11日
onewave-ai
コミュニティ

gmail-to-crm-pipeline

Uses MCP Connectors to read Gmail inbound leads, score them by ICP fit, draft personalized responses, and log qualified leads to your CRM. Turns your inbox into an automated pipeline.

導入数
1
GitHub Stars
285
更新日
8月11日
poteto
コミュニティ

meditate

- Audit and evolve the brain vault — prune outdated content, discover cross-cutting principles, review skills for structural encoding opportunities. Triggers: "meditate", "audit the brain", "prune brain", "review skills", "consolidate notes", "prune notes".

導入数
1
GitHub Stars
267
更新日
3月19日
buildgreatproducts
コミュニティ

build-loop-claude-code

Use when building features with Claude Code in any codebase and the work should go through a disciplined build → review → test → fix loop. Triggers on "run the build loop", "build the next task", "continue the plan", "build this feature properly", or any request to implement work from a plan file or a direct feature prompt. Builds from the plan (or the prompt if no plan exists), runs Claude Code's /review (plus /security-review for sensitive surfaces) and fixes every issue found, tests and verifies the feature end to end, fixes anything testing surfaces, and reports back once complete. Repeats until all plan tasks are checked off.

導入数
1
GitHub Stars
217
更新日
7月7日
buildgreatproducts
コミュニティ

build-loop-codex

Use when building features with Codex (OpenAI Codex CLI) in any codebase and the work should go through a disciplined build → review → test → fix loop. Triggers on "run the build loop", "build the next task", "continue the plan", "build this feature properly", or any request to implement work from a plan file or a direct feature prompt. Builds from the plan (or the prompt if no plan exists), runs Codex's /review on uncommitted changes and fixes every issue found, tests and verifies the feature end to end, fixes anything testing surfaces, and reports back once complete. Repeats until all plan tasks are checked off.

導入数
1
GitHub Stars
217
更新日
7月7日
buildgreatproducts
コミュニティ

build-loop-cursor

Use when building features with Cursor in any codebase and the work should go through a disciplined build → review → test → fix loop. Triggers on "run the build loop", "build the next task", "continue the plan", "build this feature properly", or any request to implement work from a plan file or a direct feature prompt. Builds from the plan (or the prompt if no plan exists), runs Cursor's /review and fixes every issue found, tests and verifies the feature end to end, fixes anything testing surfaces, and reports back once complete. Repeats until all plan tasks are checked off.

導入数
1
GitHub Stars
217
更新日
7月7日
buildgreatproducts
コミュニティ

build-mvp

Use inside a product repository when the user wants the full MVP built from their BuilderOS spec documents. Triggers on phrases like "build my MVP", "build the app", "execute the roadmap", "start the build", "work through the whole roadmap", "build everything", or any request to implement the entire plan rather than a single task or phase. Requires docs/prd.md and docs/product-roadmap.md (plus docs/product-vision.md and docs/design.md for context). Works through every roadmap task in order — implementing, testing, and verifying each before moving on, marking checkboxes and updating the status line — and runs until all tasks are complete and the magic moment works end to end, then initializes git with an initial commit and offers to connect a remote repo.

導入数
1
GitHub Stars
217
更新日
7月7日
buildgreatproducts
コミュニティ

design-better

Use when the user is building or refactoring UI in their product codebase and wants designer-quality frontend code — not just functional code. Triggers on phrases like "design better", "make this UI feel more designed", "elevate the design quality", "build this with design best practices", "follow UX heuristics", "make this feel professional", "apply design polish", "review this for craft", or any request to apply UX/UI craft heuristics to code generation or review. Pairs with docs/design.md when it exists — the design system file owns style (colors, typography, spacing tokens, components), this skill owns craft (hierarchy, interaction, accessibility, motion, polish). Reference docs/design.md tokens by name for every visual decision; apply the 50-item heuristics catalogue and the Laws of UX catalogue below for every craft decision. When docs/design.md is absent, fall back to the codebase's existing design conventions and recommend the Design System skill. When a heuristic implies a token the design system doesn't have, flag it as a New Pattern to add via the Design System skill — never invent a value inline. Fully standalone.

導入数
1
GitHub Stars
217
更新日
7月7日
buildgreatproducts
コミュニティ

launch-checklist

Use when the user's product is built (or nearly built) and they want to get it live and accessible to customers. Triggers on phrases like "create my launch checklist", "how do I deploy this", "help me launch", "get this live", "put this in production", "ship it to customers", "what do I need to do to go live", or any request for a step-by-step path from working code to a product customers can use. Audits the current codebase — stack, services, environment variables, payments, deploy config — then writes a plain-English, step-by-step launch guide to docs/launch-checklist.md. Every step is marked as something the user must do themselves, something their coding agent can do, or both together, and all technical terms are explained for non-technical founders.

導入数
1
GitHub Stars
217
更新日
7月7日
buildgreatproducts
コミュニティ

product-planner

Vision intake conversation followed by generation of three product documents — docs/product-vision.md (strategy and brand), docs/prd.md (technical spec for coding agents), and docs/product-roadmap.md (phased build plan with task checkboxes). Also captures the founder's answers as docs/VISION.md. Use when the founder says "plan my product", "plan a product", "define my vision", "generate a PRD", "create a roadmap", "spec out my idea", "help me build something", or wants to convert an idea into shippable spec documents.

導入数
1
GitHub Stars
217
更新日
7月7日
dev-toolings
コミュニティ

symfony:controller-cleanup

Refactor fat controllers into lean ones by extracting business logic to services, handlers, and invokable commands

導入数
1
GitHub Stars
208
更新日
8月31日
dev-toolings
コミュニティ

symfony:test-doubles-mocking

Create test doubles with PHPUnit mocks for isolated unit testing in Symfony

導入数
1
GitHub Stars
208
更新日
8月31日
pproenca
コミュニティ

chrome-extension-ui

Chrome Extensions UX/UI design and implementation guidelines for popups, side panels, content scripts, and options pages. Triggers on tasks involving browser extension UI, manifest v3, chrome APIs.

導入数
1
GitHub Stars
201
更新日
8月15日