ワンクリックで
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.