stacks-docs

Configure and generate Stacks documentation sites with BunPress.

2|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/bughq/bughq --skill stacks-docs-bughq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-docs
Source: https://github.com/bughq/bughq/tree/main/.claude/skills/stacks-docs
Command: npx skills add https://github.com/bughq/bughq --skill stacks-docs-bughq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management, configuration, and generation of documentation for Stacks-based projects, ensuring consistent structure and SEO compliance.

Core Features & Use Cases

  • Configuration Management: Centralizes documentation settings, navigation, and theme customization via config/docs.ts.
  • Documentation Generation: Provides standardized commands to build and serve documentation sites using the BunPress engine.
  • Use Case: When adding a new section to your project documentation, use this Skill to verify your sidebar structure, update SEO metadata, and trigger a local build to preview the changes.

Quick Start

Use the stacks-docs skill to build the documentation site for the current project.

Frequently Asked Questions about stacks-docs

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

FAQPage Schema
How do I configure navigation and sidebar structures for a Stacks documentation site?

Stacks documentation configuration is managed centrally by editing the config/docs.ts file to define sidebar structures, navigation, and theme customization. This ensures consistent layout and SEO metadata across the generated site.

What is the best way to generate and preview documentation using BunPress?

BunPress documentation generation uses standardized build and serve commands provided by the stacks-docs skill. Running a local build outputs the site to the framework-specific build directory for immediate previewing.

Does the Stacks framework automatically handle SEO metadata for documentation sites?

Yes, the Stacks framework facilitates SEO metadata configuration during the documentation generation process. Settings defined in your config/docs.ts file ensure proper SEO compliance for the output site.

How do I add a new section to my Stacks project documentation?

To add a new section, update your source documentation files and verify your sidebar structure in config/docs.ts. Then trigger a local BunPress build to preview the navigation and SEO changes before deploying.

Can I customize the theme of my static documentation site in the Stacks ecosystem?

Yes, static site theme customization is supported through the central configuration file. Managing documentation settings in config/docs.ts allows you to adjust the visual theme and layout of your Stacks project docs.