Guide for working with AGENTS.md — the open standard for AI coding agent configuration. Use when creating, updating, or optimizing AGENTS.md files, or when onboarding a project to multi-agent workflows.
Idioma del texto original: inglés
Menú
SkillsMP ha recopilado 46 skills de 0xkynz/codekit. Abre una skill para revisar su origen y sus detalles.
Mostrando 40 de 46 skills recopiladas.
Guide for working with AGENTS.md — the open standard for AI coding agent configuration. Use when creating, updating, or optimizing AGENTS.md files, or when onboarding a project to multi-agent workflows.
Idioma del texto original: inglés
Better Auth integration expert for TypeScript authentication — server config, client setup, database adapters, OAuth providers, plugins (2FA, organizations), session management, and security hardening. Use when adding auth to a project, configuring Better…
Idioma del texto original: inglés
Domain-Driven Design with Clean Architecture — framework-agnostic patterns for entities, value objects, aggregates, use cases, and the dependency rule. Use PROACTIVELY when designing domain models, implementing bounded contexts, structuring layered…
Idioma del texto original: inglés
Workflow orchestration for backend projects (API routes, services, models). Structured phases — Plan, Code, Review, Test — with memory-bank integration for session continuity.
Idioma del texto original: inglés
Workflow orchestration for CLI projects (commander, yargs, oclif). Structured phases — Plan, Code, Review, Test — with memory-bank integration for session continuity.
Idioma del texto original: inglés
Workflow orchestration for frontend projects (React, Vue, Svelte, components, CSS). Structured phases — Plan, Design, Code, Review, Test — with memory-bank integration for session continuity.
Idioma del texto original: inglés
Workflow orchestration for fullstack projects (Next.js, Nuxt, SvelteKit — API + UI). Structured phases — Plan, Design, Code API, Code UI, Review, Test — with memory-bank integration for session continuity.
Idioma del texto original: inglés
Workflow orchestration for library projects (npm packages, exports, public API). Structured phases — Plan, Design, Code, Review, Test — with memory-bank integration for session continuity.
Idioma del texto original: inglés
Workflow orchestration for mobile projects (React Native, Expo, iOS, Android). Structured phases — Plan, Design, Code, Review, Test — with memory-bank integration for session continuity.
Idioma del texto original: inglés
Auto-generated workflow orchestration skill. The setup skill generates this file based on your detected project type, tech stack, and conventions. Contains project-specific phases, review checklists, and test strategies with memory-bank session continuity.
Idioma del texto original: inglés
Expert guidance for data analysis, data science, and machine learning projects. Covers Python data tools, SQL/databases, visualization, statistics, ML/AI, data engineering, and MLOps. Use when working on data analysis tasks, choosing data tools, building data…
Idioma del texto original: inglés
Comprehensive DDD + Hexagonal Architecture + CQRS patterns for production backend systems — vertical slices, ports & adapters, domain events, Result types, and architecture enforcement. Use PROACTIVELY when building backend APIs with DDD, implementing CQRS,…
Idioma del texto original: inglés
Analyze and fix ESLint errors across the project. Use when the user asks to clean up code style, fix linting issues, or perform a quality review.
Idioma del texto original: inglés
Framer Motion performance optimization guidelines. This skill should be used when writing, reviewing, or refactoring React animations with Framer Motion to ensure optimal performance patterns. Triggers on tasks involving motion components, animations,…
Idioma del texto original: inglés
Auto-detect project tech stack and install matching codekit skills. Use when setting up a new project, onboarding to an existing codebase, or when the user says "setup skills", "install skills for this project", "detect my stack", or "what skills do I need".
Idioma del texto original: inglés
Efficiently add, configure, and use shadcn/ui components. Use this skill when the user wants to add UI components, fix styling, or needs the list of available shadcn components.
Idioma del texto original: inglés
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 Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Idioma del texto original: inglés
Slidev presentation framework — Markdown-based developer slides with Vue 3, Vite, UnoCSS, animations, code highlighting, Monaco editor, LaTeX, Mermaid diagrams, themes, and export to PDF/PPTX/PNG
Idioma del texto original: inglés
Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning…
Idioma del texto original: inglés
GitHub Actions CI/CD best practices — workflow structure, jobs, steps, security, caching, matrix strategies, testing, deployment strategies, rollback, and troubleshooting. Use when creating or reviewing GitHub Actions workflows.
Idioma del texto original: inglés
Mobile app distribution for iOS App Store and Google Play Store. Covers React Native signing, building, publishing, Apple App Store review guidelines, and pre-submission checklists. Use when preparing apps for release, configuring signing, or troubleshooting…
Idioma del texto original: inglés
Chrome DevTools via MCP for browser automation, debugging, performance analysis, network inspection, and accessibility testing. Use when debugging web pages, automating browser interactions, analyzing performance, inspecting network requests, or auditing…
Idioma del texto original: inglés
Structured 9-phase workflow for building production-ready websites using Claude (architecture, logic, reasoning) paired with Figma Make (UI, interactions, deployment). Use when planning, designing, or building a website with Figma Make.
Idioma del texto original: inglés
pgvector — open-source vector similarity search for Postgres. Covers storing/querying vectors, HNSW and IVFFlat indexing, filtering, half-precision/binary/sparse vectors, hybrid search, performance tuning, and all distance functions. Use when working with…
Idioma del texto original: inglés
Zvec vector database development — collection management, vector similarity search, schema design, embedding functions, indexing strategies, and query optimization. Use when working with Zvec collections, vector embeddings, similarity search, hybrid queries,…
Idioma del texto original: inglés
Expert in building npm package CLIs with Unix philosophy, automatic project root detection, argument parsing, interactive/non-interactive modes, and CLI library ecosystems. Use PROACTIVELY for CLI tool development, npm package creation, command-line interface…
Idioma del texto original: inglés
Database performance optimization, schema design, query optimization across PostgreSQL, MySQL, MongoDB, and SQLite with ORM integration. Use PROACTIVELY for any database performance issues, schema design questions, or query optimization.
Idioma del texto original: inglés
ElysiaJS with Domain-Driven Design architecture, MongoDB, Mongoose ODM, Better Auth, and Bun runtime. Use PROACTIVELY when building backend APIs with ElysiaJS and MongoDB, implementing DDD patterns with document databases.
Idioma del texto original: inglés
ElysiaJS with Domain-Driven Design architecture, Prisma ORM, Better Auth, and Bun runtime. Use PROACTIVELY when building backend APIs with ElysiaJS, implementing DDD patterns, or working with bounded contexts.
Idioma del texto original: inglés
Python FastAPI expert for async APIs, SQLAlchemy 2.0, Pydantic v2, uv package manager, and production patterns. Use PROACTIVELY for Python API projects, async debugging, and database integration.
Idioma del texto original: inglés
Git workflow expert for merge conflicts, branching strategies, history rewriting, repository recovery, and collaboration patterns. Use PROACTIVELY for complex git issues.
Idioma del texto original: inglés
GitHub patterns using gh CLI for pull requests, stacked PRs, code review, branching strategies, and repository automation. Use when working with GitHub PRs, merging strategies, or repository management tasks.
Idioma del texto original: inglés
Code linting, formatting, static analysis, and coding standards enforcement across multiple languages and tools. Use PROACTIVELY for ESLint configuration, Prettier setup, code quality metrics, security scanning, and CI/CD quality gates.
Idioma del texto original: inglés
Next.js 15 expert for App Router, Server Components, Server Actions, TypeScript, shadcn/ui, and full-stack patterns. Use PROACTIVELY for Next.js projects, SSR/SSG applications, and full-stack React applications.
Idioma del texto original: inglés
Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank…
Idioma del texto original: inglés
React Native + Expo development expert for managed workflow, Expo Router, TypeScript, and mobile best practices. Use PROACTIVELY for Expo projects and rapid mobile development.
Idioma del texto original: inglés
React Native CLI development expert for bare workflow, native modules, TypeScript, and platform-specific code. Use PROACTIVELY for React Native CLI projects requiring native customization.
Idioma del texto original: inglés
React development expert for Vite, TypeScript, shadcn/ui, TanStack (Query, Table, Router), forms, and state management. Use PROACTIVELY for React + Vite projects, SPAs, and client-side applications.
Idioma del texto original: inglés
Testing strategies expert for Jest, Vitest, mocking patterns, test architecture, and TDD workflows. Use PROACTIVELY for test failures, mock issues, or test architecture questions.
Idioma del texto original: inglés
TypeScript language expert for type system, generics, module resolution, compiler configuration, and advanced type patterns. Use PROACTIVELY for type errors, configuration issues, or advanced type challenges.
Idioma del texto original: inglés