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
5771
repositorios
824
última sincronización
8 sept 2026
5771 Skills
openai
Oficial

gh-fix-ci

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use gh to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

jupyter-notebook

Use when the user asks to create, scaffold, or edit Jupyter notebooks (.ipynb) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script newnotebook.py to generate a clean starting notebook.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

netlify-deploy

Deploy web projects to Netlify using the Netlify CLI (npx netlify). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

notion-knowledge-capture

Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

notion-meeting-intelligence

Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

notion-research-documentation

Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

notion-spec-to-implementation

Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

playwright

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

playwright-interactive

Persistent browser and Electron interaction through jsrepl for fast iterative UI debugging.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

plugin-creator

Create and scaffold plugin directories for Codex with a required .codex-plugin/plugin.json, optional plugin folders/files, and baseline placeholders you can edit before publishing or testing. Use when Codex needs to create a new local plugin, add optional plugin structure, or generate or update repo-root .agents/plugins/marketplace.json entries for plugin ordering and availability metadata.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

render-deploy

Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

screenshot

Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

security-ownership-map

Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do not trigger for general maintainer lists or non-security ownership questions.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

sentry

Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry CLI; perform read-only queries using the sentry command.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

skill-installer

Install Codex skills into $CODEXHOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

speech

Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (scripts/texttospeech.py) with built-in voices and require OPENAIAPIKEY for live calls. Custom voice creation is out of scope.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

transcribe

Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

vercel-deploy

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

winui-app

Bootstrap, develop, and design modern WinUI 3 desktop applications with C and the Windows App SDK using official Microsoft guidance, WinUI Gallery patterns, Windows App SDK samples, and CommunityToolkit components. Use when creating a brand new app, preparing a machine for WinUI, reviewing, refactoring, planning, troubleshooting, environment-checking, or setting up WinUI 3 XAML, controls, navigation, windowing, theming, accessibility, responsiveness, performance, deployment, or related Windows app design and development work.

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
openai
Oficial

yeet

Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (gh).

instalaciones
2
GitHub Stars
26 mil
Actualizado
14 jul
wshobson
Comunidad

mobile-ios-design

Master iOS Human Interface Guidelines and SwiftUI patterns for building native iOS apps. Use when designing iOS interfaces, implementing SwiftUI views, or ensuring apps follow Apple's design principles.

instalaciones
2
GitHub Stars
39,5 mil
Actualizado
7 sept
wshobson
Comunidad

postgresql-table-design

Use this skill when designing or reviewing a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features

instalaciones
2
GitHub Stars
39,5 mil
Actualizado
7 sept
wshobson
Comunidad

sql-optimization-patterns

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

instalaciones
2
GitHub Stars
39,5 mil
Actualizado
7 sept