docs-site

Build and configure the Crosswalker documentation site using Astro Starlight.

5|Updated Apr 22, 2025
One-click install
npx skills add https://github.com/cybersader/crosswalker --skill docs-site-cybersader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-site
Source: https://github.com/cybersader/crosswalker/tree/main/.claude/skills/docs-site
Command: npx skills add https://github.com/cybersader/crosswalker --skill docs-site-cybersader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you build, configure, and publish the Crosswalker documentation site using Astro Starlight, consolidating all documentation assets and deployment steps in one place.

Core Features & Use Cases

  • Configured Astro + Starlight theme for Crosswalker docs, including Tailwind styling and plugin support.
  • Structured content layout with guides for getting started, architecture, design decisions, and deployment workflows.
  • Use Case: when you need to add pages, adjust the theme, or troubleshoot the docs build in a monorepo.

Quick Start

Create or edit a docs page under docs/src/content/docs and run bun run build to preview the changes locally.

Frequently Asked Questions about docs-site

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build and configure a documentation site using Astro Starlight?

To build an Astro Starlight documentation site, you configure the Starlight theme, apply Tailwind CSS styling, and structure content under a dedicated docs directory. This setup provides guides for architecture, design decisions, and deployment workflows.

How do I add new pages to an Astro Starlight docs project?

You add new pages to an Astro Starlight docs project by creating or editing Markdown files under the src/content/docs directory. Running the local build command previews the documentation changes before deployment.

Does the Astro Starlight documentation setup support Tailwind CSS and custom plugins?

Yes, the Astro Starlight documentation setup supports Tailwind CSS for styling and includes custom plugin support. This allows you to extend documentation functionality and apply custom utility classes within the Astro 6.x environment.

What is the best way to structure content for a monorepo documentation site?

The best way to structure monorepo documentation is using a structured content layout with dedicated guides for getting started, architecture, and deployment. This organizes documentation assets logically within a modifiable repository.

How do I troubleshoot a failing Astro Starlight docs build?

To troubleshoot a failing Astro Starlight docs build, you modify and test configurations within the docs directory of the modifiable repository. Running the build command locally helps identify and resolve content layout or plugin errors.