Skip to content

Skills

xlflow skill install installs the bundled xlflow Skill for agent tools. The Skill is a thin orchestration layer: it directs an agent through the normal proof loop and the safety decisions that apply to most Excel/VBA work, while xlflow itself remains the source of truth for command syntax, diagnostics, and enforcement. It includes a compact, executable session-first command sequence and a purpose-to-command capability map so an agent unfamiliar with xlflow can safely begin the normal development loop without first reconstructing it from command documentation.

The normal loop is: orient, analyze structural impact when relevant, edit source artifacts, validate, push or import, run focused verification, inspect workbook results when relevant, perform broader verification, then save and stop the session.

The installed Skill loads specialized guidance only when the task requires it:

TaskReference
Tests and test failuresreferences/testing.md
Formula-driven behaviorreferences/formulas.md
UserForm design and inspectionreferences/forms.md
Interactive dialogs and unattended UIreferences/xlflow-ui.md
Runtime diagnosticsreferences/debugging.md
Recovery-required statereferences/recovery.md
Call graph, impact, and dependenciesreferences/code-analysis.md

This structure keeps detailed workflows available without turning SKILL.md into a CLI reference. In particular, recovery remains fail-closed: when xlflow reports that recovery is required, stop normal workbook operations and follow the recovery reference.

Supported provider targets:

Agent targetInstall path
agents.agents/skills/xlflow
codex.codex/skills/xlflow
claude.claude/skills/xlflow
cursor.cursor/skills/xlflow
gemini.gemini/skills/xlflow

Use --force only when you intentionally want to overwrite an existing installed skill.

Released under the MIT License.