Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
6
- **Review generated diff**
Sign in to like and favorite skills
This document keeps track of the manual steps we expect every agent to perform after the Recall SDK client is regenerated (for example, when schemas change or new endpoints are added). Follow the checklist to keep the repository consistent.
Review generated diff
src/generated/** to understand new/renamed/removed endpoints or types.Update the
wrapperRecallSdk
bot, calendar.events, calendar.accounts, etc.) expose any newly generated operations.IdempotentRequestOptions signature and forward idempotencyKey headers so retries stay safe.src/generated/sdk.gen.ts into the corresponding wrapper JSDoc so the surfaced helpers stay documented.npm run tc to confirm TypeScript stays happy. If meaningful behavior changed, add/update tests.Refresh documentation
README.md usage examples and API descriptions with the latest wrapper surface.Regenerate distribution artifacts
npm run build to refresh dist/** after you finish manual edits.schemas/openapi.json was updated if new endpoints were added.Pre-publish checks
npm run lint and npm run test when applicable.Communicate
Keep this file updated whenever the workflow changes so future agents know the latest expectations.