RADAR SKILL · GITHUB
Agent Skills utili, ordinati per utilizzo reale.
Confronta Skills verificati per funzione, contenuto del pacchetto, installazioni e affidabilità della fonte.
- AMBITO CATALOGO
- VERIFICATO
- Skills
- 10.772
- repository
- 1711
- ultimo aggiornamento
- 23 set 2026
testdino-hqplaywright-cli
Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or have explicit authorization to test.
- installazioni
- 1
- GitHub Stars
- 357
- Aggiornato
- 2 lug
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.
- installazioni
- 1
- GitHub Stars
- 285
- Aggiornato
- 11 ago
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".
- installazioni
- 1
- GitHub Stars
- 267
- Aggiornato
- 19 mar
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.
- installazioni
- 1
- GitHub Stars
- 217
- Aggiornato
- 7 lug
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.
- installazioni
- 1
- GitHub Stars
- 217
- Aggiornato
- 7 lug
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.
- installazioni
- 1
- GitHub Stars
- 217
- Aggiornato
- 7 lug
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.
- installazioni
- 1
- GitHub Stars
- 217
- Aggiornato
- 7 lug
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.
- installazioni
- 1
- GitHub Stars
- 217
- Aggiornato
- 7 lug
dev-toolingssymfony:controller-cleanup
Refactor fat controllers into lean ones by extracting business logic to services, handlers, and invokable commands
- installazioni
- 1
- GitHub Stars
- 208
- Aggiornato
- 31 ago
dev-toolingssymfony:test-doubles-mocking
Create test doubles with PHPUnit mocks for isolated unit testing in Symfony
- installazioni
- 1
- GitHub Stars
- 208
- Aggiornato
- 31 ago
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.
- installazioni
- 1
- GitHub Stars
- 201
- Aggiornato
- 15 ago
mohitmishra786linux-perf
Linux perf profiler skill for CPU performance analysis. Use when collecting sampling profiles with perf record, generating perf report, measuring hardware counters (cache misses, branch mispredicts, IPC), identifying hot functions, or feeding perf data into flamegraph tools. Activates on queries about perf, Linux performance counters, PMU events, off-CPU profiling, perf stat, perf annotate, or sampling-based profiling on Linux.
- installazioni
- 1
- GitHub Stars
- 193
- Aggiornato
- 27 giu
mohitmishra786llvm
LLVM IR and pass pipeline skill. Use when working directly with LLVM Intermediate Representation (IR), running opt passes, generating IR with llc, inspecting or writing LLVM IR for custom passes, or understanding how the LLVM backend lowers IR to assembly. Activates on queries about LLVM IR, opt, llc, llvm-dis, LLVM passes, IR transformations, or building LLVM-based tools.
- installazioni
- 1
- GitHub Stars
- 193
- Aggiornato
- 27 giu
mohitmishra786sanitizers
Compiler sanitizer skill for runtime bug detection in C/C++. Use when enabling and interpreting AddressSanitizer (ASan), UndefinedBehaviorSanitizer (UBSan), ThreadSanitizer (TSan), MemorySanitizer (MSan), or LeakSanitizer (LSan) with GCC or Clang. Activates on queries about sanitizer flags, sanitizer reports, ASANOPTIONS, memory errors, data races, undefined behaviour, uninitialised reads, or choosing which sanitizer to use for a given bug class.
- installazioni
- 1
- GitHub Stars
- 193
- Aggiornato
- 27 giu
adobeadobe-retouch-portraits
Bulk-retouch a folder of portrait photos using Adobe tools — designed for wedding photographers and event photographers who need fast, walk-away batch processing. Use this skill when the user says "retouch my photos", "batch process these portraits", "process my wedding photos", "clean up this folder of images", "run my headshots through Adobe", or uploads/selects a folder of photos and wants them polished and ready to review. Automatically applies auto-straighten, auto-tone, and auto-light to every image. Outputs a preview grid and download folder. Access: 🔐 Signed-In required | Gen AI: ❌ by default — optional background-only cleanup only where the surface permits generative AI (e.g. Codex); none on Claude
- installazioni
- 1
- GitHub Stars
- 177
- Aggiornato
- 3 set
op7418yingzao
Transform real Chinese architecture and place-based cultural photos into art-directed editorial posters, integrated multi-photo scenes, and optional source comparisons. Use for historic buildings, vernacular streets, culturally rooted shops, interiors, food, travel covers, and place montages; do not use for generic advertising, routine retouching, or invented places.
- installazioni
- 1
- GitHub Stars
- 151
- Aggiornato
- 3 set
vasanthsreeramteach
One-to-one tutor using the Alvar method — probe the edge of this mind, plan a mermaid DAG, then teach one reasoning step at a time with a lock-in quiz. Use when the user runs /teach or /skill:teach, or says teach me, tutor me, I want to learn, introduce me to, walk me through, or asks for a lesson fitted to what they already know.
- installazioni
- 1
- GitHub Stars
- 147
- Aggiornato
- 16 ago
louisblythelead-qualification-logic
When the user wants to build or improve a sales bot's ability to ask the right questions to score and route leads automatically. Also use when the user mentions "bot qualification," "automated lead scoring," "qualification questions," "lead routing," or "qualification flow."
- installazioni
- 1
- GitHub Stars
- 142
- Aggiornato
- 24 gen
alpacahqalpaca-broker-reconciliation-idempotency
Keep local state correct against the Alpaca Broker API — idempotency keys, ID-keyed upserts, event snapshotting and dedup, polling rails that have no events, nightly reconciliation/heal jobs, status state-machine mapping, and handling eventual consistency and corrections. Use when designing the data-correctness layer of any Alpaca integration in any language.
- installazioni
- 1
- GitHub Stars
- 141
- Aggiornato
- 2 set
bobmatnyczustand
Minimal, unopinionated state management library for React with simple hook-based API, no providers, and minimal boilerplate for global state without Redux complexity.
- installazioni
- 1
- GitHub Stars
- 74
- Aggiornato
- 18 lug
rylaaclarify
Clarification protocol — grill an ambiguous request into a Requirements Ledger before any delegation. The chair MUST load this whenever a request arrives carrying ambiguity that would change the work; Rule 0.5 in the core profile only summarizes it.
- installazioni
- 1
- GitHub Stars
- 59
- Aggiornato
- 1 set
rylaaplaybook
Orchestrator playbook — the full delegation contract (research pipeline, subagent output contract, spawn economics, forks, teammate lifecycle, verification procedure, chair hygiene). The chair MUST load this before its first delegation of every session; the injected core profile only summarizes it.
- installazioni
- 1
- GitHub Stars
- 59
- Aggiornato
- 1 set
theminimalcreatortimovi
Product team orchestrator. Coordinates Product Manager, UX Designer, Software Architect, Tech Lead, Frontend/Backend Engineers, DBA, QA and DevOps through the complete feature pipeline. Use when the user types "product team", "ativar time", "montar time", "start feature", "timovi", or wants to coordinate a feature cycle (plan → spec → breakdown → execute → review).
- installazioni
- 1
- GitHub Stars
- 50
- Aggiornato
- 16 giu
martinholovskywebgl
WebGL shaders and effects for JARVIS 3D HUD
- installazioni
- 1
- GitHub Stars
- 45
- Aggiornato
- 6 dic