Documentation site for the AI Coding Skills open-source initiative.
- Site: https://aicodingskills.dev
- Stack: Astro + Starlight + starlight-theme-next
- Output: fully static
npm install
npm run devnpm run build
npm run previewThe static site is written to dist/.
- Connect the
AI-Coding-Skills/websiterepository. - Build command:
npm run build - Output directory:
dist - Node.js version:
22or newer (required bystarlight-theme-next) - Attach the custom domain
aicodingskills.dev
- Build with
npm run build. - Publish the
dist/directory (GitHub Action or Pages from a branch/artifact). - Configure the custom domain
aicodingskills.dev.
Because the site uses a custom apex domain, keep Astro site set to https://aicodingskills.dev and do not set a non-root base path.
Documentation is organized so platforms stay outside language trees:
- Platforms:
src/content/docs/platforms/ - Java frameworks, skills, examples, guides:
src/content/docs/languages/java/
See Contributing for contribution guidelines.