arckit-pages

Generate a static documentation website from ArcKit repository content.

2.1k|266|Updated Oct 14, 2025
One-click install
npx skills add https://github.com/tractorjuice/arc-kit --skill arckit-pages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arckit-pages
Source: https://github.com/tractorjuice/arc-kit/tree/main/arckit-codex/skills/arckit-pages
Command: npx skills add https://github.com/tractorjuice/arc-kit --skill arckit-pages

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of a comprehensive documentation website for the ArcKit repository, making project artifacts easily discoverable and navigable.

Core Features & Use Cases

  • Automated Site Generation: Creates a static HTML documentation site with a dashboard, document viewer, and Mermaid diagram support.
  • Content Indexing: Discovers and indexes guides, global documents, and project-specific artifacts.
  • Use Case: After making changes to project documentation, run this Skill to regenerate the documentation site, ensuring it's up-to-date and accessible to stakeholders.

Quick Start

Generate the documentation site for this ArcKit repository.

Frequently Asked Questions about arckit-pages

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

FAQPage Schema
How do I generate a static documentation website from a repository?

Generate a static documentation website by indexing repository content like guides and project artifacts, then rendering an index.html with navigation and a dashboard for accessible project documentation.

Does this documentation site generation support Mermaid diagrams?

Yes, documentation site generation supports Mermaid diagrams, rendering them directly within the static HTML output alongside global documents and project artifacts for visual governance tracking.

Can I apply GOV.UK Design System styling to project documentation?

Yes, you can apply GOV.UK Design System styling to project documentation. The generated static site renders an index.html following GOV.UK governance styling standards automatically.

How does content indexing work for static site generation?

Content indexing for static site generation works by discovering guides, global documents, and project artifacts, then indexing them into a manifest.json file to structure the dashboard and document viewer.

What is the best way to update project artifacts in a documentation site?

The best way to update project artifacts in a documentation site is to run the generation process after making changes, regenerating the static site and manifest.json to ensure stakeholders see current information.