Appearance
Skills
Imperative, step-by-step guides for building on the Develit stack. Each skill is self-contained and agent-ready — the same content is served to agents over the docs MCP server via list-skills / get-skill.
documentation-conventionsHow to read placeholder variables used across these skills. Use this when a skill contains {variable-name}, {VariableName}, or {VARIABLE_NAME} tokens and you need to know what casing to substitute.e2e-testingHow to run the Playwright end-to-end test suites and what scenarios they cover. Use this when running E2E tests locally (smoke, critical, or full run) or reviewing the catalogue of E2E scenarios.frontend-feature-developmentGuide for building frontend features in the Nuxt 4 SPA including pages, components, queries, and forms. Use this when asked to create or modify frontend UI, pages, components, queries, or forms in apps/frontend.full-feature-implementationEnd-to-end guide for implementing a complete feature across gateway and frontend layers. Use this when asked to build a complete feature, implement a full CRUD, or work across multiple layers of the stack.gateway-route-creationGuide for creating new API route endpoints in the Hono gateway. Use this when asked to add a new API endpoint, route, or HTTP handler in apps/gateway.project-setupScaffold a new monorepo project from scratch. Use this when starting a new repository, setting up the apps/packages/services workspace structure, or creating the base tooling config (Bun, Nx, Biome, TypeScript, Alchemy).releasingHow releases are cut and published. Use this when shipping a new version, understanding the CD pipeline, bumping versions via conventional commits, doing a hotfix, or publishing a canary build.service-creationScaffold a new self-contained backend service in the monorepo. Use this when adding a service under services/, integrating a self-contained service (auth, bank, rbac, ledger, etc.), or wiring its wrangler, tsconfig, database, and entrypoint.testingSet up and write unit & integration tests with Vitest and the Cloudflare workers pool. Use this when configuring vitest projects in the monorepo, setting up service bindings in Miniflare, enabling coverage, or deciding what to assert in unit vs integration tests.troubleshootingFixes for common development errors in the Develit stack. Use this when you hit the drizzle-kit "Could not locate the bindings file" error, or a D1 migration timeout (error 7429) during CD.