Productivity

mongodb/mongodb-query-optimizer

github.com

Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query writing unless user asks for performance or index help. Prefer indexing as optimization strategy. Use MongoDB MCP when available.

$ npx skills add mongodb/agent-skills
Ver habilidad

medusajs/db-generate

github.com

Generate database migrations for a Medusa module

$ npx skills add medusajs/medusa-agent-skills
Ver habilidad

noizai/template-skill

github.com

Reusable template for authoring new Agent Skills with clear triggers, workflow, and I/O contracts.

$ npx skills add noizai/skills
Ver habilidad

aws/aws-cdk

996github.com

Authors, deploys, and troubleshoots AWS infrastructure using CDK with TypeScript or Python. Covers best practices, stack architecture, and construct patterns. Always use when writing CDK constructs, bootstrapping environments, running cdk deploy/synth/diff, fixing CDK or CloudFormation errors, planning stack structure, importing existing resources, resolving drift, or refactoring stacks without resource replacement.

$ npx skills add aws/agent-toolkit-for-aws
Ver habilidad

sfkislev/audition

54github.com

Control Adobe Audition from the shell via Flue - ExtendScript bridges without an MCP server.

$ npx skills add sfkislev/flue
Ver habilidad

sfkislev/premiere

54github.com

Control Adobe Premiere Pro from the shell via Flue - ExtendScript bridges without an MCP server.

$ npx skills add sfkislev/flue
Ver habilidad

addyosmani/interview-me

78.8kgithub.com

Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me", "grill me", "are we sure?", "stress-test my thinking"), or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.

$ npx skills add addyosmani/agent-skills
Ver habilidad

deckardger/tanstack-integration-best-practices

github.com

Best practices for integrating TanStack Query with TanStack Router and TanStack Start. Patterns for full-stack data flow, SSR, and caching coordination.

$ npx skills add deckardger/tanstack-agent-skills
Ver habilidad

aahl/mcp-deepwiki

144github.com

Skills for accessing and searching docs in DeepWiki/GitHub’s public code repositories can help users understand open-source project source codes, and users can also ask questions directly about the code docs.

$ npx skills add aahl/skills
Ver habilidad

geoffjay/documentation-update

github.com

Regenerates documentation files (agents.md, agent-skills.md, plugins.md, usage.md) from marketplace data using Jinja templates. Use when plugins are added, updated, or removed to keep documentation in sync.

$ npx skills add geoffjay/claude-plugins
Ver habilidad

gokapso/observe-whatsapp

github.com

Observe and troubleshoot WhatsApp in Kapso: debug message delivery, inspect webhook deliveries/retries, triage API errors, and run health checks. Use when investigating production issues, message failures, or webhook delivery problems.

$ npx skills add gokapso/agent-skills
Ver habilidad

openprose/open-prose

github.com

Activate when the user types `prose ...`, opens a `.prose.md` file with `kind:` frontmatter, opens a `.prose` file, or asks for reusable multi-agent orchestration. Treat `prose run ...` as an in-session instruction: embody the OpenProse VM yourself; do not shell out to a `prose` binary. On activation read the Markdown contract, select a state backend, wire responsibilities, execute with host primitives, and persist run state under the selected OpenProse root. Decline for one-shot questions — a plain prompt is often the right answer.

$ npx skills add openprose/prose
Ver habilidad

medusajs/db-migrate

github.com

Run database migrations in Medusa

$ npx skills add medusajs/medusa-agent-skills
Ver habilidad

ar9av/hermes-history-ingest

github.com

Ingest Hermes agent history into the Obsidian wiki. Use this skill when the user wants to mine their past Hermes sessions for knowledge, import their ~/.hermes folder, extract insights from previous Hermes conversations, or says things like "process my Hermes history", "add my Hermes memories to the wiki", "ingest ~/.hermes", or "what have I worked on in Hermes". Also triggers when the user mentions Hermes memories, Hermes sessions, ~/.hermes/memories, or Hermes skill logs.

$ npx skills add ar9av/obsidian-wiki
Ver habilidad

alirezarezvani/status

22.6kgithub.com

Memory health dashboard showing line counts, topic files, capacity, stale entries, and recommendations. Use when the user runs /si:status or asks how full or healthy the agent memory is.

$ npx skills add alirezarezvani/claude-skills
Ver habilidad

pulumi/pulumi-arm-to-pulumi

github.com

Convert or migrate Azure ARM (Azure Resource Manager) templates, Bicep templates, or code to Pulumi, including importing existing Azure resources. This skill MUST be loaded whenever a user requests migration, conversion, or import of ARM templates, Bicep templates, ARM code, Bicep code, or Azure resources to Pulumi.

$ npx skills add pulumi/agent-skills
Ver habilidad

paulrberg/bump-deps

67github.com

Use for dependency updates: update/bump deps, npm/pnpm/yarn/bun package upgrades, outdated checks, package.json updates, or taze.

$ npx skills add paulrberg/agent-skills
Ver habilidad

launchdarkly/launchdarkly-flag-targeting

20github.com

Control LaunchDarkly feature flag targeting including toggling flags on/off, percentage rollouts, targeting rules, individual targets, and copying flag configurations between environments. Use when the user wants to change who sees a flag, roll out to a percentage, add targeting rules, or promote config between environments.

$ npx skills add launchdarkly/agent-skills
Ver habilidad

launchdarkly/launchdarkly-flag-create

20github.com

Create and configure LaunchDarkly feature flags in a way that fits the existing codebase. Use when the user wants to create a new flag, wrap code in a flag, add a feature toggle, or set up an experiment. Guides exploration of existing patterns before creating.

$ npx skills add launchdarkly/agent-skills
Ver habilidad

aradotso/gstack-workflow-assistant

63github.com

Team of specialist AI workflows for Claude Code with CEO review, engineering planning, code review, shipping, QA testing, and browser automation

$ npx skills add aradotso/trending-skills
Ver habilidad

sfkislev/illustrator

54github.com

Control Adobe Illustrator from the shell via Flue - ExtendScript bridges without an MCP server.

$ npx skills add sfkislev/flue
Ver habilidad

aws/aws-serverless

996github.com

Builds, deploys, manages, debugs, configures, and optimizes serverless applications on AWS using Lambda, API Gateway, Step Functions, EventBridge, and SAM/CDK. Covers cold starts, CORS debugging, event source mappings, troubleshooting, concurrency, SnapStart, Powertools, function URLs, EventBridge Scheduler, Lambda layers, and production readiness. Triggers on mentions of Lambda, API Gateway, Step Functions, SAM templates, CDK serverless stacks, DynamoDB stream triggers, SQS event sources, cold starts, timeouts, 502/504 errors, throttling, concurrency, CORS, Powertools, or any event-driven architecture on AWS, even without the word "serverless." Does not apply to EC2, ECS/Fargate containers, or Amplify hosting.

$ npx skills add aws/agent-toolkit-for-aws
Ver habilidad

paulrberg/yeet

67github.com

Use for GitHub PR/issue/discussion workflows: create/update PRs or issues, post comments, start discussions; triggers include create/open PR, file/update issue, yeet.

$ npx skills add paulrberg/agent-skills
Ver habilidad

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