Productivity

xixu-me/xdrop

github.com

Use this skill when the user wants to send or fetch files through an Xdrop server from the terminal, asks to automate encrypted Xdrop share-link workflows, provides an Xdrop `/t/:transferId#k=...` link to download and decrypt locally, or needs Xdrop CLI flags such as `--quiet`, `--json`, `--expires-in`, `--output`, or `--api-url`, even if they do not explicitly mention the skill name.

$ npx skills add xixu-me/xdrop
Ver habilidad

launchdarkly/launchdarkly-flag-cleanup

20github.com

Safely remove a feature flag from code while preserving production behavior. Use when the user wants to remove a flag from code, delete flag references, or create a PR that hardcodes the winning variation after a rollout is complete.

$ npx skills add launchdarkly/agent-skills
Ver habilidad

aahl/mcp-vods

144github.com

用于追剧/追番的技能,为AI提供搜索影视播放地址的能力,并支持在小米电视上直接播放。当用户想搜索影视、动漫、短剧、综艺等节目信息或更新进度时使用此技能。

$ npx skills add aahl/skills
Ver habilidad

paulrberg/bump-release

67github.com

Use for release versioning: bump/cut/tag a release, bump version, create a release, changelog updates, or version tagging.

$ npx skills add paulrberg/agent-skills
Ver habilidad

launchdarkly/launchdarkly-flag-discovery

20github.com

Audit your LaunchDarkly feature flags to understand the landscape, find stale or launched flags, and assess removal readiness. Use when the user asks about flag debt, stale flags, cleanup candidates, flag health, or wants to understand their flag inventory.

$ npx skills add launchdarkly/agent-skills
Ver habilidad

0xhubed/risk-management

github.com

Risk management rules learned from competition outcomes. Use when sizing positions or setting stop-losses.

$ npx skills add 0xhubed/agent-trading-arena
Ver habilidad

wshobson/review-agent-setup

38.0kgithub.com

Configure human-in-the-loop gating for AI agent review actions in Claude Code. Use when setting up a project where an agent may post PR reviews, comments, merges, or edit CI configuration, and you want a cryptographically auditable approval trail with Cedar-enforced gates.

$ npx skills add wshobson/agents
Ver habilidad

openai/babysit-pr

95.1kgithub.com

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep watching open PRs so fresh review feedback is surfaced promptly. Use when the user asks Codex to monitor a PR, watch CI, handle review comments, or keep an eye on failures and feedback on an open PR.

$ npx skills add openai/codex
Ver habilidad

getsentry/skill-scanner

864github.com

Scan agent skills for security issues. Use when asked to "scan a skill", "audit a skill", "review skill security", "check skill for injection", "validate SKILL.md", or assess whether an agent skill is safe to install. Checks for prompt injection, malicious scripts, excessive permissions, secret exposure, and supply chain risks.

$ npx skills add getsentry/skills
Ver habilidad

sickn33/agent-memory-systems

43.4kgithub.com

Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them.

$ npx skills add sickn33/antigravity-awesome-skills
Ver habilidad

hashicorp/run-acceptance-tests

736github.com

Guide for running acceptance tests for a Terraform provider. Use this when asked to run an acceptance test or to run a test with the prefix `TestAcc`.

$ npx skills add hashicorp/agent-skills
Ver habilidad

ai-native-camp/day2-supplement-mcp

github.com

Day 2 보충 자료 - MCP 딥다이브. Claude Code에 외부 도구를 연결하는 MCP를 체계적으로 배운다. "MCP 배우기", "MCP 보충", "MCP 강의", "MCP 학습" 요청에 사용.

$ npx skills add ai-native-camp/camp-1
Ver habilidad

paulrberg/md-docs

67github.com

Use ONLY to update or initialize README.md, CLAUDE.md, or AGENTS.md. Do not trigger for other Markdown files.

$ npx skills add paulrberg/agent-skills
Ver habilidad

sfkislev/autodesk

54github.com

Control Autodesk desktop apps - 3ds Max and friends - from the shell via Flue, without an MCP server.

$ npx skills add sfkislev/flue
Ver habilidad

gitroomhq/postiz

github.com

Postiz is a tool to schedule social media and chat posts to 28+ channels X, LinkedIn, LinkedIn Page, Reddit, Instagram, Facebook Page, Threads, YouTube, Google My Business, TikTok, Pinterest, Dribbble, Discord, Slack, Kick, Twitch, Mastodon, Bluesky, Lemmy, Farcaster, Telegram, Nostr, VK, Medium, Dev.to, Hashnode, WordPress, ListMonk

$ npx skills add gitroomhq/postiz-agent
Ver habilidad

getsentry/sentry-setup-ai-monitoring

225github.com

Setup Sentry AI Agent Monitoring in any project. Use when asked to monitor LLM calls, track AI agents, track conversations, or instrument OpenAI/Anthropic/Vercel AI/LangChain/Google GenAI/Pydantic AI. Detects installed AI SDKs and configures appropriate integrations.

$ npx skills add getsentry/sentry-for-ai
Ver habilidad

sfkislev/houdini

54github.com

Control SideFX Houdini from the shell via Flue - a Python bridge to hou without an MCP server.

$ npx skills add sfkislev/flue
Ver habilidad

f/skill-lookup

github.com

Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.

$ npx skills add f/awesome-chatgpt-prompts
Ver habilidad

hieutrtr/e2e-testing

github.com

End-to-end testing patterns with Playwright for full-stack Python/React applications. Use when writing E2E tests for complete user workflows (login, CRUD, navigation), critical path regression tests, or cross-browser validation. Covers test structure, page object model, selector strategy (data-testid > role > label), wait strategies, auth state reuse, test data management, and CI integration. Does NOT cover unit tests or component tests (use pytest-patterns or react-testing-patterns).

$ npx skills add hieutrtr/ai1-skills
Ver habilidad

github/microsoft-agent-framework

36.7kgithub.com

Create, update, refactor, explain, or review Microsoft Agent Framework solutions using shared guidance plus language-specific references for .NET and Python.

$ npx skills add github/awesome-copilot
Ver habilidad

onmax/nuxt-modules

github.com

Use when creating Nuxt modules: (1) Published npm modules (@nuxtjs/, nuxt-), (2) Local project modules (modules/ directory), (3) Runtime extensions (components, composables, plugins), (4) Server extensions (API routes, middleware), (5) Releasing/publishing modules to npm, (6) Setting up CI/CD workflows for modules. Provides defineNuxtModule patterns, Kit utilities, hooks, E2E testing, and release automation.

$ npx skills add onmax/nuxt-skills
Ver habilidad

aktsmm/powerpoint-automation

github.com

Create and edit professional PowerPoint presentations from web articles, blog posts, existing PPTX files, or templates. Use when creating PPTX, converting articles to slides, translating presentations, editing open PowerPoint files, or doing COM Automation / RefURL / overflow review work.

$ npx skills add aktsmm/agent-skills
Ver habilidad

juliusbrussee/build

github.com

Plan-then-execute implementation against SPEC.md. Native single-thread loop, no sub-agents. On test or build failure, auto-invokes the backprop skill before retrying — a failed verification always considers whether a new §V invariant would prevent recurrence. Triggers when the user asks to build, implement, execute the spec, or tackle a specific §T task (`build §T.3`, `build --next`, `implement next task`, `run the build`). Expects SPEC.md to exist; if not, defers to the spec skill.

$ npx skills add juliusbrussee/cavekit
Ver habilidad

getsentry/sentry-fix-issues

github.com

Find and fix issues from Sentry using MCP. Use when asked to fix Sentry errors, debug production issues, investigate exceptions, or resolve bugs reported in Sentry. Methodically analyzes stack traces, breadcrumbs, traces, and context to identify root causes.

$ npx skills add getsentry/sentry-agent-skills
Ver habilidad