Vf Setup banner
krzemienski krzemienski

Vf Setup

Development community

Description

--- name: vf-setup description: Setup and configure ValidationForge for a project or globally triggers: - "setup validationforge" - "vf setup" - "configure validation" - "install validationforge" --- # ValidationForge Setup The only command you need to learn. After running this, validation enforcement is automatic. **When this skill is invoked, immediately execute the workflow below.** ## Pre-Setup Check ```bash CONFIG_FILE="$HOME/.claude/.vf-config.json" if [ -f "$CONFIG_FILE" ];

Installation

Installs to ~/.claude/skills/krzemienski-validationforge-vf-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/krzemienski-validationforge-vf-setup && curl -fsSL https://raw.githubusercontent.com/krzemienski/validationforge/HEAD/commands/vf-setup.md -o ~/.claude/skills/krzemienski-validationforge-vf-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository