> Reference: DEPRECATED — use `/draft` instead. This skill has been folded into the draft skill, which handles practice-area document generation including form population. Kept as a redirect for migration.
Install with the open skills CLI (global, non-interactive — available in every Claude Code session):
npx skills add anthropics/claude-for-legal --skill "form-generation" -g -a claude-code -yOr manually — copy the SKILL.md below into:
~/.claude/skills/form-generation/SKILL.md---
name: form-generation
description: >
Reference: DEPRECATED — use `/draft` instead. This skill has been folded into
the draft skill, which handles practice-area document generation including
form population. Kept as a redirect for migration.
user-invocable: false
---
# [DEPRECATED] Form Generation → see `/draft`
This skill was folded into `skills/draft/` during the v2 rebuild. The `/draft`
command handles first-draft generation for all clinic documents including form
population (asylum applications, eviction answers, protective order petitions,
etc.) with practice-area templates and jurisdiction-aware formatting.
**Use `/draft [document type]` instead.**
See `skills/draft/SKILL.md` for the full workflow.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when executing implementation plans with independent tasks in the current session