longhorn-user-docs

Fetch version-aware Longhorn user documentation from local and online sources.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/COLDTURNIP/longhorn-workspace --skill longhorn-user-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: longhorn-user-docs
Source: https://github.com/COLDTURNIP/longhorn-workspace/tree/main/.opencode/skills/longhorn-user-docs
Command: npx skills add https://github.com/COLDTURNIP/longhorn-workspace --skill longhorn-user-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users access Longhorn user documentation by automatically selecting the correct version from local Markdown sources and the official longhorn.io/docs, avoiding confusion across multiple doc versions.

Core Features & Use Cases

  • Version-aware documentation lookup: fetches user docs from the local repository and remote sources based on the requested version.
  • Version normalization: strips v prefixes and resolves MAJOR.MINOR to the maximum available micro version, using active docs first and archives as fallback.
  • Source-awareness: clearly references both local docs under longhorn/website/content/docs and the official online docs when needed.

Quick Start

Request Longhorn user docs for a specific version, for example: "Show me the installation guide for Longhorn 1.12.0" or "Fetch the latest active user docs."

Frequently Asked Questions about longhorn-user-docs

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

FAQPage Schema
How do I fetch Longhorn user documentation for a specific version?

To fetch Longhorn user documentation for a specific version, request the docs by specifying the version number. The Skill retrieves the correct documentation from local repository sources or the official longhorn.io/docs website.

How does version normalization work for Longhorn docs lookup?

Version normalization for Longhorn docs lookup works by stripping the leading v prefix from your input. It then resolves a provided MAJOR.MINOR version to the maximum available micro version, prioritizing active documentation before falling back to archives.

Can I access Longhorn documentation from local repository sources?

Yes, you can access Longhorn documentation from local repository sources. The Skill fetches user docs directly from the local Markdown files located under longhorn/website/content/docs, ensuring you retrieve the correct version locally.

What happens if I request an archived Longhorn documentation version?

If you request an archived Longhorn documentation version, the Skill prioritizes active docs first and uses the archived version as a fallback. This ensures you still retrieve the requested documentation even if it is no longer the active release.

Does the Longhorn docs lookup support resolving a major minor version to the latest patch?

Yes, the Longhorn docs lookup supports resolving a MAJOR.MINOR version to the latest patch. It automatically maps your input to the maximum available micro version, fetching the most recent documentation for that release branch.