Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This is a Hono + Prisma + Kysely backend project with TypeScript and PostgreSQL. When working on this codebase, you must adhere to the established conventions and patterns.
Sign in to like and favorite skills
This is a Hono + Prisma + Kysely backend project with TypeScript and PostgreSQL. When working on this codebase, you must adhere to the established conventions and patterns.
ALWAYS do
pnpm test run <file_path> or pnpm test run for all.
ALWAYS follow the structure and conventions defined in
README.project-structure.md when:
ALWAYS check the
rules/ folder for specific implementation patterns before:
rules/controllers-and-routes.mdrules/data-access-via-db.md or rules/data-access-via-api.mdrules/service-layer.mdrules/testing-data-access-layer.mdWhen generating or modifying code:
kebab-case (use _kebab-case for feature-specific modules)PascalCasecamelCasesnake_case for tables, columns, query params, and request bodypnpmAlways:
README.project-structure.mdrules/ folderpnpm check:allFollow this checklist:
pnpm build - Build for productionpnpm test - Run testspnpm format - Format code with Prettierpnpm check:all - Run all checks concurrently for TypeScript, Lint and Check SpellRemember: Consistency and adherence to established patterns is crucial for maintaining a clean, scalable codebase.