Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
21
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.
pnpm dev or npm run devpnpm build or npm run buildpnpm start or npm run startpnpm lint or npm run lintNote: This project uses pnpm as the preferred package manager (evident from pnpm-lock.yaml).
This is a Next.js 14 portfolio website with the following key characteristics:
├── app/ # Next.js App Router │ ├── globals.css # Global styles with CSS variables │ ├── layout.tsx # Root layout component │ ├── page.tsx # Home page component │ └── loading.tsx # Loading UI ├── components/ # React components │ └── theme-provider.tsx # next-themes provider ├── lib/ │ └── utils.ts # Utility functions (cn helper) ├── styles/ │ └── globals.css # Additional global styles └── public/ # Static assets
tw-animate-css for animations@/* maps to root directoryThe project includes comprehensive Radix UI components suggesting it's set up for complex UI interactions: