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.
# Development - runs both Vite dev server and Slice Machine npm run dev # Build for production npm run build # Preview production build npm run preview # Type checking npm run check npm run check:watch # Linting and formatting npm run lint npm run format
This is a SvelteKit project integrated with Prismic CMS for content management. The project uses:
src/routes/ - SvelteKit file-based routing
[[preview=preview]]/ - Preview mode support for Prismic[uid]/ - Dynamic page routing by Prismic UIDsrc/lib/slices/ - Prismic Slice components (managed by Slice Machine)src/lib/prismicio.ts - Prismic client configurationThe repository name is
kindertagespflege-hummelgarten. Content types include:
All data fetching happens server-side in
+page.server.ts files:
load functionsrc/routes/slice-simulator/+page.svelte - DO NOT EDIT - Required for Slice Machinesrc/lib/slices/ - Slice components generated by Slice Machine (edit index.svelte files only)