con un clic
pi-autoskills
pi-autoskills contiene 21 skills recopiladas de denismrvoljak, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
AWS delivery guidance for SDK, infra, security, and operational guardrails.
Azure architecture and operations guidance for app code, deployment, identity, and observability.
Add Clerk authentication to any project by following the official quickstart guides.
Deno project guidance for runtime APIs, modules, permissions, and deployment-aware code.
Drizzle ORM guidance for schema design, query composition, migrations, and transaction safety.
Go project guidance for package boundaries, interfaces, testing, and production correctness.
Node.js plus Express guidance for route design, middleware boundaries, validation, and operability.
Prisma guidance for schema evolution, query safety, relation loading, and migration discipline.
React Hook Form performance optimization for client-side form validation using useForm, useWatch, useController, and useFieldArray. This skill should be used when building client-side controlled forms with React Hook Form library. This skill does NOT cover React 19 Server Actions, useActionState, or server-side form handling (use react-19 skill for those).
React Hook Form plus Zod guidance for form state, validation, and user-facing error flows.
React plus shadcn/ui guidance for composition, accessibility, and consistent design-system usage.
Explains the mental model and architecture of the code under `packages/forms/signals`. You MUST use this skill any time you plan to work with code in `packages/forms/signals`
Svelte 5 runes, snippets, SvelteKit patterns, and modern best practices for TypeScript and component development. Use when writing, reviewing, or refactoring Svelte 5 components and SvelteKit applications. Triggers on: Svelte components, runes ($state, $derived, $effect, $props, $bindable, $inspect), snippets ({#snippet}, {@render}), event handling, SvelteKit data loading, form actions, Svelte 4 to Svelte 5 migration, store to rune migration, slots to snippets migration, TypeScript props typing, generic components, SSR state isolation, performance optimization, or component testing.
Provides comprehensive Tailwind CSS utility-first styling patterns including responsive design, layout utilities, flexbox, grid, spacing, typography, colors, and modern CSS best practices. Use when styling React/Vue/Svelte components, building responsive layouts, implementing design systems, or optimizing CSS workflow.
WordPress guidance for plugin or theme work, hooks, templates, data safety, and upgrade-friendly changes.
Zod schema validation best practices for type safety, parsing, and error handling. This skill should be used when defining z.object schemas, using z.string validations, safeParse, or z.infer. This skill does NOT cover React Hook Form integration patterns (use react-hook-form skill) or OpenAPI client generation (use orval skill).
Frontend accessibility guidance. Use when building or reviewing UI semantics, labels, keyboard support, and focus behavior.
Frontend SEO guidance. Use when reviewing metadata, headings, crawlable links, and content structure.
Next.js plus Playwright testing guidance. Use when adding E2E coverage for app-router flows, auth, navigation, and regression checks.
React plus Tailwind UI guidance. Use when building components, composing utility classes, and reviewing frontend implementation tradeoffs.
Vitest testing guidance. Use when adding unit tests, mocks, and deterministic assertions.