incus-doc

Solid

Ground AI responses and scripts in offline authoritative Incus CLI help and documentation. Must be loaded before using incus, writing scripts that invoke incus CLI commands, invoking incus CLI commands directly, or answering questions about incus. Reduces hallucinations by routing all claims through verified reference files.

Data & Documents 3 stars 0 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 80/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Skill: incus-doc - **Purpose:** Ground every Incus-related answer, command, and script in authoritative CLI help and documentation to eliminate hallucinations. - **Use when:** The user asks a question about Incus, asks to write a script using incus CLI commands, asks to run incus commands, or any context where Incus is mentioned. - **Don't use when:** The question is purely about general Linux/container concepts unrelated to Incus syntax or behavior. - **Success looks like:** Every incus CLI invocation, flag, subcommand, and configuration option is verified against the skill's reference files before being emitted; no fabricated flags, subcommands, or behaviors. ## Inputs This skill does not require explicit inputs — it activates on context (incus mentions). The skill's own reference files serve as the input. **Assumptions:** - The `references/` directory within the skill folder (`incus-doc/references/`) exists and is up to date. - `incus-doc/references/cli-help.md` contains the authoritative list of all incus commands and subcommands with links to per-command help in `incus-doc/references/cli/`. - `incus-doc/references/cli-man.md` contains the authoritative list of all incus man pages with links to per-command man pages in `incus-doc/references/man/`. - `incus-doc/references/docs/index.md` contains the authoritative documentation tree with links to markdown files in `incus-doc/references/docs/`. ## Output **Format:** Grounded answer / corrected script / verified comma...

Details

Author
fruafr
Repository
fruafr/skills
Created
3 weeks ago
Last Updated
2 days ago
Language
Shell
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category