Connector integration change
Skill jukrap/ai-agent-playbook/skills/backend/connector-integration-change
Reusable AI agent skills, project templates, and guardrails for safer software maintenance and delivery.
npx -y skills add jukrap/ai-agent-playbook --skill connector-integration-changeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when changing API connectors, MCP adapters, webhooks, OAuth apps, import/export bridges, sync jobs, third-party integrations, or credential handling.
SKILL.md
1.3 KB, as published. Nobody here has run it
Connector Integration Change
Use this as the primary backend skill for connector, adapter, webhook, and integration contract changes.
Workflow
- Identify connector type, host runtime, external contract, credential model, scopes, registration metadata, and supported operations.
- Review request/response mapping, pagination, rate limits, retries, idempotency, timeout behavior, partial failures, and error wrapping.
- Check credential references, secret handling, webhook lifecycle, generated schemas, and discoverability metadata.
- Verify with contract examples, mocked or sandbox calls, integration tests, and release notes appropriate to the project.
Reference
Read references/connector-contract-checks.md for connector contract, metadata, operation, and compatibility review.
Read references/credential-webhook-error-handling.md for credential, webhook lifecycle, retry, and error handling checks.
Read references/stateful-server-thin-client.md when an integration splits local clients, server-owned state, queues, caches, indexes, connector jobs, and credential resolution.