# Astro

> Rules to develop astro projects Use when this capability is needed.

- Skill: `tomevault-io/astro-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/astro-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/astro-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/astro-2

---


## Astro Project Instructions

* Use TypeScript.
* Refer to [Astro documentation](https://docs.astro.build) for framework-specific questions.
* By default, if the page type is not specified, created pages should be in a `mdx` format
* If a new React component need to be created, it should be stored in a subdirectory of the `src/components`
  directory. The React subdirectory component should have the same name as the component. For instance, a `H1`
  component would be stored as  `src/components/H1/H1.jsx`. All other dependency files of the React component should
  be stored in the same directory as sibling.
  For instance, a stylesheet should be stored as `src/components/H1/H1.css`
* For styling, use bootstrap class. Refer to [Bootstrap documentation](https://getbootstrap.com/docs/5.3/) for framework-specific questions.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/gerardnico) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

