What problem does it solve?
This Skill helps you create or update a hatch3r platform adapter that reliably generates the correct files, integrates MCP configuration, and passes the required D09 verification checklist.
Core Features & Use Cases
- Adapter contract implementation: Guides you to implement
BaseAdapter methods like doGenerate() and getOutputPaths() and to follow canonical reading, customization, and MCP transformation flows.
- Platform documentation-driven accuracy: Directs web research to ensure you match each target platform’s configuration formats, capability support, hooks/events, and model syntax, with version/date citation.
- Reference-based engineering and verification: Recommends studying existing adapters and running adapter validation plus D09 checklist verification to confirm output paths, format, feature flags, bridge orchestration, MCP handling, secrets, and hooks.
Quick Start
Ask the AI to write a new hatch3r adapter named {name} by researching the target platform, implementing src/adapters/{name}.ts, wiring it into src/adapters/index.ts, and adding src/__tests__/adapters/{name}.test.ts before running npx hatch3r validate.