Source

jeremylongshore/tons-of-skills-marketplace

3,201 skills · 56.1K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
clade-install-auth Install and configure the Anthropic SDK for Claude API access. Use when setting up Claude integration, configuring AP…
jeremylongshore/tons-of-skills-marketplace
2
2
clade-known-pitfalls Common mistakes when building with the Anthropic API and how to avoid them. Use when working with known-pitfalls patt…
jeremylongshore/tons-of-skills-marketplace
2
3
clade-load-scale Scale Claude usage for high-throughput applications — batches, queues, Use when working with load-scale patterns. con…
jeremylongshore/tons-of-skills-marketplace
2
4
clade-local-dev-loop Set up a fast local development loop for building with the Anthropic API — Use when working with local-dev-loop patte…
jeremylongshore/tons-of-skills-marketplace
2
5
clade-migration-deep-dive Migrate from OpenAI/GPT to Anthropic/Claude — API differences, Use when working with migration-deep-dive patterns. pr…
jeremylongshore/tons-of-skills-marketplace
2
6
clade-model-inference Stream Claude responses, use system prompts, handle multi-turn conversations, Use when working with model-inference p…
jeremylongshore/tons-of-skills-marketplace
2
7
clade-multi-env-setup Configure Claude across dev, staging, and production with different Use when working with multi-env-setup patterns. m…
jeremylongshore/tons-of-skills-marketplace
2
8
clade-observability Monitor Claude API calls — log tokens, latency, costs, errors, and Use when working with observability patterns. set …
jeremylongshore/tons-of-skills-marketplace
2
9
clade-performance-tuning Optimize Anthropic API latency — streaming, prompt caching, model selection, Use when working with performance-tuning…
jeremylongshore/tons-of-skills-marketplace
2
10
clade-policy-guardrails Implement content safety guardrails for Claude — input filtering, Use when working with policy-guardrails patterns. o…
jeremylongshore/tons-of-skills-marketplace
2
11
clade-prod-checklist Production readiness checklist for Claude-powered applications — Use when working with prod-checklist patterns. error…
jeremylongshore/tons-of-skills-marketplace
2
12
clade-rate-limits Handle Anthropic rate limits — understand tiers, implement backoff, Use when working with rate-limits patterns. optim…
jeremylongshore/tons-of-skills-marketplace
2
13
clade-reference-architecture Build Claude Code plugins — skills, agents, MCP servers, hooks, and slash commands. Use when working with reference-a…
jeremylongshore/tons-of-skills-marketplace
2
14
clade-reliability-patterns Build fault-tolerant Claude integrations — retries, circuit breakers, Use when working with reliability-patterns patt…
jeremylongshore/tons-of-skills-marketplace
2
15
clade-sdk-patterns Production-ready Anthropic SDK patterns — client config, retries, timeouts, Use when working with sdk-patterns patter…
jeremylongshore/tons-of-skills-marketplace
2
16
clade-security-basics Secure your Anthropic integration — API key management, input validation, Use when working with security-basics patte…
jeremylongshore/tons-of-skills-marketplace
2
17
clade-upgrade-migration Upgrade Anthropic SDK versions and migrate between Claude model generations. Use when working with upgrade-migration …
jeremylongshore/tons-of-skills-marketplace
2
18
clade-webhooks-events Use Anthropic Message Batches for async bulk processing and event handling. Use when working with webhooks-events pat…
jeremylongshore/tons-of-skills-marketplace
2
19
clari-hello-world Export your first Clari forecast and pipeline snapshot. Use when testing Clari API connectivity, pulling forecast dat…
jeremylongshore/tons-of-skills-marketplace
2
20
clari-install-auth Configure Clari API authentication with API key and set up export access. Use when connecting to the Clari API, gener…
jeremylongshore/tons-of-skills-marketplace
2
21
clari-local-dev-loop Set up local development for Clari API integrations with mock data. Use when building forecast dashboards, testing ex…
jeremylongshore/tons-of-skills-marketplace
2
22
clari-prod-checklist Production readiness checklist for Clari API integrations. Use when launching a Clari data pipeline, validating expor…
jeremylongshore/tons-of-skills-marketplace
2
23
clari-rate-limits Handle Clari API rate limits with backoff and export job scheduling. Use when hitting 429 errors, optimizing export f…
jeremylongshore/tons-of-skills-marketplace
2
24
clari-reference-architecture Reference architecture for Clari revenue intelligence integrations. Use when designing a forecast data platform, plan…
jeremylongshore/tons-of-skills-marketplace
2
25
clari-security-basics Secure Clari API tokens and implement data handling best practices. Use when managing API tokens, restricting data ac…
jeremylongshore/tons-of-skills-marketplace
2
26
clari-upgrade-migration Handle Clari API version changes and export schema migrations. Use when Clari updates their API, export format change…
jeremylongshore/tons-of-skills-marketplace
2
27
clari-webhooks-events Monitor Clari forecast changes using export job polling and change detection. Use when tracking forecast submission c…
jeremylongshore/tons-of-skills-marketplace
2
28
cleanup-code Comprehensive codebase cleanup across 11 quality dimensions: dead code, duplication, weak types, circular deps, defen…
jeremylongshore/tons-of-skills-marketplace
2
29
clickhouse-ci-integration Run ClickHouse integration tests in CI with GitHub Actions and Docker containers. Use when setting up automated testi…
jeremylongshore/tons-of-skills-marketplace
2
30
clickhouse-core-workflow-b Insert, query, and aggregate data in ClickHouse with real SQL patterns. Use when writing analytical queries, insertin…
jeremylongshore/tons-of-skills-marketplace
2
31
clickhouse-cost-tuning Optimize ClickHouse Cloud costs — compute scaling, storage tiering, compression, and query efficiency for lower bills…
jeremylongshore/tons-of-skills-marketplace
2
32
clickhouse-data-handling Handle data lifecycle in ClickHouse — TTL expiration, data deletion (GDPR), column-level encryption, and audit loggin…
jeremylongshore/tons-of-skills-marketplace
2
33
clickhouse-debug-bundle Collect ClickHouse diagnostic data — system tables, query logs, merge status, and server metrics for support tickets …
jeremylongshore/tons-of-skills-marketplace
2
34
clickhouse-deploy-integration Deploy ClickHouse-backed applications to Vercel, Fly.io, and Cloud Run with connection pooling, secrets, and health c…
jeremylongshore/tons-of-skills-marketplace
2
35
clickhouse-hello-world Create your first ClickHouse table, insert data, and run analytical queries. Use when starting a new ClickHouse proje…
jeremylongshore/tons-of-skills-marketplace
2
36
clickhouse-migration-deep-dive Execute ClickHouse schema migrations — ALTER TABLE operations, data migration between engines, versioned migration ru…
jeremylongshore/tons-of-skills-marketplace
2
37
clickhouse-multi-env-setup Configure ClickHouse across dev, staging, and production with environment-specific settings, secrets management, and …
jeremylongshore/tons-of-skills-marketplace
2
38
clickhouse-observability Monitor ClickHouse with Prometheus metrics, Grafana dashboards, system table queries, and alerting for query performa…
jeremylongshore/tons-of-skills-marketplace
2
39
clickhouse-performance-tuning Optimize ClickHouse query performance with indexing, projections, settings tuning, and query analysis using system ta…
jeremylongshore/tons-of-skills-marketplace
2
40
clickhouse-prod-checklist Production readiness checklist for ClickHouse — server tuning, backup, monitoring, and deployment verification. Use w…
jeremylongshore/tons-of-skills-marketplace
2
41
clickhouse-rate-limits Configure ClickHouse query concurrency, memory quotas, and connection limits. Use when hitting "too many simultaneous…
jeremylongshore/tons-of-skills-marketplace
2
42
clickhouse-reference-architecture Production reference architecture for ClickHouse-backed applications — project layout, data flow, multi-tenant patter…
jeremylongshore/tons-of-skills-marketplace
2
43
clickhouse-sdk-patterns Production-ready patterns for @clickhouse/client — streaming inserts, typed queries, error handling, and connection m…
jeremylongshore/tons-of-skills-marketplace
2
44
clickhouse-security-basics Secure ClickHouse with user management, network restrictions, TLS, and audit logging. Use when hardening a ClickHouse…
jeremylongshore/tons-of-skills-marketplace
2
45
clickhouse-upgrade-migration Upgrade ClickHouse server versions and @clickhouse/client SDK safely. Use when upgrading ClickHouse, handling breakin…
jeremylongshore/tons-of-skills-marketplace
2
46
clickhouse-webhooks-events Ingest data into ClickHouse from webhooks, Kafka, and streaming sources with batching, dedup, and exactly-once patter…
jeremylongshore/tons-of-skills-marketplace
2
47
clickup-common-errors Diagnose and fix ClickUp API v2 errors by HTTP status and error code. Use when encountering ClickUp API errors, debug…
jeremylongshore/tons-of-skills-marketplace
2
48
clickup-core-workflow-a Manage ClickUp tasks via API v2: create, read, update, delete tasks with assignees, priorities, due dates, subtasks, …
jeremylongshore/tons-of-skills-marketplace
2
49
clickup-core-workflow-b Manage ClickUp workspaces, spaces, folders, lists, and views via API v2. Use when creating project structures, organi…
jeremylongshore/tons-of-skills-marketplace
2
50
clickup-cost-tuning Optimize ClickUp API usage costs through plan selection, request reduction, caching, and usage monitoring. Trigger: "…
jeremylongshore/tons-of-skills-marketplace
2
Page 35 · 3,201 total Previous Next