Creates or modifies pure string-transform functions in domain/formats/. Use when adding a new format module (toml, markdown, json, placeholders, command), implementing a lossless round-trip transform and its inverse, or writing exhaustive unit tests for an existing pure function. Do NOT use for capability classes — use capability instead. Do NOT use for AI tool definitions — use tool instead. Do NOT use for I/O-bearing code — use adapter instead.
$npx -y skills add ai-driven-dev/framework --skill formatInstalls into the current project.
Run `npx skills use "https://github.com/ai-driven-dev/framework" --skill "ai-driven-dev/framework/format"` 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/ai-driven-dev/framework" that are relevant to the current task. Run `npx skills add "https://github.com/ai-driven-dev/framework"` and select the relevant skills, then follow their instructions.