Agent Skills by fcalell
Showing 23 vetted skills indexed across 1 GitHub repositories.
multi-tenancy
Enforce tenant isolation and RBAC with authorization middleware and query guards.
database-optimization
Guide storage, caching, and indexing strategies to optimize database performance.
zod-validation
Validate and shape API and form input using Zod schemas with safeParse().
tanstack-query
Fetch and cache server data with useQuery and useMutation patterns.
vitest
Run JavaScript/TypeScript unit and integration tests with Vitest, including mocked external dependencies and React hooks/API checks.
typescript
Enforce TypeScript strict mode, import ordering, and inference-driven typing.
background-jobs
Coordinate background tasks using queues and scheduled jobs across distributed systems.
island-architecture
Isolate data fetching and state management within UI islands.
observability
Implement structured logging, error tracking, and health checks for web services.
email-notifications
Send transactional emails and in-app notifications via queue-based delivery.
hono
Configure Hono routing, middleware, and RPC/auth integration across multiple runtimes.
e2e-testing
Automate Playwright end-to-end tests with page objects and auth fixtures.
tanstack-router
Create type-safe file-based routes with TanStack Router for React apps.
biome
Fix linting and formatting issues in JavaScript/TypeScript projects using Biome's CLI and biomes.json rules.
orpc
Composes layered oRPC procedures with authentication, authorization, tenant filtering, and strict input validation for API endpoints.
tanstack-form
Validate React web forms with TanStack Form and Zod schemas.
better-auth
Configure Better Auth authentication with sessions, social providers, and multi-factor options.
security-audit
Identify authorization gaps and enforce ownership isolation in web API queries.
turborepo
Automate monorepo task orchestration and dependency management across packages.
rate-limiting
...
design-system
Establish scalable design systems with intent-driven tokens and documentation.
tanstack-start
Configure SPA or SSR deployment strategies for TanStack Start in React projects.
drizzle
Design portable Drizzle ORM schemas across PostgreSQL, MySQL, and SQLite.