Manage API versioning strategy for Hono routes in apps/api/src/v1. Use when creating new API versions or migrating endpoints between versions.
npx ai-builder add skill sgcarstrends/api-versionWrite and run API tests with Vitest for endpoints, middleware, and integrations. Use when testing API functionality, request/response validation, error handling.
npx ai-builder add skill sgcarstrends/api-testingCreate or update database seed scripts for development and testing environments. Use when setting up test data or initializing development databases.
npx ai-builder add skill sgcarstrends/data-seedingUpdate Biome linting rules, formatting configs, and import organization settings. Use when adding new lint rules, customizing code style, or fixing workspace-specific linting issues.
npx ai-builder add skill sgcarstrends/biome-configAnalyze and optimize JavaScript bundle size, identify large dependencies, and improve load times. Use when bundles are large, investigating performance issues, or optimizing frontend assets.
npx ai-builder add skill sgcarstrends/bundle-analysisGenerate or update component documentation with usage examples, props tables, and Storybook stories. Use when documenting new components or improving existing component docs.
npx ai-builder add skill sgcarstrends/component-docsAdd or update social media posting integrations (Discord, LinkedIn, Telegram, Twitter) in workflows. Use when adding new platforms, debugging posting failures, or modifying message templates.
npx ai-builder add skill sgcarstrends/social-mediaGenerate realistic mock data for testing using factories, fixtures, and Faker.js. Use when seeding test databases, creating test fixtures, or mocking API responses.
npx ai-builder add skill sgcarstrends/mock-data