بنقرة واحدة
cdd-hono
يحتوي cdd-hono على 5 من skills المجمعة من sumdahl، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Automate API endpoint testing against running dev server. Starts server if needed, runs all endpoints, reports failures, writes bug plans to docs/. Use when testing API endpoints, running smoke tests, or validating API contract compliance.
Project rules for building features - branch strategy, architecture compliance, testing, and commit workflow. Use when starting a new feature, enhancement, or bug fix, or when asked about development workflow.
Authentication token flows - JWT access/refresh tokens, verification tokens, password reset tokens, and token blacklisting. Use when implementing auth, token refresh, email verification, password reset, or logout with token invalidation.
Drizzle ORM for PostgreSQL - schema definitions, migrations, queries, and repository patterns. Use when working with database tables, migrations, writing repository layers, or running db:generate/migrate commands.
Contract-driven API development using OpenAPI with Hono and Zod. Use when working with OpenAPI specs, contract-first development, generating API documentation, or writing route handlers with @hono/zod-openapi.