Coding & Development

pproenca/vitest

181github.com

Vitest testing framework patterns for test setup, async testing, mocking with vi.*, snapshots, and test performance (formerly test-vitest). This skill should be used when writing or debugging Vitest tests. This skill does NOT cover TDD methodology (use test-tdd skill), API mocking with MSW (use test-msw skill), or Jest-specific APIs.

$ npx skills add pproenca/dot-skills
Ver habilidad

binance/vip-loan

github.com

Binance Vip-loan request using the Binance API. Authentication requires API key and secret key.

$ npx skills add binance/binance-skills-hub
Ver habilidad

elevenlabs/voice-isolator

github.com

Remove background noise and isolate vocals/speech from audio using ElevenLabs Voice Isolator (audio isolation) API. Use when cleaning up noisy recordings, removing music or background ambience from dialogue, isolating speech from field recordings, preparing audio for transcription, extracting vocals, or any "denoise / clean up / isolate voice" task.

$ npx skills add elevenlabs/skills
Ver habilidad

franalgaba/grimoire-uniswap

github.com

Retrieves Uniswap router metadata using the Grimoire venue CLI. Use when you need router addresses, adapter information, or Uniswap V3/V4 details.

$ npx skills add franalgaba/grimoire
Ver habilidad

eronred/rating-prompt-strategy

github.com

When the user wants to improve their app's star rating, increase ratings volume, optimize when and how they prompt users for a review, or recover from a bad rating period. Use when the user mentions "app rating", "star rating", "review prompt", "SKStoreReviewRequest", "In-App Review API", "ask for review", "low rating", "rating drop", "get more reviews", or "recover from 1-star". For responding to reviews, see review-management. For overall ASO health, see aso-audit.

$ npx skills add eronred/aso-skills
Ver habilidad

yaklang/oauth-oidc-misconfiguration

github.com

OAuth and OIDC misconfiguration testing playbook. Use when reviewing redirect URI handling, state and nonce validation, PKCE, token audience, callback binding, and identity-provider trust flaws.

$ npx skills add yaklang/hack-skills
Ver habilidad

starchild-ai-agent/xai-grok-onboarding

17github.com

Connect an xAI account (X Premium / X Premium+ / SuperGrok / SuperGrok Heavy) via OAuth 2.0 device-code login. Use when the user wants to sign in with their xAI account (e.g. "use my SuperGrok", "log in with Grok", "connect my X Premium").

$ npx skills add starchild-ai-agent/official-skills
Ver habilidad

bencium/vanity-engineering-review

github.com

Reviews codebases, architectures, PRs, and technical plans for vanity engineering — code and systems built for the developer's ego, resume, or intellectual pleasure rather than delivering user or business value. Triggers on: "review this code", "is this over-engineered", "code review", "architecture review", "complexity audit", "vanity check", "is this necessary", "simplify this", "tech debt review", or any request to evaluate whether code or architecture is justified by actual requirements. Also trigger when the user shares a codebase and asks for feedback, when discussing framework/library choices, when reviewing PRs, or when someone is debating whether to refactor or rebuild. Nudge activation when you detect patterns of unnecessary abstraction, premature optimization, or resume-driven technology choices in code the user shares — even if they haven't asked for a vanity review.

$ npx skills add bencium/bencium-marketplace
Ver habilidad

forcedotcom/generating-custom-object

github.com

Use this skill when users need to create, generate, or validate Salesforce Custom Object metadata. Trigger when users mention custom objects, creating objects, object metadata, .object files, sharing models, name fields, or validation rules on objects. Also use when users say things like "create a custom object", "generate object metadata", "set up an object for...", or when they're troubleshooting object deployment errors especially around sharing models and Master-Detail relationships. Always use this skill for any custom object metadata work.

$ npx skills add forcedotcom/sf-skills
Ver habilidad

yaklang/auth-sec

github.com

Entry P1 category router for authentication and authorization. Use when testing login flows, sessions, object authorization, JWT, OAuth, CORS, CSRF, and enterprise SSO weaknesses before any deeper auth topic skill.

$ npx skills add yaklang/hack-skills
Ver habilidad

affaan-m/homelab-wireguard-vpn

230.4kgithub.com

WireGuard VPN server setup, peer configuration, key generation, split tunneling vs full tunnel routing, and remote access to a home network from mobile and laptop clients.

$ npx skills add affaan-m/everything-claude-code
Ver habilidad

marketcalls/quick-stats

160github.com

Quickly fetch data and print key backtest stats for a symbol with a default EMA crossover strategy. No file creation needed - runs inline in a notebook cell or prints to console.

$ npx skills add marketcalls/vectorbt-backtesting-skills
Ver habilidad

franalgaba/grimoire

github.com

Install and operate Grimoire, author .spell files with full syntax coverage (including advisory decision logic), and run compile/validate/simulate/cast safely. Use when users ask to create, edit, debug, validate, simulate, execute, or explain Grimoire strategies.

$ npx skills add franalgaba/grimoire
Ver habilidad

jezweb/cloudflare-worker-builder

926github.com

Scaffold and deploy Cloudflare Workers with Hono routing, Vite plugin, and Static Assets. Describe project, scaffold structure, configure bindings, deploy. Use whenever the user wants to create a Worker project, set up Hono on Cloudflare, configure D1 / R2 / KV / Queues bindings, or troubleshoot Worker export syntax, API route conflicts, HMR issues, or deployment failures.

$ npx skills add jezweb/claude-skills
Ver habilidad

eronred/android-aso

github.com

When the user wants to optimize their Google Play Store listing — title, short description, full description, keywords, ratings, or Play Store-specific features. Use when the user mentions "Google Play", "Android", "Play Store", "Play Console", "short description", "full description indexed", "Google Play ASO", or wants Google Play-specific keyword, creative, or ratings strategy. For iOS App Store optimization, see aso-audit and metadata-optimization.

$ npx skills add eronred/aso-skills
Ver habilidad

phuryn/test-scenarios

23.9kgithub.com

Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step actions, and expected outcomes. Use when writing QA test cases, creating test plans, defining acceptance tests, or preparing for feature validation.

$ npx skills add phuryn/pm-skills
Ver habilidad

yaklang/waf-bypass-techniques

github.com

WAF bypass methodology and generic evasion techniques. Use when a web application firewall blocks injection payloads (SQLi, XSS, RCE) and you need to craft bypasses using encoding, protocol-level tricks, or WAF-specific weaknesses.

$ npx skills add yaklang/hack-skills
Ver habilidad

mantinedev/mantine-form

github.com

Build forms using @mantine/form in the mantine-9 repository. Use this skill when: (1) setting up a form with useForm, (2) adding validation rules or async validation, (3) working with nested object or array fields, (4) sharing form state across components with createFormContext, (5) using uncontrolled mode for performance, (6) using the standalone useField hook, or (7) any task involving useForm, getInputProps, onSubmit, insertListItem, or form validation.

$ npx skills add mantinedev/skills
Ver habilidad

facebook/extract-errors

github.com

Use when adding new error messages to React, or seeing "unknown error code" warnings.

$ npx skills add facebook/react
Ver habilidad

yaklang/idor-broken-object-authorization

github.com

IDOR and broken object authorization testing playbook. Use when requests expose object identifiers, tenant boundaries, writable fields, or missing object-level authorization checks.

$ npx skills add yaklang/hack-skills
Ver habilidad

mastra-ai/react-best-practices

github.com

React performance optimization guidelines from Mastra Engineering. This skill should be used when writing, reviewing, or refactoring React code to ensure optimal performance patterns. Triggers on tasks involving React components, data fetching, bundle optimization, or performance improvements.

$ npx skills add mastra-ai/mastra
Ver habilidad

flutter/flutter-testing

2.7kgithub.com

Add Flutter unit tests, widget tests, or integration tests

$ npx skills add flutter/skills
Ver habilidad

lobehub/linear

79.0kgithub.com

Linear issue management. Use for LOBE-xxx issues, Linear links, PRs referencing Linear, retrieving issues, updating status, completion comments, or sub-issue trees.

$ npx skills add lobehub/lobehub
Ver habilidad

yaklang/websocket-security

github.com

WebSocket handshake, CSWSH, tooling (wsrepl, ws-harness, Burp), and common flaws. Use when apps use real-time channels, chat, notifications, or WS-backed APIs.

$ npx skills add yaklang/hack-skills
Ver habilidad