fashionmascherine-svg

Formalswarm Validate — Development skill for Claude Code

Development community

Run the offline FormalSwarm validators (zero agent calls).

How to install Formalswarm Validate

Installs to ~/.claude/skills/fashionmascherine-svg-formalswarm-formalswarm-validate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fashionmascherine-svg-formalswarm-formalswarm-validate && curl -fsSL https://raw.githubusercontent.com/fashionmascherine-svg/formalswarm/HEAD/commands/formalswarm-validate.md -o ~/.claude/skills/fashionmascherine-svg-formalswarm-formalswarm-validate/SKILL.md

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

What Formalswarm Validate does


description: Run the offline FormalSwarm validators (zero agent calls)

FormalSwarm — prove the protocol offline

FORMALSWARM_ROOT="${CLAUDE_PLUGIN_ROOT:-${ZCODE_PLUGIN_ROOT:-$(node -p "require('path').dirname(require.resolve('formalswarm/package.json'))" 2>/dev/null)}}"
node "$FORMALSWARM_ROOT/core/bin/formalswarm.js" validate

This executes the body against deterministic mocks and exercises the round driver — budget, partitions, synthesis skipping, fail-closed rollup, check

Alternatives in Development

  • Epic Validate — Validate epic readiness, dependencies, and coordination policy 243.5k ★
  • Offline — PUA 离线模式 — 关闭所有联网反馈/排行榜上报,保留本地 PUA 行为 19.5k ★
  • Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★

Full documentation available on GitHub

View Source Repository