Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
A Next.js-based development blog and portfolio site for Zion Emond, derived from the **tailwind-nextjs-starter-blog** template and highly customized ([GitHub repo](https://github.com/WarriorAchilles/dev-blog)).
Sign in to like and favorite skills
A Next.js-based development blog and portfolio site for Zion Emond, derived from the tailwind-nextjs-starter-blog template and highly customized (GitHub repo).
.devcontainer/, .github/, .husky/, .vscode/, .yarn/releases/: Dev environment and workflow tooling.app/, components/, layouts/, faq/, data/, scripts/: Main application logic and content organization.css/tailwind.css: Tailwind CSS entry point—used instead of tailwind.config.js.public/static/: Static assets for deployment..env.example, .gitignore, LICENSE, README.md, contentlayer.config.ts, eslint.config.mjs, jsconfig.json, next-env.d.ts, next.config.js, package.json, package-lock.json, postcss.config.js, prettier.config.js, tsconfig.json.css/tailwind.css, processed through PostCSS
@tailwindcss/forms v0.5.9@tailwindcss/postcss v4.0.5@tailwindcss/typography v0.5.15prettier-plugin-tailwindcsscontentlayer2 v0.5.5 with next-contentlayer2three, @react-three/fiber, @react-three/drei, ogl, gsapremark, rehype ecosystem (KaTeX, math, syntax highlighting, etc.)openai v5.0.1 for AI integrationpliny v0.4.1 for RSS, sitemap, metadatabody-scroll-lock, gray-matter, reading-time, github-slugger, and others for UI and content handlingFrom
package.json:
npm run dev # Launches the development server npm run start # Alias for next dev npm run build # Builds for production and runs postbuild script npm run serve # Starts production server npm run analyze # Builds with bundle analyzer enabled npm run lint # Runs ESLint (with auto-fix) across key directories npm run prepare # Installs Husky git hooks