Agent Skills by Damian Taborda
Showing 40 vetted skills indexed across 2 GitHub repositories.
documentation
Enforce unified documentation style for startup-saas-template MDX and README files.
contract-testing
Validate JSON contract fixtures against Zod schemas with Vitest.
jsonapi
Validate Next.js API responses for JSON:API v1.1 schema adherence.
shadcn
Manage shadcn/ui component installation and styling consistency across monorepo applications.
contract-versioning
Assess schema changes and bump @template/contracts versions with changelog updates.
shared-contracts
Create a new contract by defining a Zod schema, then use the provided CLI to generate the corresponding TypeScript interface and validation function.
template-overview
Summarize monorepo architecture, packages, commands, and environment variables.
contract-enforcement
Enforce @template/contracts imports and shared Zod schemas across code reviews.
branch-pr
Enforce issue-linked pull request workflows with type/description branches and conventional commits.
frontend-design
Design distinctive frontend interfaces with bold typography, layered motion, and cohesive CSS theming.
issue-creation
Enforce GitHub issue creation with required templates and status labels.
template-bff
Enforce BFF standards for Next.js Server Actions and Route Handlers.
template-ui
Enforce UI component placement and Tailwind styling across template-ui projects.
pr-review
Reviews GitHub pull requests and issues with structured quality analyses.
quizapp-api
Create and maintain Express quiz API endpoints with Zod validation and JSON file storage.
infra
Enforce Docker, Compose, and runtime wiring guardrails for QuizApp infra assets.
quizapp-testing
Define Vitest and Supertest testing patterns for QuizApp unit, integration, and API tests.
pytest
Automate Python testing workflows with pytest fixtures, parametrization, mocking, and markers.
react-19
Refactor React components to use React Compiler optimizations and server components.
express
Codify routing, middleware, and error handling best practices for Express apps.
nextjs-15
Define and apply Next.js 15 App Router patterns for routing, server actions, and data fetching.
quizapp-monorepo
Organize a multi-package quiz application monorepo with pnpm-workspace.yaml and turbo.json.
typescript
Enforce strict TypeScript patterns with const types, flat interfaces, and type guards.
quizapp-ui
Create QuizApp frontend UI components and layouts with Next.js and shadcn/ui.