Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This document provides comprehensive context and guidelines for AI agents working on this repository.
Sign in to like and favorite skills
This document provides comprehensive context and guidelines for AI agents working on this repository.
src/ ├── components/ # UI Components │ ├── Hero.tsx # Landing section │ ├── About.tsx # Bio & Skills │ ├── Projects.tsx # Portfolio showcase │ ├── Socials.tsx # Contact/Social links │ ├── Footer.tsx # Site footer │ └── ThemeToggle.tsx # Dark/Light mode switch ├── content/ │ └── profile.ts # CENTRAL SOURCE OF TRUTH for all text/data ├── pages/ # Route components (if any) ├── utils/ # Helper functions ├── App.tsx # Main layout & ThemeProvider setup ├── theme.ts # MUI Theme configuration (Colors, Typography) └── main.tsx # App entry point
pnpm installpnpm dev (Runs on http://localhost:5173)pnpm buildpnpm previewpnpm lint#0077B5#24292ECRITICAL: Do not hardcode text in components.
src/content/profile.ts.src/content/profile.ts.pnpm. Do not use npm or yarn.sx prop or styled components. Avoid plain CSS files unless for global resets (index.css).@mui/icons-material.useMediaQuery or responsive sx values (e.g., width: { xs: '100%', md: '50%' }).pnpm lint before finishing a task to ensure no linting errors.MyComponent.tsx), camelCase for utilities (myUtility.ts).netlify.toml.main.