원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.