Writes tests to increase code coverage. Activates when the user asks to improve code coverage or to write tests.
Writes Git commit messages. Activates when the user asks to write a commit message, draft a commit message, or similar.
메뉴
2개 GitHub 저장소에서 수집된 4개 skills를 저장소 단위로 보여줍니다.
수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.
Writes tests to increase code coverage. Activates when the user asks to improve code coverage or to write tests.
Writes Git commit messages. Activates when the user asks to write a commit message, draft a commit message, or similar.
Implement a new Airfoil producer connector end-to-end. Use when the user asks to build, add, scaffold, create, or port a connector/producer/integration for any SaaS API (Stripe, Shopify, GitHub, Intercom, HubSpot, Linear, Polar, custom, etc.) in this monorepo. Copies templates/producer-template/, researches the real API, wires Effect v4 Config + HttpClient + Resource.entity/Fetch.page + Webhook.route, and finishes with deterministic replay tests (VCR for REST/GraphQL, fixtures/mocks for gRPC).
Diagnose and repair existing Airfoil producer connector failures using traces, connector-local guidance, provider docs/changelogs, fixtures, and deterministic tests. Use when a connector is failing because upstream API or webhook data changed, schemas no longer decode, transforms crash, pagination/auth/version behavior drifted, provider SDK behavior changed, or a trace needs to be mapped to a minimal connector fix.