Creates or modifies infrastructure adapters in src/infrastructure/adapters/ and their corresponding port interfaces in src/domain/ports/. Use when adding a new I/O boundary (file system, HTTP, git, npm, OS), changing how an existing adapter translates errors, or wiring a new adapter into createDeps. Do NOT use for business orchestration — use use-case instead. Do NOT use for creating domain types — use domain-model instead.
$npx -y skills add ai-driven-dev/framework --skill adapterInstalls into the current project.
Run `npx skills use "https://github.com/ai-driven-dev/framework" --skill "ai-driven-dev/framework/adapter"` 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.