A Codex-native Astro plugin that packages Astro documentation access, reusable workflow skills, and project best practices for day-to-day Astro development.
Connects Codex to the official Astro Docs MCP server so documentation lookup stays inside your workflow.
| Skill | Description |
|---|---|
astro-best-practices |
Applies performant, accessible, and maintainable Astro conventions while planning, writing, or reviewing code |
docs-lookup |
Searches and summarizes Astro documentation using the configured Astro Docs MCP server |
create-component |
Scaffolds Astro components, pages, and layouts with typed props and accessibility checks |
content-collection |
Guides content collection setup with type-safe schemas and query patterns |
add-integration |
Helps add official or community Astro integrations and the required follow-up config |
migrate |
Guides migrations from other frameworks or between Astro versions |
This repository is already wired as a repo-scoped Codex marketplace. The marketplace entry lives at .agents/plugins/marketplace.json and points to the current repo root with source.path: "./".
- Open
/Users/markteekman/Incluud/astro-codex-pluginin Codex. - Restart Codex so it reloads local marketplace files.
- Open the Plugin Directory.
- Choose the
Incluud Pluginsmarketplace. - Install and enable
Astro.
After you change the plugin, restart Codex again so the local install refreshes from the updated repo contents.
astro-codex-plugin/
├── .codex-plugin/plugin.json
├── .mcp.json
├── .agents/plugins/marketplace.json
├── assets/
└── skills/
Look up the Astro docs for content collections and explain the setupCreate an accessible Astro card component with slots and typed propsAdd the Netlify adapter to this Astro project and explain the required configMigrate this page from Next.js to Astro with minimal client-side JavaScript
- Project best practices are packaged as a Codex skill instead of an always-on rule file.
- The Astro Docs MCP server is configured in
.mcp.json. - Visual install assets live in
assets/.
MIT