Help us improve
Share bugs, ideas, or general feedback.
From composure
Scaffolds third-party service integrations: detects project language (TypeScript/Python/Go/Rust/Ruby), pulls SDK docs via Context7, chooses tier, generates client/auth/webhooks with error handling/tests.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureHow this skill is triggered — by the user, by Claude, or both
Slash command
/composure:integration-builderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guided workflow for adding third-party service integrations. Detects your project's language and framework, discovers the official SDK, pulls current documentation via Context7, and scaffolds a complete integration with auth, webhooks, error handling, and tests.
Guides third-party integrations: APIs, OAuth, webhooks for Stripe, Slack, Zapier, email providers. Includes build-vs-buy framework, auth flows, and maintenance tips.
Creates new API connectors or providers that match a repository's exact existing integration pattern—layout, config, auth, error handling, tests—without inventing a second architecture.
Add PostHog SDK integration to any application: install package, initialize client, set up provider, and identify users.
Share bugs, ideas, or general feedback.
Guided workflow for adding third-party service integrations. Detects your project's language and framework, discovers the official SDK, pulls current documentation via Context7, and scaffolds a complete integration with auth, webhooks, error handling, and tests.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure integration-builder {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File |
|---|---|
| 1 | 01-identify.md |
| 2 | 02-discover.md |
| 3 | 03-decide.md |
| 4 | 04-scaffold.md |
| 5 | 05-implement.md |
| 6 | 06-test.md |
auth-patterns.mderror-handling.mdintegration-tiers.mdmonorepo-patterns.mdtesting-patterns.mdwebhook-patterns.md