clade-prod-checklist

Before going live with a Claude-powered app, verify every item below. [ ] API key stored in secrets manager (not in code...

github

clade-performance-tuning

Claude latency has two components: time to first token (TTFT) and tokens per second (TPS). Different strategies target e...

github

clade-observability

Every messages.create call should be instrumented. Track tokens, latency, cost, model, and errors. import Anthropic from...

github

clade-migration-deep-dive

Migrate from OpenAI/GPT to Anthropic/Claude. Covers the complete API mapping (endpoints, models, response shapes), SDK s...

github

clade-local-dev-loop

Set up a fast, cheap development workflow for building with Claude. Node.js 18+ or Python 3.10+ ANTHROPICAPIKEY environm...

github

clade-incident-runbook

Respond to Anthropic API incidents in production — outages, sustained 529 errors, authentication failures, and timeouts....

github

clade-enterprise-rbac

Anthropic uses Organizations and Workspaces for access control. API keys are scoped to workspaces. Organization (your-co...

github

clade-deploy-integration

Claude integrations are stateless API wrappers — a serverless function receives a user request, streams from the Message...

github

clade-debug-bundle

When you need to file a support ticket or debug a persistent issue, collect these items. Anthropic SDK installed An API ...

github

clade-core-workflow-a

This skill redirects to clade-model-inference which covers streaming, vision, structured output, and all Messages API pa...

github

clade-ci-integration

Testing Claude integrations in CI requires handling API keys securely, mocking for unit tests, and making real calls onl...

github

clade-architecture-variants

Five architecture patterns for Claude-powered applications: Chatbot (stateless API wrapper), RAG (retrieval-augmented ge...

github

clade-advanced-troubleshooting

Debug complex Claude integration issues that go beyond basic error handling — inconsistent outputs, tool use failures wh...

github

clari-webhooks-events

Clari does not provide real-time webhooks. Instead, build change detection by comparing periodic exports. This skill cov...

github

clari-sdk-patterns

Clari has no official SDK -- build typed wrappers around the v4 REST API. These patterns cover the Export API for foreca...

github

clari-security-basics

Secure your Clari integration: API token management, exported data PII handling, and access control best practices. aws ...

github

clari-reference-architecture

Production architecture for Clari revenue intelligence integrations: export pipeline design, data warehouse schema, anal...

github

clari-local-dev-loop

Local development workflow for Clari integrations: mock forecast data for offline testing, schedule recurring exports, a...

github

clari-rate-limits

The Clari API enforces rate limits per API key. Export jobs are asynchronous and queued server-side, so the primary conc...

github

clari-install-auth

Set up Clari API access for exporting forecast data, pipeline snapshots, and revenue intelligence to your data warehouse...

github

clari-core-workflow-a

Primary workflow: build an automated pipeline that exports forecast submissions, quota, adjustments, and CRM data from C...

github

clari-debug-bundle

Collect Clari API diagnostic information for support: API connectivity, forecast list, job history, and error responses....

github

clari-common-errors

Diagnostic guide for the most common Clari API issues: authentication failures, empty exports, job timeouts, and data di...

github

castai-webhooks-events

CAST AI emits events for node lifecycle changes, autoscaler decisions, and security findings. Configure webhook endpoint...

github