Skip to content

Commands

Agent Skills uses just as its task runner. Run just (or just help) in the repository root to list every recipe.

Development

CommandDescription
just installInstall the toolchain (EditorConfig, markdown/spell, YAML, Actions, and skill-validation tools, plus Vale packages).
just fmtFormat code: editorconfig-cli, dprint fmt, and just --fmt.
just lintLint code: markdownlint, yamllint, actionlint, cspell, and Vale.
just checkCheck skills and formatting: skill-validator check --strict, EditorConfig, dprint check, and just --fmt --check.
just validateValidate skills: structure, links, content, and contamination analysis.
just evaluate *argsScore skills with skill-validator score evaluate (Claude CLI provider).
just linksBuild the docs site and link-check it (plus root and skill Markdown) with lychee. Requires lychee installed.
just ciRun the full local gate: fmt, lint, check, and validate.

Documentation

CommandDescription
just docs devServe the docs site with hot reload (set DOCS_PORT to change the port).
just docs buildBuild the static docs site into docs/.vitepress/dist/.
just docs previewPreview the built docs site locally.

The CI pipeline mirrors the local gates; see CI/CD for how these run on GitHub Actions.

Portable skills for AI coding agents.