| Use when this capability is needed.
Idioma del texto original: inglés
Menú
Skills en este repositorio
SkillsMP ha recopilado 17.125 skills de tomevault-io/skills-registry. Abre una skill para revisar su origen y sus detalles.
tomevault-io/skills-registryMostrando 40 de 17.125 skills recopiladas.
| Use when this capability is needed.
Idioma del texto original: inglés
| Use when this capability is needed.
Idioma del texto original: inglés
| Use when this capability is needed.
Idioma del texto original: inglés
| Use when this capability is needed.
Idioma del texto original: inglés
| Use when this capability is needed.
Idioma del texto original: inglés
| Use when this capability is needed.
Idioma del texto original: inglés
| Use when this capability is needed.
Idioma del texto original: inglés
| Use when this capability is needed.
Idioma del texto original: inglés
Initialize AI project context for any codebase. Detect the real stack, generate or update CLAUDE.md, AGENT.md, Copilot instructions, bootstrap canonical .ai/skills, and for Claude Code projects generate a project-level PostToolUse hook for project-skill…
Idioma del texto original: Varios idiomas
> Use when this capability is needed.
Idioma del texto original: inglés
Use as a Flutter app-building reference for architecture, code quality, Dart style, state management, lifecycle, performance, rendering, testing, CI, accessibility, localization, security, platform integration, and Flame/game-loop guidance. Use when…
Idioma del texto original: inglés
Run `uv run pytest` in a prepared repo when a Rally turn needs a local repro or proof. Use when this capability is needed.
Idioma del texto original: inglés
Reference guidance for OpenViking setup and layered-memory migration in Aeloon. Runtime usage should rely on provider-native viking_* tools, not this skill. Use when this capability is needed.
Idioma del texto original: inglés
>- Use when this capability is needed.
Idioma del texto original: inglés
Master n8n's double-curly-brace expression language for dynamic workflow data. Covers $json, $node, and $input variable access patterns, debugging syntax issues, and handling webhook payloads. Activate when crafting expressions, resolving evaluation failures,…
Idioma del texto original: inglés
Implement data pipelines with SQLAlchemy 2.0 patterns (TypeDecorator, hybrid properties, events) and warehouse architectures (Kimball star schemas, medallion layers, SCD handling). Covers ETL/ELT design, dim_/fact_/stg_ conventions, and orchestration with…
Idioma del texto original: inglés
Creates demand generation campaigns, optimizes paid ad spend across LinkedIn, Google, and Meta, develops SEO strategies, and structures partnership programs for Series A+ startups scaling internationally. Use when planning marketing strategy, growth…
Idioma del texto original: inglés
Central router for the marketing skill ecosystem. Use when unsure which marketing skill to use, when orchestrating a multi-skill campaign, or when coordinating across content, SEO, CRO, channels, and analytics. Also use when the user mentions 'marketing…
Idioma del texto original: inglés
Terraform infrastructure-as-code agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Covers module design patterns, state management strategies, provider configuration, security hardening, policy-as-code with Sentinel/OPA, and CI/CD…
Idioma del texto original: inglés
>- Use when this capability is needed.
Idioma del texto original: chino
This skill teaches the core development patterns and conventions used in the `agentshield` TypeScript codebase. It covers file naming, import/export styles, commit message conventions, and testing patterns. This guide is designed to help contributors quickly…
Idioma del texto original: inglés
TypeScript、JavaScript、React、Node.js開発のための汎用コーディング標準、ベストプラクティス、パターン。 Use when this capability is needed.
Idioma del texto original: japonés
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app. Use when this capability is needed.
Idioma del texto original: inglés
Patrones de arquitectura Django, diseño de API REST con DRF, buenas prácticas de ORM, caché, señales, middleware y aplicaciones Django de nivel producción. Use when this capability is needed.
Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations. Use when this capability is needed.
Idioma del texto original: inglés
Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma). Use when this capability is needed.
Idioma del texto original: inglés
論文、提案書、文献レビュー、方法論セクション、証拠の質、引用サポート、研究論文フィードバックのための構造化された学術的作業評価。 Use when this capability is needed.
Idioma del texto original: japonés
FastAPI best practices covering project structure, Pydantic v2 schemas, dependency injection, async handlers, authentication, authorization, transactional service layers, and testing with httpx and pytest. Use when this capability is needed.
Idioma del texto original: inglés
React, Next.js, 상태 관리, 성능 최적화 및 UI 모범 사례를 위한 프론트엔드 개발 패턴. Use when this capability is needed.
Idioma del texto original: coreano
Patrones idiomáticos de Go, buenas prácticas y convenciones para construir aplicaciones Go robustas, eficientes y mantenibles. Use when this capability is needed.
Patrones de pruebas Go incluyendo pruebas basadas en tablas, subpruebas, benchmarks, fuzzing y cobertura de código. Sigue la metodología TDD con prácticas idiomáticas de Go. Use when this capability is needed.
Advanced motion patterns for React / Next.js — drag & drop, gestures, text animations, SVG path drawing, custom hooks, imperative sequences (useAnimate), loaders, and the full API decision tree. Requires motion-foundations. Use when this capability is needed.
Idioma del texto original: inglés
Motion tokens, spring presets, performance rules, device adaptation, accessibility enforcement, and SSR safety for React / Next.js using motion/react. Foundation layer — all other motion skills depend on this. Use when this capability is needed.
Idioma del texto original: inglés
Production-ready animation patterns for React / Next.js — button, modal, toast, stagger, page transitions, exit animations, scroll, and layout — built on motion-foundations tokens and springs. Use when this capability is needed.
Idioma del texto original: inglés
Production-ready UI motion system for React/Next.js. Use when implementing animations, transitions, or motion patterns. Use when this capability is needed.
Idioma del texto original: inglés
Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. Works with PDFs, DOCX, XLSX, PPTX, HTML, and images. Use when this capability is needed.
Idioma del texto original: inglés
React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React…
Idioma del texto original: inglés
React and Next.js performance optimization patterns adapted from Vercel Engineering's React Best Practices (https://github.com/vercel-labs/agent-skills). Organizes 70+ rules across 8 priority categories — waterfalls, bundle size, server-side, client fetching,…
Idioma del texto original: inglés
React component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React…
Idioma del texto original: inglés
Best practices for Remotion - Video creation in React. 29 domain-specific rules covering 3D, animations, audio, captions, charts, transitions, and more. Use when this capability is needed.
Idioma del texto original: inglés