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
5771
repository
824
ultimo aggiornamento
8 set 2026
5771 Skills
hkuds
Community

cli-anything-wiremock

Python CLI harness for WireMock HTTP mock server administration

installazioni
6
GitHub Stars
49,1K
Aggiornato
21 ago
nuxt
Ufficiale

nuxt-ui

Build UIs with @nuxt/ui v4 — 125+ accessible Vue components with Tailwind CSS theming. Use when creating interfaces, customizing themes to match a brand, building forms, or composing layouts like dashboards, docs sites, and chat interfaces.

installazioni
6
GitHub Stars
6,9K
Aggiornato
7 set
wshobson
Community

stride-analysis-patterns

Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.

installazioni
6
GitHub Stars
39,5K
Aggiornato
7 set
wshobson
Community

threat-mitigation-mapping

Map identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation plans, or validating control effectiveness.

installazioni
6
GitHub Stars
39,5K
Aggiornato
7 set
wshobson
Community

api-design-principles

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

installazioni
6
GitHub Stars
39,5K
Aggiornato
7 set
expo
Ufficiale

expo-web-to-native

Framework (OSS). Migrate an existing web React app to a native iOS/Android app with Expo. Use when the user wants to turn a website into a mobile app, port a Next.js/Vite/CRA React codebase to React Native, reuse web code on native incrementally, or asks how web idioms (the DOM, CSS, React Router, localStorage, window) map to native. This is the end-to-end migration guide; use the expo-dom skill for the DOM-component mechanism itself.

installazioni
6
GitHub Stars
2,5K
Aggiornato
6 set
tw93
Community

check

Reviews code diffs, PRs, issue queues, release readiness, commits, pushes, publishing, and project audits. Use when users ask in any language for code review, issue or PR triage, release gates, publishing follow-through, or project audits. Not for debugging root causes or prose review.

installazioni
6
GitHub Stars
7K
Aggiornato
7 set
tw93
Community

hunt

Finds root cause before applying fixes for errors, crashes, regressions, failing tests, broken behavior, and screenshot-reported defects. Use when users report in any language errors, crashes, broken behavior, regressions, failing tests, screenshot evidence, or something that used to work and now fails. Not for code review or new features.

installazioni
6
GitHub Stars
7K
Aggiornato
7 set
tw93
Community

learn

Runs a six-phase research workflow that turns unfamiliar domains, source bundles, or collected material into publish-ready output. Use when users ask in any language to research, study, deep-dive, compile sources, synthesize unfamiliar material, or turn a source bundle into a coherent reference. Not for quick lookups or single-file reads.

installazioni
6
GitHub Stars
7K
Aggiornato
7 set
tw93
Community

health

Runs a budget-aware agent-assisted engineering health audit for instruction/config drift, hooks/MCP, verifier surfaces, and AI maintainability. Use when users ask in any language to audit Claude, Codex, Pi, agent instructions, MCP or hooks, verifier coverage, or AI-maintainability drift. Not for debugging application code or reviewing PRs.

installazioni
6
GitHub Stars
7K
Aggiornato
7 set
tw93
Community

read

Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local text files already in the repo.

installazioni
6
GitHub Stars
7K
Aggiornato
7 set
tw93
Community

think

Turns rough ideas into approved, decision-complete plans with validated structure before coding. Use when users ask in any language for planning, architecture, design direction, feasibility, value judgment, or whether a feature is worth doing before implementation. Not for bug fixes or small edits.

installazioni
6
GitHub Stars
7K
Aggiornato
7 set
tw93
Community

write

Rewrites and polishes prose in Chinese or English, removes AI-like wording, and reviews product localization copy while preserving intent for drafts, docs, release notes, launch copy, and social posts. Use when users ask in any language to draft, rewrite, proofread, localize, polish release notes, remove AI-like wording, or prepare launch and social copy. Not for code comments, commit messages, or inline docs.

installazioni
6
GitHub Stars
7K
Aggiornato
7 set
vercel
Ufficiale

building-components

Guide for building modern, accessible, and composable UI components. Use when building new components, implementing accessibility, creating composable APIs, setting up design tokens, publishing to npm/registry, or writing component documentation.

installazioni
6
GitHub Stars
794
Aggiornato
20 ago
cursor
Community

typescript-best-practices

TypeScript best practices. Use when reading or editing any .ts or .tsx file.

installazioni
6
GitHub Stars
7K
Aggiornato
4 set
shopify
Ufficiale

shopify-storefront-graphql

Use for custom storefronts requiring direct GraphQL queries/mutations for data fetching and cart operations. Choose this when you need full control over data fetching and rendering your own UI. NOT for Web Components - if the prompt mentions HTML tags like , , use storefront-web-components instead.

installazioni
6
GitHub Stars
538
Aggiornato
2 set
avdlee
Community

swift-concurrency

Diagnose Swift Concurrency issues, refactor callback-based code to async/await, and guide Swift 6 migration when working with tasks, actors, @MainActor, Sendable, data races, thread safety, or concurrency-related compiler and linter warnings.

installazioni
6
GitHub Stars
1,6K
Aggiornato
12 ago
amelnagdy
Community

aider-delegate

- Delegate a coding task to Aider (aider) as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to Aider - phrasings like "have Aider do X", "delegate this to aider", "run it through Aider", or "use Aider to implement/fix/refactor" - or wants to run a queue of coding tasks through Aider while staying the reviewer. This includes asking Aider to drive a local or self-hosted OpenAI-compatible endpoint ("have Aider use my local model", "run Aider against llama.cpp / Ollama / vLLM / LM Studio"), which Aider reaches via --api-base. DO NOT USE for local-model or coding requests that do not name Aider, for tasks small enough to do inline, or when the user wants the code written directly without delegating.

installazioni
6
GitHub Stars
1,8K
Aggiornato
31 ago
amelnagdy
Community

omp-delegate

- Delegate a coding task to Oh My Pi (omp) as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to delegate implementation work to Oh My Pi / omp - phrasings like "have omp implement X", "delegate this to oh my pi", "run it through omp", "use oh-my-pi to implement/fix/refactor" - or wants to run a queue of coding tasks through omp while staying the reviewer. DO NOT USE for tasks small enough to do inline, when the user wants the code written directly without delegating, or when they mean the original Pi CLI (pi) — that is pi-delegate.

installazioni
6
GitHub Stars
1,8K
Aggiornato
31 ago
amelnagdy
Community

pi-delegate

- Delegate a coding task to the Pi coding agent CLI (pi) as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to delegate implementation work to Pi - phrasings like "have Pi implement X", "delegate this to pi", "run it through Pi", or "use pi to implement/fix/refactor" - or wants to run a queue of coding tasks through Pi while staying the reviewer. DO NOT USE for tasks small enough to do inline, or when the user wants the code written directly without delegating.

installazioni
6
GitHub Stars
1,8K
Aggiornato
31 ago
amelnagdy
Community

qoder-delegate

- Delegate a coding task to the Qoder CLI (qodercli) as a background implementer, then review its diff and land it yourself. Use this whenever the user asks to have Qoder implement, fix, refactor, or run a queue of coding tasks while the orchestrator remains the reviewer. DO NOT USE for tasks small enough to do inline, or when the user wants code written directly without delegation.

installazioni
6
GitHub Stars
1,8K
Aggiornato
31 ago
amelnagdy
Community

vibe-delegate

- Delegate a coding task to the Mistral Vibe CLI (vibe) as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to Vibe — phrasings like "have Vibe implement X", "delegate this to Vibe", "run it through Mistral Vibe", "use vibe to implement/fix/refactor" — or wants to run a queue of coding tasks through Vibe while staying the reviewer. DO NOT USE for tasks small enough to do inline, or when the user wants the code written directly without delegating.

installazioni
6
GitHub Stars
1,8K
Aggiornato
31 ago
amelnagdy
Community

cursor-delegate

- Delegate a coding task to the Cursor Agent CLI (cursor-agent) as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to Cursor — phrasings like "have Cursor implement X", "delegate this to Cursor", "run it through Cursor Agent", or "use Cursor to implement/fix/refactor" — or wants to run a queue of coding tasks through Cursor while staying the reviewer. DO NOT USE for tasks small enough to do inline, or when the user wants the code written directly without delegating.

installazioni
6
GitHub Stars
1,8K
Aggiornato
31 ago
amelnagdy
Community

grok-delegate

- Delegate a coding task to the Grok Build CLI as a background implementer, then review its diff and land it yourself. Use this whenever the user wants to hand implementation work to Grok — phrasings like "have Grok do X", "delegate this to Grok", "run it through Grok", "use Grok Build to implement/fix/refactor", or "have grok CLI do this" — or to run a queue of coding tasks through Grok while staying the reviewer. Prefer it when the user will review the diff and commit it themselves. DO NOT USE for tasks small enough to do inline, or when the user wants the code written directly without delegating.

installazioni
6
GitHub Stars
1,8K
Aggiornato
31 ago