Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
<Documents>
Sign in to like and favorite skills
Please also reference the following documents as needed. In this case,
@ stands for the project root directory.
As this project's AI coding tool, you must follow the additional conventions below, in addition to the built-in functions.# 项目结构与开发约定(Stella / Astro)
packageManager 字段)。
pnpm installpnpm devpnpm buildpnpm previewsrc/components(通用组件与 ui/ 下的 shadcn 组件)src/content(Markdown/资产内容)src/layouts(main.astro、pages.astro、article.astro)src/pages(基于文件系统路由)src/styles(global.css)src/utils、src/libplugin/(remark-modified-time.ts、remark-reading-time.ts)public// → src/pages/index.astro/about → src/pages/about.mdx/posts 列表 → src/pages/posts/index.astro/posts/:slug... 详情(动态) → src/pages/posts/[...slug].astro/snippets 列表 → src/pages/snippets/index.astro/snippets/:slug... 详情(动态) → src/pages/snippets/[...slug].astrosrc/content/posts(含 .md 与配图等资产)src/content/snippetspnpm run fix:prettier。