一键导入
mdx
Rules for structuring content, using frontmatter, and handling rich text formatting.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Rules for structuring content, using frontmatter, and handling rich text formatting.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guidelines for writing and structuring Astro components, pages, layouts, routing, and data fetching in this project.
Instructions on leveraging DaisyUI predefined components and handling theming.
Instructions on how to run and fix formatting/linting using prettier and eslint.
Best practices and conventions for styling the project using Tailwind CSS v4.
TypeScript conventions, strictness rules, and interface/type definitions.
| name | mdx |
| description | Rules for structuring content, using frontmatter, and handling rich text formatting. |
The project uses @astrojs/mdx for content authoring, allowing the integration of components inside Markdown.
rehype-pretty-code and transformerCopyButton is enabled..astro components inside .mdx files.The project uses the Astro MDX integration. When generating or modifying .mdx files, fetch and utilize the official documentation. Because MDX files frequently interact with core Astro features (Layouts, Components, Routing), you should consult both the overarching Astro LLM docs and the specific MDX guide:
https://docs.astro.build/llms.txthttps://docs.astro.build/en/guides/integrations-guide/mdx/If encountering an issue with configuring or using .mdx inside this Astro project, read the contents of these URLs for accurate context.