Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

codekit

codekit contiene 48 skills recopiladas de 0xkynz, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
48
Stars
0
actualizado
2026-03-05
Forks
0
Cobertura ocupacional
6 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

agents
Desarrolladores de software

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.

2026-03-05
better-auth
Desarrolladores de software

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 Auth, implementing login/signup flows, setting up OAuth, enabling 2FA, or securing auth endpoints.

2026-03-05
clean-architecture-ddd
Desarrolladores de software

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 architectures, separating business logic from infrastructure, or applying DDD tactical patterns in any language or framework.

2026-03-05
cook-backend
Desarrolladores de software

Workflow orchestration for backend projects (API routes, services, models). Structured phases — Plan, Code, Review, Test — with memory-bank integration for session continuity.

2026-03-05
cook-cli
Administradores de redes y sistemas informáticos

Workflow orchestration for CLI projects (commander, yargs, oclif). Structured phases — Plan, Code, Review, Test — with memory-bank integration for session continuity.

2026-03-05
cook-frontend
Desarrolladores de software

Workflow orchestration for frontend projects (React, Vue, Svelte, components, CSS). Structured phases — Plan, Design, Code, Review, Test — with memory-bank integration for session continuity.

2026-03-05
cook-fullstack
Desarrolladores de software

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.

2026-03-05
cook-library
Desarrolladores de software

Workflow orchestration for library projects (npm packages, exports, public API). Structured phases — Plan, Design, Code, Review, Test — with memory-bank integration for session continuity.

2026-03-05
cook-mobile
Desarrolladores de software

Workflow orchestration for mobile projects (React Native, Expo, iOS, Android). Structured phases — Plan, Design, Code, Review, Test — with memory-bank integration for session continuity.

2026-03-05
cook
Desarrolladores de software

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.

2026-03-05
data-analysis
Científicos de datos

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 pipelines, creating visualizations, performing statistical analysis, or building ML models.

2026-03-05
domain-driven-hexagon
Desarrolladores de software

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, designing hexagonal/ports-and-adapters architecture, structuring bounded contexts, or organizing code into vertical slices.

2026-03-05
eslint-fix
Desarrolladores de software

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.

2026-03-05
framer-motion
Desarrolladores web

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, gestures, layout transitions, scroll-linked effects, and SVG animations.

2026-03-05
setup
Desarrolladores de software

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".

2026-03-05
shadcn-ui
Desarrolladores de software

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.

2026-03-05
skill-creator
Desarrolladores de software

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.

2026-03-05
slidev
Desarrolladores de software

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

2026-03-05
terraform
Desarrolladores de software

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 (trivy, checkov), or making infrastructure-as-code architecture decisions

2026-03-05
github-actions
Desarrolladores de software

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.

2026-02-23
mobile-app-distribution
Desarrolladores de software

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 review rejections.

2026-02-23
chrome-devtools
Desarrolladores de software

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 accessibility.

2026-02-23
figma-make-website-builder
Desarrolladores de software

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.

2026-02-23
pgvector
Desarrolladores de software

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 vector embeddings in PostgreSQL.

2026-02-23
zvec
Desarrolladores de software

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, or reranking.

2026-02-23
cli-expert
Desarrolladores de software

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 design, and Unix-style tool implementation.

2026-02-09
database-expert
Arquitectos de bases de datos

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.

2026-02-09
elysiajs-ddd-mongoose
Desarrolladores de software

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.

2026-02-09
elysiajs-ddd
Desarrolladores de software

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.

2026-02-09
fastapi
Desarrolladores de software

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.

2026-02-09
git-expert
Desarrolladores de software

Git workflow expert for merge conflicts, branching strategies, history rewriting, repository recovery, and collaboration patterns. Use PROACTIVELY for complex git issues.

2026-02-09
github
Desarrolladores de software

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.

2026-02-09
linting-expert
Desarrolladores de software

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.

2026-02-09
nextjs
Desarrolladores de software

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.

2026-02-09
react-native-best-practices
Desarrolladores web

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 and frame drops.

2026-02-09
react-native-expo
Desarrolladores de software

React Native + Expo development expert for managed workflow, Expo Router, TypeScript, and mobile best practices. Use PROACTIVELY for Expo projects and rapid mobile development.

2026-02-09
react-native
Desarrolladores de software

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.

2026-02-09
react
Desarrolladores de software

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.

2026-02-09
testing-expert
Analistas de garantía de calidad de software y probadores

Testing strategies expert for Jest, Vitest, mocking patterns, test architecture, and TDD workflows. Use PROACTIVELY for test failures, mock issues, or test architecture questions.

2026-02-09
typescript-expert
Desarrolladores de software

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.

2026-02-09
Mostrando las 40 principales de 48 skills recopiladas en este repositorio.