Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
yarn app:dev: Run Next.js development serveryarn app:build: Build the Next.js applicationyarn app:start: Start production serveryarn test:unit: Run unit testsyarn test:integration: Run integration testsyarn test:e2e: Run end-to-end testsyarn app:lint: Run ESLint + TypeScript checksyarn app:format: Auto-format codeAlways run linting before committing changes.