Convert an existing project into the dryforge documentation system: read the codebase, elicit what code can't reveal, and generate a project harness (CLAUDE.md / AGENTS.md + docs/ + per-module AGENTS.md). Use when the user invokes the migration skill on an existing project. Requires git.
$npx -y skills add fn-opt/dryforge --skill migrationInstalls into the current project.
Run `npx skills use "https://github.com/fn-opt/dryforge" --skill "fn-opt/dryforge/migration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fn-opt/dryforge" that are relevant to the current task. Run `npx skills add "https://github.com/fn-opt/dryforge"` and select the relevant skills, then follow their instructions.