GitHub
Skills harvested from GitHub repositories
14810 skills availableclade-prod-checklist
Before going live with a Claude-powered app, verify every item below. [ ] API key stored in secrets manager (not in code...
clade-performance-tuning
Claude latency has two components: time to first token (TTFT) and tokens per second (TPS). Different strategies target e...
clade-observability
Every messages.create call should be instrumented. Track tokens, latency, cost, model, and errors. import Anthropic from...
clade-migration-deep-dive
Migrate from OpenAI/GPT to Anthropic/Claude. Covers the complete API mapping (endpoints, models, response shapes), SDK s...
clade-local-dev-loop
Set up a fast, cheap development workflow for building with Claude. Node.js 18+ or Python 3.10+ ANTHROPICAPIKEY environm...
clade-incident-runbook
Respond to Anthropic API incidents in production — outages, sustained 529 errors, authentication failures, and timeouts....
clade-enterprise-rbac
Anthropic uses Organizations and Workspaces for access control. API keys are scoped to workspaces. Organization (your-co...
clade-deploy-integration
Claude integrations are stateless API wrappers — a serverless function receives a user request, streams from the Message...
clade-debug-bundle
When you need to file a support ticket or debug a persistent issue, collect these items. Anthropic SDK installed An API ...
clade-core-workflow-a
This skill redirects to clade-model-inference which covers streaming, vision, structured output, and all Messages API pa...
clade-ci-integration
Testing Claude integrations in CI requires handling API keys securely, mocking for unit tests, and making real calls onl...
clade-architecture-variants
Five architecture patterns for Claude-powered applications: Chatbot (stateless API wrapper), RAG (retrieval-augmented ge...
clade-advanced-troubleshooting
Debug complex Claude integration issues that go beyond basic error handling — inconsistent outputs, tool use failures wh...
clari-webhooks-events
Clari does not provide real-time webhooks. Instead, build change detection by comparing periodic exports. This skill cov...
clari-sdk-patterns
Clari has no official SDK -- build typed wrappers around the v4 REST API. These patterns cover the Export API for foreca...
clari-security-basics
Secure your Clari integration: API token management, exported data PII handling, and access control best practices. aws ...
clari-reference-architecture
Production architecture for Clari revenue intelligence integrations: export pipeline design, data warehouse schema, anal...
clari-local-dev-loop
Local development workflow for Clari integrations: mock forecast data for offline testing, schedule recurring exports, a...
clari-rate-limits
The Clari API enforces rate limits per API key. Export jobs are asynchronous and queued server-side, so the primary conc...
clari-install-auth
Set up Clari API access for exporting forecast data, pipeline snapshots, and revenue intelligence to your data warehouse...
clari-core-workflow-a
Primary workflow: build an automated pipeline that exports forecast submissions, quota, adjustments, and CRM data from C...
clari-debug-bundle
Collect Clari API diagnostic information for support: API connectivity, forecast list, job history, and error responses....
clari-common-errors
Diagnostic guide for the most common Clari API issues: authentication failures, empty exports, job timeouts, and data di...
castai-webhooks-events
CAST AI emits events for node lifecycle changes, autoscaler decisions, and security findings. Configure webhook endpoint...