All authors
thedixitjain avatar

Claude Skills by thedixitjain

github.com/thedixitjain
12,712 skillsA× 12,102B× 480C× 79D× 30F× 210 installs5,109 views
Clade Install AuthB

'Install and configure the Anthropic SDK for Claude API access. Use when setting up Claude integration, configuring API keys, or initializing the Anthropic client in your project. Trigger with phrases like \"install anthropic\", \"setup claude api\", \"anthropic auth\", \"configure anthropic API key\". '

ai-agentstypescriptpython
0
3
Clade Known PitfallsA

'Common mistakes when building with the Anthropic API and how to avoid them. Use when working with known-pitfalls patterns. Trigger with \"anthropic mistakes\", \"claude pitfalls\", \"anthropic gotchas\", \"common claude errors\", \"anthropic anti-patterns\". '

ai-agentstypescriptgo
0
3
Clade Load ScaleA

\"Scale Claude usage for high-throughput applications \\u2014 batches,\\ \\ queues,\\nUse when working with load-scale patterns.\\nconcurrency control, and\\ \\ tier upgrades.\\nTrigger with \\\"anthropic scale\\\", \\\"claude high volume\\\", \\\"anthropic\\ \\ throughput\\\",\\n\\\"scale claude api\\\", \\\"anthropic concurrent requests\\\".\\n\"

ai-agentstypescriptgo
0
3
Clade Webhooks EventsA

'Use Anthropic Message Batches for async bulk processing and event handling. Use when working with webhooks-events patterns. Trigger with \"anthropic batches\", \"claude batch api\", \"anthropic async\", \"bulk claude processing\", \"anthropic webhook\". '

ai-agentstypescriptpython
0
3
Claimable PostgresB

Provision instant temporary Postgres databases via Claimable Postgres by Neon (neon.new) with no login, signup, or credit card. Supports REST API, CLI, and SDK. Use when users ask for a quick Postgres environment, a throwaway DATABASE_URL for prototyping/tests, or \"just give me a DB...

ai-agentstypescriptgo
0
3
Clari Core Workflow AA

'Build a Clari forecast export pipeline to your data warehouse. Use when exporting forecast calls, quota data, and CRM totals from Clari to Snowflake, BigQuery, or a local database. Trigger with phrases like \"clari forecast export\", \"clari data pipeline\", \"clari to snowflake\", \"clari to bigquery\", \"export clari data\". '

ai-agentspythongo
0
3
Clari Rate LimitsA

'Handle Clari API rate limits with backoff and export job scheduling. Use when hitting 429 errors, optimizing export frequency, or scheduling bulk forecast exports. Trigger with phrases like \"clari rate limit\", \"clari 429\", \"clari throttle\", \"clari api limits\". '

ai-agentspythongo
0
3
Clari Sdk PatternsA

'Production-ready Clari API client patterns in Python and TypeScript. Use when building reusable Clari clients, implementing export pipelines, or wrapping the Clari v4 API for team use. Trigger with phrases like \"clari API patterns\", \"clari client wrapper\", \"clari Python client\", \"clari TypeScript client\". '

ai-agentstypescriptpython
0
3
Class DiagramA

Generates a Mermaid class diagram showing types, inheritance, and composition. Use when visualizing class hierarchies or documenting a module public API.

ai-agentspythongo
0
3
Claude Api Hashgraph OnlineA

Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.

ai-agentstypescriptpython
0
3
Claude Api Sickn33A

Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.

ai-agentstypescriptpython
0
3
Claude ApiA

|- Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it \"looks like a one-liner\" — whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing/model choice/limits/caching) — never...

ai-agentstypescriptpython
0
3
Clay Install AuthB

'Set up Clay account access, API keys, webhook URLs, and provider connections. Use when onboarding to Clay, connecting data providers, configuring API keys, or setting up webhook endpoints for programmatic data flow. Trigger with phrases like \"install clay\", \"setup clay\", \"clay auth\", \"configure clay API key\", \"connect clay providers\". '

ai-agentsgobash
0
3
Clay Multi Env SetupA

'Configure Clay integrations across development, staging, and production environments. Use when setting up per-environment Clay tables, managing webhook URLs per environment, or implementing environment-specific enrichment configurations. Trigger with phrases like \"clay environments\", \"clay staging\", \"clay dev prod\", \"clay environment setup\", \"clay config by env\". '

ai-agentstypescriptgo
0
3
Clay Rate LimitsA

'Handle Clay rate limits, webhook throttling, and credit pacing strategies. Use when hitting 429 errors, managing webhook submission rates, or optimizing throughput within Clay''s plan limits. Trigger with phrases like \"clay rate limit\", \"clay throttling\", \"clay 429\", \"clay slow\", \"clay records per hour\". '

ai-agentstypescriptgo
0
3
Clay Sdk PatternsA

'Apply production-ready patterns for integrating with Clay via webhooks and HTTP API. Use when building Clay integrations, implementing webhook handlers, or establishing team coding standards for Clay data pipelines. Trigger with phrases like \"clay SDK patterns\", \"clay best practices\", \"clay code patterns\", \"clay integration patterns\", \"clay webhook patterns\". '

ai-agentstypescriptpython
0
3
Clay Webhooks EventsA

'Implement Clay webhook receivers and HTTP API column callbacks for real-time data flow. Use when setting up webhook endpoints, handling enrichment callbacks from Clay, or building event-driven integrations with Clay tables. Trigger with phrases like \"clay webhook\", \"clay events\", \"clay callback\", \"handle clay data\", \"clay notifications\", \"clay HTTP API column\". '

ai-agentstypescriptgo
0
3
Clerk Rate LimitsA

'Understand and manage Clerk rate limits and quotas. Use when hitting rate limits, optimizing API usage, or planning for high-traffic scenarios. Trigger with phrases like \"clerk rate limit\", \"clerk quota\", \"clerk API limits\", \"clerk throttling\". '

ai-agentstypescriptgo
0
3
Clickhouse Core Workflow BA

| Insert, query, and aggregate data in ClickHouse with real SQL patterns. Use when writing analytical queries, inserting data at scale, building dashboards, or implementing materialized views for pre-aggregation. Trigger with \"clickhouse query\", \"clickhouse insert\", \"clickhouse aggregate\", \"clickhouse materialized view\", \"clickhouse SQL\".

ai-agentstypescriptgo
0
3
Clickhouse Data HandlingA

| Handle data lifecycle in ClickHouse — TTL expiration, data deletion (GDPR), column-level encryption, and audit logging with real ClickHouse SQL. Use when implementing data retention, fulfilling GDPR/CCPA deletion requests, or managing sensitive data in ClickHouse. Trigger with \"clickhouse data retention\", \"clickhouse TTL\", \"clickhouse GDPR\", \"delete data clickhouse\", \"clickhouse data lifecycle\", \"clickhouse PII\".

ai-agentstypescriptgo
0
3
Clickhouse Webhooks EventsA

| Ingest data into ClickHouse from webhooks, Kafka, and streaming sources with batching, dedup, and exactly-once patterns. Use when building data ingestion pipelines, consuming webhook payloads, or integrating Kafka topics into ClickHouse. Trigger with \"clickhouse ingestion\", \"clickhouse webhook\", \"clickhouse Kafka\", \"stream data to clickhouse\", \"clickhouse data pipeline\".

ai-agentstypescriptgo
0
3
Clickup Core Workflow BA

'Manage ClickUp workspaces, spaces, folders, lists, and views via API v2. Use when creating project structures, organizing spaces and lists, or managing the ClickUp hierarchy programmatically. Trigger: \"clickup space\", \"clickup folder\", \"clickup list\", \"clickup views\", \"create clickup space\", \"organize clickup workspace\", \"clickup hierarchy\". '

ai-agentstypescriptgo
0
3
Clickup Cost TuningA

'Optimize ClickUp API usage costs through plan selection, request reduction, caching, and usage monitoring. Trigger: \"clickup cost\", \"clickup billing\", \"reduce clickup usage\", \"clickup pricing\", \"clickup plan comparison\", \"clickup API usage\". '

ai-agentstypescriptgo
0
3
Clickup Data HandlingA

'Handle ClickUp data exports, PII redaction, GDPR compliance, and data retention for ClickUp API integrations. Trigger: \"clickup data\", \"clickup PII\", \"clickup GDPR\", \"clickup data retention\", \"clickup privacy\", \"clickup CCPA\", \"clickup data export\". '

ai-agentstypescriptgo
0
3
Clickup Enterprise RbacA

'Implement ClickUp Enterprise SSO, OAuth 2.0 multi-workspace access, role-based permissions, and organization management via API v2. Trigger: \"clickup SSO\", \"clickup RBAC\", \"clickup enterprise\", \"clickup roles\", \"clickup permissions\", \"clickup OAuth app\", \"clickup multi-workspace\". '

ai-agentstypescriptgo
0
3
Clickup Multi Env SetupB

'Configure ClickUp API access across dev, staging, and production environments with per-environment tokens and workspace isolation. Trigger: \"clickup environments\", \"clickup staging\", \"clickup dev prod\", \"clickup environment setup\", \"clickup config by env\", \"clickup multi-env\". '

ai-agentstypescriptpython
0
3
Clickup Webhooks EventsA

'Create and manage ClickUp webhooks for real-time event notifications. Use when setting up webhook listeners for task/list/space events, implementing two-way sync, or handling ClickUp event payloads. Trigger: \"clickup webhook\", \"clickup events\", \"clickup notifications\", \"clickup real-time\", \"clickup event listener\", \"clickup webhook create\". '

ai-agentstypescriptgo
0
3
Cloudflare Api Key AutomationA

Automate Cloudflare API tasks via Rube MCP (Composio). Always search tools first for current schemas.

ai-agentsgogit
0
3
Coderabbit Rate LimitsA

'Understand and handle CodeRabbit and GitHub API rate limits for review automation. Use when hitting rate limits on @coderabbitai commands, automating review queries, or building scripts that interact with CodeRabbit via the GitHub API. Trigger with phrases like \"coderabbit rate limit\", \"coderabbit throttling\", \"coderabbit too many requests\", \"github api rate limit coderabbit\". '

ai-agentsgobash
0
3
Coderabbit Sdk PatternsA

'Apply production-ready CodeRabbit automation patterns using GitHub API and PR comments. Use when building automation around CodeRabbit reviews, processing review feedback programmatically, or integrating CodeRabbit into custom workflows. Trigger with phrases like \"coderabbit automation\", \"coderabbit API patterns\", \"automate coderabbit\", \"coderabbit github api\", \"process coderabbit reviews\". '

ai-agentstypescriptgo
0
3
Coderabbit Webhooks EventsA

'Implement CodeRabbit webhook signature validation and event handling. Use when setting up webhook endpoints, implementing signature verification, or handling CodeRabbit event notifications securely. Trigger with phrases like \"coderabbit webhook\", \"coderabbit events\", \"coderabbit webhook signature\", \"handle coderabbit events\", \"coderabbit notifications\". '

ai-agentstypescriptgo
0
3
Codex Usage ApiA

Use when the user wants to discuss, investigate, compare, explain, or improve Codex usage with Codex Usage Tracker API or MCP tools, including token waste, cache/context problems, allowance or limit changes, pricing confidence, dashboard evidence, and local content-index investigations.

ai-agentsgoshell
0
3
Cogpsych Data AnalysisA

Use when analyzing data and fitting/comparing models for a Cognitive Psychology (Elsevier) manuscript. The journal expects principled model fitting and comparison (AIC/BIC/Bayes factors), parameter and model recovery, (generalized) linear mixed models or hierarchical Bayesian estimation where apt, and effect sizes with uncertainty — all reproducible from shared code. Guides the analysis and modeling; it does not fabricate results.

ai-agentsrustgo
0
3
Cohere Data HandlingA

'Implement data privacy for Cohere API calls with PII redaction and compliance. Use when handling sensitive data, implementing PII redaction before API calls, or ensuring GDPR/CCPA compliance with Cohere integrations. Trigger with phrases like \"cohere data\", \"cohere PII\", \"cohere GDPR\", \"cohere data retention\", \"cohere privacy\", \"cohere redact\". '

ai-agentstypescriptgo
0
3
Cohere Enterprise RbacA

'Configure Cohere enterprise API key management, role-based access, and org controls. Use when implementing multi-team API key management, per-team usage limits, or setting up organization-level controls for Cohere. Trigger with phrases like \"cohere enterprise\", \"cohere RBAC\", \"cohere team keys\", \"cohere org management\", \"cohere access control\". '

ai-agentstypescriptgo
0
3
Cohere Multi Env SetupA

'Configure Cohere across development, staging, and production environments. Use when setting up multi-environment deployments, configuring per-environment API keys, model selection, and rate limit strategies. Trigger with phrases like \"cohere environments\", \"cohere staging\", \"cohere dev prod\", \"cohere environment setup\", \"cohere config by env\". '

ai-agentstypescriptgo
0
3
Cohere Rate LimitsA

'Implement Cohere rate limiting, backoff, and request queuing patterns. Use when handling 429 errors, implementing retry logic, or optimizing API request throughput for Cohere. Trigger with phrases like \"cohere rate limit\", \"cohere throttling\", \"cohere 429\", \"cohere retry\", \"cohere backoff\". '

ai-agentstypescriptgo
0
3
Cohere Webhooks EventsA

'Implement Cohere streaming event handling, SSE patterns, and connector webhooks. Use when building streaming UIs, handling chat/tool events, or registering Cohere connectors for RAG. Trigger with phrases like \"cohere streaming\", \"cohere events\", \"cohere SSE\", \"cohere connectors\", \"cohere webhook\". '

ai-agentstypescriptgo
0
3
Cohort Analysis CreatorA

'Create cohort analysis creator operations. Auto-activating skill for Data Analytics. Triggers on: cohort analysis creator, cohort analysis creator Part of the Data Analytics skill category. Use when working with cohort analysis creator functionality. Trigger with phrases like \"cohort analysis creator\", \"cohort creator\", \"cohort\". '

ai-agentsgobash
0
3
Coinpaprika ApiA

Access cryptocurrency market data from CoinPaprika: prices, tickers, OHLCV, exchanges, contract lookups for 12,000+ coins and 350+ exchanges. Free tier, no API key needed. Install MCP: add https://mcp.coinpaprika.com/sse as SSE server, or install plugin: /plugin marketplace add coinpaprika/claude-marketplace

ai-agentsgogit
0
3
College Football Data AutomationA

Automate College Football Data tasks via Rube MCP (Composio). Always search tools first for current schemas.

ai-agentsgogit
0
3
Community BuildingA

When the user wants to build, grow, or improve a developer community on Discord, Slack, or forums. Trigger phrases include \"developer community,\" \"Discord server,\" \"Slack community,\" \"community strategy,\" \"community engagement,\" \"community moderation,\" \"community growth,\" or \"community...

ai-agentsrustgo
0
3
Comparing Database SchemasA

'Process use when you need to work with schema comparison. This skill provides database schema diff and sync with comprehensive guidance and automation. Trigger with phrases like \"compare schemas\", \"diff databases\", or \"sync database schemas\". '

ai-agentsgobash
0
3
Complex Join HelperA

'Configure with complex join helper operations. Auto-activating skill for Data Analytics. Triggers on: complex join helper, complex join helper Part of the Data Analytics skill category. Use when working with complex join helper functionality. Trigger with phrases like \"complex join helper\", \"complex helper\", \"complex\". '

ai-agentsgobash
0
3
Compression OptimizerA

'Optimize compression optimizer operations. Auto-activating skill for Data Pipelines. Triggers on: compression optimizer, compression optimizer Part of the Data Pipelines skill category. Use when working with compression optimizer functionality. Trigger with phrases like \"compression optimizer\", \"compression optimizer\", \"compression\". '

ai-agentsgobash
0
3
Computer ControlA

Automates desktop GUI workflows via computer use API with screenshot capture. Use when scripting GUI interactions or recording browser sessions for tutorials.

ai-agentspythongo
0
3
Conbio Data AnalysisA

Use when executing and reporting the analysis for a Conservation Biology manuscript so it survives expert, double-blind review — appropriate ecological/statistical models, honest uncertainty, robustness, and reproducibility. Covers detection, hierarchical models, spatial structure, and effect sizes that matter for conservation. Guides analysis norms; it does not fabricate results.

ai-agentsgotesting
0
3
Conbio Reporting And Data PolicyA

Use when preparing the data-availability statement and the data/code archive for a Conservation Biology manuscript. The journal (Wiley/SCB) requires a data-availability statement for research/synthesis articles, encourages data sharing, and requires sensitive species data to be protected. Prepares the package; it does not waive requirements.

ai-agentsgogit
0
3
Conditional Request HelperA

'Configure with conditional request helper operations. Auto-activating skill for API Development. Triggers on: conditional request helper, conditional request helper Part of the API Development skill category. Use when working with conditional request helper functionality. Trigger with phrases like \"conditional request helper\", \"conditional helper\", \"conditional\". '

ai-agentsgobash
0
3
Conducting Api Security TestingA

'Conducts security testing of REST, GraphQL, and gRPC APIs to identify vulnerabilities in authentication, authorization, rate limiting, input validation, and business logic. The tester uses the OWASP API Security Top 10 as the testing framework, combining Burp Suite interception with Postman collections and custom scripts to test endpoint security at every privilege level. Activates for requests involving API security testing, REST API pentest, GraphQL security assessment, or API vulnerabilit...

ai-agentsgosql
0
3