fls-build-links

Build, serve, and link-check FLS documentation as a static site.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/PLeVasseur/opencode-project-agents --skill fls-build-links
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fls-build-links
Source: https://github.com/PLeVasseur/opencode-project-agents/tree/main/fls/skills/fls-build-links
Command: npx skills add https://github.com/PLeVasseur/opencode-project-agents --skill fls-build-links

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds, serves, and validates the FLS documentation to ensure it is accessible, up-to-date, and free of broken links.

Core Features & Use Cases

  • Build the FLS docs into a static site for local preview.
  • Serve the built site locally to test navigation and rendering.
  • Run automatic link-checks to detect and fix broken references in the documentation.

Quick Start

Run the default build, serve, and link-check workflow to generate the site and verify links.

Frequently Asked Questions about fls-build-links

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

FAQPage Schema
How do I build a static site from Markdown for local preview?

To build a static site from Markdown for local preview, you need to compile the documentation project into deterministic HTML files, serve the built site locally, and verify navigation and rendering. This process ensures the documentation is accessible and up-to-date.

How do I automate link-checking for Markdown documentation?

Automate link-checking for Markdown documentation by running a verification workflow that scans the built static site to detect broken references. This automated link verification ensures all internal and external references in the documentation remain valid and accessible.

What is required to validate YAML frontmatter and Markdown structure in documentation?

Validating YAML frontmatter and Markdown structure requires a deterministic execution process that checks for required frontmatter presence and enforces Markdown structure rules. This validation happens during the build phase to ensure safe, reliable static-site generation.

Can I serve a built static site locally for documentation testing?

Yes, you can serve a built static site locally to test navigation and rendering. Local serving allows you to verify that the documentation site functions correctly and is accessible before deploying it to a production environment.

Does this documentation build process require external dependencies?

No, the documentation build process does not require external dependencies. It operates with zero dependencies, ensuring safe and deterministic execution while handling YAML frontmatter validation, Markdown structure checks, and automated link verification.