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
10.772 Skills
robmitt
Community

grill-me

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

installazioni
1
GitHub Stars
499
Aggiornato
11 apr
gamedev-skills
Community

phaser-arcade-physics

Use Phaser 4 Arcade Physics: enable the world, give sprites bodies, set velocity/acceleration/gravity, and resolve collisions with colliders, overlaps, groups, and world bounds. Use when a Phaser game needs movement or collisions — when the user mentions Arcade Physics, this.physics, setVelocity, collider, overlap, gravity, onFloor, or a platformer/top-down controller. For game config, scenes, and the loader use phaser-core.

installazioni
1
GitHub Stars
929
Aggiornato
10 set
gamedev-skills
Community

phaser-core

Set up and debug a Phaser 4 game: the Game config, the Scene lifecycle (init/preload/create/update), the asset loader, cameras, and cross-scene communication. Use when building or debugging a Phaser game — when the user mentions Phaser, Phaser.Game, Phaser.Scene, preload/create/update, this.load, this.add, or scene transitions. For Arcade Physics movement/collisions use phaser-arcade-physics.

installazioni
1
GitHub Stars
929
Aggiornato
10 set
mizchi
Community

dotenvx

Use when working with the dotenvx env-var management tool — encrypting .env files, juggling multiple environments (.env.production / .env.staging / .env.ci), committing encrypted secrets to git with .env.vault / .env.keys / .env.encrypted, or wiring dotenvx into GitHub Actions. Trigger on .env.vault / .env.keys / dotenvx commands or symptoms (env-var leak risk, env per-stage management, encrypted secrets workflow) even if the user does not say "dotenvx" by name.

installazioni
1
GitHub Stars
325
Aggiornato
10 set
yonatangross
Community

testing-patterns

Redirect — testing-patterns was split into 5 focused sub-skills. Use when looking for testing-patterns, writing tests, or test automation. Redirects to testing-unit, testing-e2e, testing-integration, testing-llm, or testing-perf.

installazioni
1
GitHub Stars
229
Aggiornato
10 set
makenotion
Ufficiale

tasks-build

Build a task from a Notion page URL. Fetches task details, marks it in progress, implements the work, and updates status in Notion.

installazioni
1
GitHub Stars
30
Aggiornato
7 feb
pproenca
Community

emilkowal-animations

Emil Kowalski's animation best practices for web interfaces. Use when writing, reviewing, or implementing animations in React, CSS, or Framer Motion. Triggers on tasks involving transitions, easing, gestures, toasts, drawers, or motion.

installazioni
1
GitHub Stars
207
Aggiornato
15 ago
thebushidocollective
Community

docker-compose-production

Use when deploying Docker Compose applications to production including security hardening, resource management, health checks, logging, monitoring, and high-availability patterns.

installazioni
1
GitHub Stars
195
Aggiornato
8 set
claude-office-skills
Community

pptx-manipulation

installazioni
1
GitHub Stars
460
Aggiornato
31 gen
claude-office-skills
Community

telegram-bot

Telegram bot development - chatbots, notifications, AI assistants, and group automation

installazioni
1
GitHub Stars
460
Aggiornato
31 gen
haidrrrry
Community

remotion-motion-graphics

Create and edit professional motion graphics videos with Remotion (React-based video). Use this skill EVERY time the user wants to create a video, edit a video, animate something, build an intro/outro/logo animation, make a Reel/Short/promo/launch video, add text animations or captions to footage, composite images and B-roll into a video, or mentions Remotion, motion graphics, video rendering, or "make this video look better/less generic". Also trigger when editing an existing Remotion project or when the user complains their video looks basic, generic, or amateur — this skill contains the exact fixes. Always read this skill BEFORE writing any Remotion code.

installazioni
1
GitHub Stars
142
Aggiornato
12 ago
lokikill123
Community

memory

- Persistent global memory across conversations. Read memory file at start of every conversation, write important context during conversation so it survives context compression. Use ALWAYS. Triggered automatically.

installazioni
1
GitHub Stars
112
Aggiornato
15 giu
uni-helper
Community

vite

Vite next-generation frontend build tool with fast HMR and optimized builds. Use when configuring Vite, adding plugins, working with dev server, or building for production.

installazioni
1
GitHub Stars
103
Aggiornato
1 mar
zeke
Community

faster-chrome-devtools-skill

Inspect, debug, and automate Chrome directly through the Chrome DevTools Protocol (CDP). Use this skill whenever a task needs a real web browser: open a URL, navigate pages, take a screenshot of a web page, read the DOM or accessibility tree, click buttons, fill and submit forms, type text, wait for elements, scrape page content, evaluate JavaScript on a page, or check console errors and failed network requests. Works against the user's local Chrome or a remote Cloudflare Browser Rendering endpoint over WebSocket. Relevant to browser automation, web scraping, page screenshots, end-to-end UI checks, DevTools inspection, and handing cloud browser control to a human for login, MFA, CAPTCHA, sensitive input, or approval. No Chrome DevTools MCP, Puppeteer, or Playwright required.

installazioni
1
GitHub Stars
83
Aggiornato
31 lug
serac-labs
Community

field-service

Build ServiceNow Field Service Management — wmorder work orders, wmtask tasks, wmresource technicians with skills/territories, dispatch/auto-assignment, mobile status updates, and time entries.

installazioni
1
GitHub Stars
78
Aggiornato
10 set
bobmatnyc
Community

drizzle

Type-safe SQL ORM for TypeScript with zero runtime overhead

installazioni
1
GitHub Stars
74
Aggiornato
18 lug
bobmatnyc
Community

test-quality-inspector

Test quality inspection framework for reviewing test coverage, identifying gaps, and ensuring comprehensive validation

installazioni
1
GitHub Stars
74
Aggiornato
18 lug
liamrjohnston
Community

article-highlights

Editorial Remotion article inserts with mandatory format/background intake, layered highlights, zero neon/glow, and mobile QA.

installazioni
1
GitHub Stars
64
Aggiornato
24 lug
liamrjohnston
Community

cinematic-camera

Continuous-scene Remotion camera system with mandatory intake, approved-reference review, anti-neon rules, and first-pass QA.

installazioni
1
GitHub Stars
64
Aggiornato
24 lug
liamrjohnston
Community

motion-graphics

Add cached official-asset and product research preflight before reference selection and build authorization.

installazioni
1
GitHub Stars
64
Aggiornato
24 lug
liamrjohnston
Community

terminal-inserts

Authentic, restrained Remotion terminal inserts with mandatory format/background intake and zero neon or glow.

installazioni
1
GitHub Stars
64
Aggiornato
24 lug
etherscan
Community

etherscan-contract-review

Review and explain verified deployed EVM smart contracts from a contract address and chain. Use when a user asks to break down what a Solidity contract does, map its architecture and source files, identify user/admin flows, proxy or implementation roles, asset movement, privileged controls, events, state variables, or unresolved uncertainty for developer onboarding, integration triage, or preliminary technical review. This is a developer-oriented contract review, not a security audit or safety certification.

installazioni
1
GitHub Stars
63
Aggiornato
18 ago
moonlight-lupin
Community

claude-plugin-converter

Convert Claude Code plugins into self-contained Hermes plugins — discovery analysis then full conversion

installazioni
1
GitHub Stars
62
Aggiornato
7 set
moonlight-lupin
Community

clips-studio

Use when the user wants to "make a video/clip", "generate a video from text", "animate this image/photo", "create a marketing reel / social video / teaser", "do a 3D / parallax move", "pan/zoom/orbit a shot", or mentions fal.ai, Kling, Veo or Seedance for video. Staged fal.ai workflow — brainstorm, draft cheaply, produce the final at quality. Three modes: text-to-video, animate (still to motion), camera-move (push-in/pan/orbit). Not for still images (image-studio), slide decks, or charts. Honesty discipline: never depict real identifiable subjects via text-to-video.

installazioni
1
GitHub Stars
62
Aggiornato
7 set