docs-site

Automate creation and maintenance of Astro-based PeekAndPoke docs pages.

6|3|Updated Aug 9, 2019
One-click install
npx skills add https://github.com/PeekAndPoke/ultra --skill docs-site
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-site
Source: https://github.com/PeekAndPoke/ultra/tree/main/.claude/skills/docs-site
Command: npx skills add https://github.com/PeekAndPoke/ultra --skill docs-site

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams manage and evolve the PeekAndPoke docs site by automating page creation, library updates, and consistent navigation across an Astro-based site.

Core Features & Use Cases

  • Create and update library overview pages under docs-site, including new per-library segments.
  • Update navigation and sidebars to reflect new libraries, sections, and content structure.
  • Enforce a single source of truth for versions, dependencies, and URLs via src/data/site.ts, and guide consistent content across pages.

Quick Start

Create or update a library page on the docs site and run the docs-site build to publish changes.

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 update an Astro documentation site automatically?

To build and update an Astro documentation site, you can automate page creation, library updates, and consistent navigation across pages. This ensures the site structure remains synchronized as new content sections are added.

How do I manage site navigation and sidebars when adding new library pages?

Managing site navigation and sidebars involves updating the navigation configuration to reflect new libraries and content sections. This maintains a consistent structure across all Astro-based documentation pages.

What is the best way to maintain a single source of truth for versions and dependencies on a docs site?

The best way to maintain a single source of truth for versions and dependencies is to centralize the data in a dedicated file like src/data/site.ts. This ensures all pages reference consistent URLs and version information.

Do I need pnpm to run the build workflow for an Astro docs site?

Yes, you need pnpm to run the build workflow for this Astro docs site. The build process requires a pnpm-based workflow to properly install dependencies and publish the documentation changes.

Can I add new sections to existing library overview pages on the docs site?

Yes, you can add new sections to existing library overview pages. The process involves creating or updating per-library segments under the docs-site directory to expand the documentation content structure.