Encode Policy V2 banner
PolicyEngine PolicyEngine

Encode Policy V2

Development community

Description

--- description: Implement a new government benefit program with research, approved scope, validation, and review --- # Implementing $ARGUMENTS in PolicyEngine (v2) Compatibility stub. The `encode-policy-v2` skill shipped in this plugin is the real entry point—current Claude Code gives a skill precedence over a same-named command, so this file normally never runs. If it does run on an older Claude Code version, do exactly one thing: invoke the `encode-policy-v2` skill through the Skill tool, p

Installation

Installs to ~/.claude/skills/policyengine-policyengine-claude-encode-policy-v2/SKILL.md

Terminal
mkdir -p ~/.claude/skills/policyengine-policyengine-claude-encode-policy-v2 && curl -fsSL https://raw.githubusercontent.com/PolicyEngine/policyengine-claude/HEAD/commands/encode-policy-v2.md -o ~/.claude/skills/policyengine-policyengine-claude-encode-policy-v2/SKILL.md

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

Full documentation available on GitHub

View Source Repository