RADAR DES SKILLS · GITHUB
Des Agent Skills utiles, classés selon leur usage réel.
Comparez les Skills vérifiés par fonction, contenu, installations et fiabilité de la source avant de les ajouter.
- PÉRIMÈTRE
- VÉRIFIÉ
- Skills
- 5 771
- dépôts
- 824
- dernière synchronisation
- 8 sept. 2026
prisma-labs-deveventkit
API reference: EventKit. Query for EKEventStore, EKEvent, EKReminder, calendar access.
- installations
- 1
- GitHub Stars
- 323
- Mis à jour
- 11 août
prisma-labs-devguide-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.
- installations
- 1
- GitHub Stars
- 323
- Mis à jour
- 11 août
prisma-labs-devguide-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.
- installations
- 1
- GitHub Stars
- 323
- Mis à jour
- 11 août
prisma-labs-devios-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.
- installations
- 1
- GitHub Stars
- 323
- Mis à jour
- 11 août
prisma-labs-devswift-concurrency
API reference: Swift Concurrency. async/await, Task, TaskGroup, actors, AsyncSequence, AsyncStream, continuations.
- installations
- 1
- GitHub Stars
- 323
- Mis à jour
- 11 août
prisma-labs-devswift-testing
API reference: Swift Testing framework. @Test, @Suite, expect, require, traits, parameterized tests, migrating from XCTest.
- installations
- 1
- GitHub Stars
- 323
- Mis à jour
- 11 août
prisma-labs-devswiftdata
API reference: SwiftData. Query for @Model, ModelContext, @Query, schema migrations.
- installations
- 1
- GitHub Stars
- 323
- Mis à jour
- 11 août
prisma-labs-devswiftui
API reference: SwiftUI. Query for views, layouts, navigation, @State/@Binding/@Observable, view modifiers, NavigationStack, iOS 26+ features.
- installations
- 1
- GitHub Stars
- 323
- Mis à jour
- 11 août
prisma-labs-devtipkit
API reference: TipKit. Tip protocol, TipView, PopoverTipView, Tips.configure, inline and popover tips.
- installations
- 1
- GitHub Stars
- 323
- Mis à jour
- 11 août
prisma-labs-devusernotifications
API reference: UserNotifications. Query for local/remote notifications, triggers, notification content.
- installations
- 1
- GitHub Stars
- 323
- Mis à jour
- 11 août
prisma-labs-devwidgetkit
API reference: WidgetKit. Query for widget timelines, entries, providers, home/lock screen widgets.
- installations
- 1
- GitHub Stars
- 323
- Mis à jour
- 11 août
prisma-labs-devxcuitest
API reference: XCUITest. Query for element queries, waiting patterns, Swift 6 @MainActor, assertions, screenshots, launch arguments.
- installations
- 1
- GitHub Stars
- 323
- Mis à jour
- 11 août
onewave-aigmail-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.
- installations
- 1
- GitHub Stars
- 285
- Mis à jour
- 11 août
potetomeditate
- 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".
- installations
- 1
- GitHub Stars
- 267
- Mis à jour
- 19 mars
buildgreatproductsbuild-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.
- installations
- 1
- GitHub Stars
- 217
- Mis à jour
- 7 juil.
buildgreatproductsbuild-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.
- installations
- 1
- GitHub Stars
- 217
- Mis à jour
- 7 juil.
buildgreatproductsbuild-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.
- installations
- 1
- GitHub Stars
- 217
- Mis à jour
- 7 juil.
buildgreatproductsbuild-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.
- installations
- 1
- GitHub Stars
- 217
- Mis à jour
- 7 juil.
buildgreatproductsdesign-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.
- installations
- 1
- GitHub Stars
- 217
- Mis à jour
- 7 juil.
buildgreatproductslaunch-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.
- installations
- 1
- GitHub Stars
- 217
- Mis à jour
- 7 juil.
buildgreatproductsproduct-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.
- installations
- 1
- GitHub Stars
- 217
- Mis à jour
- 7 juil.
dev-toolingssymfony:controller-cleanup
Refactor fat controllers into lean ones by extracting business logic to services, handlers, and invokable commands
- installations
- 1
- GitHub Stars
- 208
- Mis à jour
- 31 août
dev-toolingssymfony:test-doubles-mocking
Create test doubles with PHPUnit mocks for isolated unit testing in Symfony
- installations
- 1
- GitHub Stars
- 208
- Mis à jour
- 31 août
pproencachrome-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.
- installations
- 1
- GitHub Stars
- 201
- Mis à jour
- 15 août