agentsclimarketplace

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.

Install
npx -y skills add jukrap/ai-agent-playbook --skill connector-integration-change

Assembled 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

  1. Identify connector type, host runtime, external contract, credential model, scopes, registration metadata, and supported operations.
  2. Review request/response mapping, pagination, rate limits, retries, idempotency, timeout behavior, partial failures, and error wrapping.
  3. Check credential references, secret handling, webhook lifecycle, generated schemas, and discoverability metadata.
  4. 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.