RADAR DE SKILLS · GITHUB

Agent Skills útiles, ordenados por uso real.

Compara Skills verificados por función, contenido del paquete, instalaciones y fiabilidad de la fuente antes de añadirlos.

ALCANCE DEL CATÁLOGO
VERIFICADO
Skills
10.772
repositorios
1711
última sincronización
23 sept 2026
10.772 Skills
robmitt
Comunidad

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".

instalaciones
1
GitHub Stars
499
Actualizado
11 abr
gamedev-skills
Comunidad

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.

instalaciones
1
GitHub Stars
929
Actualizado
10 sept
gamedev-skills
Comunidad

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.

instalaciones
1
GitHub Stars
929
Actualizado
10 sept
mizchi
Comunidad

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.

instalaciones
1
GitHub Stars
325
Actualizado
10 sept
yonatangross
Comunidad

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.

instalaciones
1
GitHub Stars
229
Actualizado
10 sept
makenotion
Oficial

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.

instalaciones
1
GitHub Stars
30
Actualizado
7 feb
pproenca
Comunidad

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.

instalaciones
1
GitHub Stars
207
Actualizado
15 ago
thebushidocollective
Comunidad

docker-compose-production

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

instalaciones
1
GitHub Stars
195
Actualizado
8 sept
claude-office-skills
Comunidad

pptx-manipulation

instalaciones
1
GitHub Stars
460
Actualizado
31 ene
claude-office-skills
Comunidad

telegram-bot

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

instalaciones
1
GitHub Stars
460
Actualizado
31 ene
haidrrrry
Comunidad

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.

instalaciones
1
GitHub Stars
142
Actualizado
12 ago
lokikill123
Comunidad

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.

instalaciones
1
GitHub Stars
112
Actualizado
15 jun
uni-helper
Comunidad

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.

instalaciones
1
GitHub Stars
103
Actualizado
1 mar
zeke
Comunidad

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.

instalaciones
1
GitHub Stars
83
Actualizado
31 jul
serac-labs
Comunidad

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.

instalaciones
1
GitHub Stars
78
Actualizado
10 sept
bobmatnyc
Comunidad

drizzle

Type-safe SQL ORM for TypeScript with zero runtime overhead

instalaciones
1
GitHub Stars
74
Actualizado
18 jul
bobmatnyc
Comunidad

test-quality-inspector

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

instalaciones
1
GitHub Stars
74
Actualizado
18 jul
liamrjohnston
Comunidad

article-highlights

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

instalaciones
1
GitHub Stars
64
Actualizado
24 jul
liamrjohnston
Comunidad

cinematic-camera

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

instalaciones
1
GitHub Stars
64
Actualizado
24 jul
liamrjohnston
Comunidad

motion-graphics

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

instalaciones
1
GitHub Stars
64
Actualizado
24 jul
liamrjohnston
Comunidad

terminal-inserts

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

instalaciones
1
GitHub Stars
64
Actualizado
24 jul
etherscan
Comunidad

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.

instalaciones
1
GitHub Stars
63
Actualizado
18 ago
moonlight-lupin
Comunidad

claude-plugin-converter

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

instalaciones
1
GitHub Stars
62
Actualizado
7 sept
moonlight-lupin
Comunidad

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.

instalaciones
1
GitHub Stars
62
Actualizado
7 sept