All authors
thedixitjain avatar

Claude Skills by thedixitjain

github.com/thedixitjain
12,712 skillsA× 12,102B× 480C× 79D× 30F× 210 installs5,377 views
Debugging And Error RecoveryA

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

ai-agentstypescriptrust
0
3
Debugging CodeA

Interactively debug source code — set breakpoints, step through execution line by line, inspect live variable state, evaluate expressions against the running program, and navigate the call stack to trace root causes. Use when a program crashes, raises unexpected exceptions, produces...

ai-agentstypescriptpython
0
3
Debugging Strategies WshobsonA

Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.

ai-agentsjavascripttypescript
0
3
Debugging StrategiesA

Transform debugging from frustrating guesswork into systematic problem-solving with proven strategies, powerful tools, and methodical approaches.

ai-agentsrustgo
0
3
Debugging Toolkit Smart DebugA

Use when working with debugging toolkit smart debug

ai-agentstypescriptgo
0
3
Debugging ToolkitA

Use when working with debugging toolkit smart debug (Alias for debugging-toolkit-smart-debug)

ai-agentsgotesting
0
3
DebuggingA

MUST USE for any real runtime debugging across ANY language or binary — crashes, silent failures, wrong responses, stuck processes, memory leaks, async misbehavior, unexplained timing, reverse engineering. Runs a hypothesis-driven loop: form ≥3 hypotheses, investigate in parallel, after 2 failed rounds spawn Oracles from orthogonal angles, confirm root cause, lock with a failing test, fix minimally, QA by actually USING the system, scrub artifacts. The actual HOW lives in `references/` — READ...

ai-agentspythonrust
0
3
Decision NavigatorA

Guide stuck or overwhelmed users through targeted branching questions until they reach concrete next steps.

ai-agentsrustgo
0
3
Deepgram Common ErrorsA

'Diagnose and fix common Deepgram errors and issues. Use when troubleshooting Deepgram API errors, debugging transcription failures, or resolving integration issues. Trigger: \"deepgram error\", \"deepgram not working\", \"fix deepgram\", \"deepgram troubleshoot\", \"transcription failed\", \"deepgram 401\". '

ai-agentstypescriptpython
0
3
Deepgram Debug BundleA

'Collect Deepgram debug evidence for support and troubleshooting. Use when preparing support tickets, investigating issues, or collecting diagnostic information for Deepgram problems. Trigger: \"deepgram debug\", \"deepgram support ticket\", \"collect deepgram logs\", \"deepgram diagnostic\", \"deepgram debug bundle\". '

ai-agentstypescriptpython
0
3
Deepgram Incident RunbookA

'Execute Deepgram incident response procedures for production issues. Use when handling Deepgram outages, debugging production failures, or responding to service degradation. Trigger: \"deepgram incident\", \"deepgram outage\", \"deepgram production issue\", \"deepgram down\", \"deepgram emergency\", \"deepgram 500 errors\". '

ai-agentstypescriptgo
0
3
Deepgram Migration Deep DiveA

'Deep dive into migrating to Deepgram from other transcription providers. Use when migrating from AWS Transcribe, Google Cloud STT, Azure Speech, OpenAI Whisper, AssemblyAI, or Rev.ai to Deepgram. Trigger: \"deepgram migration\", \"switch to deepgram\", \"migrate transcription\", \"deepgram from AWS\", \"deepgram from Google\", \"replace whisper with deepgram\". '

ai-agentstypescriptgo
0
3
Deepgram Performance TuningA

'Optimize Deepgram API performance for faster transcription and lower latency. Use when improving transcription speed, reducing latency, or optimizing audio processing pipelines. Trigger: \"deepgram performance\", \"speed up deepgram\", \"optimize transcription\", \"deepgram latency\", \"deepgram faster\", \"deepgram throughput\". '

ai-agentstypescriptgo
0
3
Deepgram Rate LimitsA

'Implement Deepgram rate limiting and backoff strategies. Use when handling API quotas, implementing request throttling, or dealing with 429 rate limit errors. Trigger: \"deepgram rate limit\", \"deepgram throttling\", \"429 error deepgram\", \"deepgram quota\", \"deepgram backoff\", \"deepgram concurrency\". '

ai-agentstypescriptgo
0
3
Deepgram Reference ArchitectureA

'Implement Deepgram reference architecture for scalable transcription systems. Use when designing transcription pipelines, building production architectures, or planning Deepgram integration at scale. Trigger: \"deepgram architecture\", \"transcription pipeline\", \"deepgram system design\", \"deepgram at scale\", \"enterprise deepgram\", \"deepgram queue\". '

ai-agentstypescriptgo
0
3
Deepgram Sdk PatternsB

'Apply production-ready Deepgram SDK patterns for TypeScript and Python. Use when implementing Deepgram integrations, refactoring SDK usage, or establishing team coding standards for Deepgram. Trigger: \"deepgram SDK patterns\", \"deepgram best practices\", \"deepgram code patterns\", \"idiomatic deepgram\", \"deepgram typescript\". '

ai-agentsjavascripttypescript
0
3
Deepgram Upgrade MigrationA

'Plan and execute Deepgram SDK upgrades and model migrations. Use when upgrading SDK versions (v3 to v4 to v5), migrating models (Nova-2 to Nova-3), or planning API version transitions. Trigger: \"upgrade deepgram\", \"deepgram migration\", \"update deepgram SDK\", \"deepgram version upgrade\", \"nova-3 migration\". '

ai-agentstypescriptgo
0
3
Demog Theory BuildingA

Use when building the argument of a Demography (PAA / Duke University Press) manuscript into a population-science contribution — whether the work is formal/mathematical demography, an explanatory account of fertility/mortality/migration, or a measurement/decomposition advance. Demography rewards a clear mechanism or a sharpened estimate over a bare correlation. Structures the argument; it does not run analyses.

ai-agentsgogit
0
3
Dependency UpgradeA

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

ai-agentsjavascripttypescript
0
3
Deprecation And Migration Sickn33A

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

ai-agentstypescriptgo
0
3
Deprecation And MigrationA

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

ai-agentstypescriptgo
0
3
Deprecation Notice GeneratorA

'Generate deprecation notice generator operations. Auto-activating skill for Technical Documentation. Triggers on: deprecation notice generator, deprecation notice generator Part of the Technical Documentation skill category. Use when working with deprecation notice generator functionality. Trigger with phrases like \"deprecation notice generator\", \"deprecation generator\", \"deprecation\". '

ai-agentsgobash
0
3
Detecting Command Injection PatternsA

| Scan a source tree for command-injection vulnerable patterns: shell=True calls in Python subprocess, os.system / os.popen with interpolated strings, Node child_process.exec with template literals, Ruby backticks / Kernel#system / Kernel#exec with interpolation, Go exec.Command with shell wrapping, PHP system / passthru / shell_exec / backticks with $-interpolation, Java Runtime.exec with concatenated args. Use when: pre-commit gate on code that calls out to shell utilities, audit of file-pr...

ai-agentspythongo
0
3
Detecting Debug EndpointsA

| Probe a target for accidentally-public admin / debug / introspection endpoints — Spring Boot Actuator, Apache server-status, Prometheus metrics, GraphQL playground, Swagger UI, phpMyAdmin, JMX-over-HTTP (Jolokia), Elasticsearch _cat, Kibana / Grafana / Eureka / Consul panels. Use when: post-deploy verification, security audit before SOC2, inheriting a system you didn't build, or a bug bounty hints at an exposed introspection panel. Threshold: any of the canonical 40+ admin/debug paths retur...

ai-agentspythongo
0
3
Detecting Eval Exec UsageA

| Scan a source tree for dynamic-code-execution APIs that an attacker can hijack: Python eval / exec / compile, JavaScript eval / Function() / setTimeout(string), Ruby eval / instance_eval / class_eval, Java ScriptEngine, PHP eval / assert($str), .NET Activator.CreateInstance / Reflection.Emit with dynamic input. Use when: pre-commit gate on any application that parses user-uploaded code (rule engines, formula evaluators, plugin systems), or post-bug-report when \"we run user-supplied express...

ai-agentsjavascriptpython
0
3
Detecting Insecure DeserializationA

| Scan a source tree for unsafe-by-default deserialization APIs: Python pickle.loads / cPickle / shelve / dill, Ruby Marshal.load / YAML.load (pre-3.1 default), Java ObjectInputStream.readObject, PHP unserialize, .NET BinaryFormatter / NetDataContractSerializer, Node.js node-serialize, JavaScript JSON.parse with reviver containing eval. Use when: pre-commit gate on services that accept binary blobs, audit of legacy job-queue code (workers deserializing tasks), post-bug-report when \"we accept...

ai-agentsjavascriptpython
0
3
Detecting Network Anomalies With ZeekB

'Deploys and configures Zeek (formerly Bro) network security monitor to passively analyze network traffic, generate structured logs, detect anomalous behavior, and create custom detection scripts for threat hunting and incident response. '

ai-agentsgobash
0
3
Detecting Performance BottlenecksA

'Execute this skill enables AI assistant to detect and resolve performance bottlenecks in applications. it analyzes cpu, memory, i/o, and database performance to identify areas of concern. use this skill when you need to diagnose slow application performance, op... Use when optimizing performance. Trigger with phrases like ''optimize'', ''performance'', or ''speed up''. '

ai-agentsgobash
0
3
Detecting Performance RegressionsA

Automatically detect performance regressions in CI/CD pipelines by comparing metrics against baselines. Use when validating builds or analyzing performance trends. Trigger with phrases like \"detect performance regression\", \"compare performance metrics\", or \"analyze performance degradation\".

ai-agentsgobash
0
3
Dev Code ReviewA

Use when reviewing uncommitted or staged git changes before commit. Trigger on: 帮我 commit, 我要 commit, commit 一下, 准备提交, pre-commit, 提交前检查, 看下这次修改, commit 前看一下, I want to commit, let''s commit, review my changes. Checks conventions, functional correctness, security/reliability/performance hotspots, wiring, comments, and dead code; emits a commit message only when READY. Does not mutate the working tree. Route to dev-commit-writer only when the user explicitly asks to skip review or wants only a...

ai-agentstypescriptrust
0
3
Dev Commit WriterA

Use only when the user explicitly asks for a commit message without review. Trigger on: 帮我写 commit message, 给个 commit message, 生成 commit message, 这次 commit message 怎么写, write a commit message, skip review, 跳过 review, 我自审过了, only message, 只要 message. Writes a message from the current git diff in repository style. Does not review code quality or mutate the working tree; ambiguous commit requests like 帮我 commit route to dev-code-review.

ai-agentsgobash
0
3
Dev FinishA

Use when implementation and verification are complete and the user needs to finish a development branch by merging locally, creating a PR, keeping the branch, or discarding work. Applies after tests pass and code review is ready.

ai-agentsgobash
0
3
Dev FixA

Use when the user reports a bug, broken behavior, regression, failing test, or asks to investigate/root-cause/debug. Trigger on: 修个 bug, 这个 bug, 排查一下, 复现, 这个错怎么回事, 为什么 X 不工作, debug, RCA, fix this bug, investigate, reproduce. Guides root-cause debugging: reproduce with a failing test, list hypotheses, trace backward, fix only the confirmed cause, verify red-green-red, and leave a regression test. Does not symptom-patch or write commit messages.

ai-agentstypescriptpython
0
3
Dev TddA

Use when implementing a feature, refactor, direct hotfix, or scoped behavior change before writing production code. For bug reports that need root-cause investigation, use dev-fix instead; dev-fix already owns failing regression tests.

ai-agentsgobash
0
3
Dev VerifyA

Use before claiming work is complete, fixed, ready, passing, or before handing off to commit review, PR, merge, or branch cleanup. Requires fresh verification commands and evidence before any success claim.

ai-agentsgocode-review
0
3
Developer OnboardingB

Get developers to \"Hello World\" fast with optimized quickstarts, tutorials, and sample apps. Trigger phrases: developer onboarding, time to first value, quickstart guide, hello world tutorial, developer activation, onboarding checklist, sample apps, getting started experience, reduce...

ai-agentsjavascriptpython
0
3
Developer SandboxA

Design and build interactive playgrounds that let developers experience your product without commitment. This skill covers playground architecture, pre-populated examples, embedding strategies, gating decisions, and converting playground users to signups. Trigger phrases: \"developer...

ai-agentsjavascripttypescript
0
3
Developer Signup FlowA

Design frictionless signup experiences for developers including GitHub OAuth, API key generation, and onboarding personalization. Trigger phrases: developer signup, dev registration, OAuth flow, API key onboarding, reduce signup friction, developer authentication, signup conversion,...

ai-agentsjavascriptpython
0
3
Devops TroubleshooterA

Expert DevOps troubleshooter specializing in rapid incident response, advanced debugging, and modern observability.

ai-agentsgoshell
0
3
Devopschangelog GenerationA

自动生成 CHANGELOG,基于 git 提交历史和 pipeline 产物信息,遵循 Conventional Commits 和 Keep a Changelog 规范

ai-agentsgobash
0
3
Dfmea DesignA

>- Build a design risk analysis, DFMEA worksheet, or interface analysis using the AIAG-VDA FMEA Handbook 2019. Covers design intent, interface failures, boundary diagram, and design robustness before manufacturing. Use during new product development, design changes, or when a field failure reveals a design weakness. Required for IATF 16949 §8.3 scope.

ai-agentsgotesting
0
3
Diagnosing Bgs ProblemsA

Use when a BGS modded game has CTD, crash log, FPS drop, stuttering, freeze, performance, won't start, 崩溃, 掉帧, 卡顿 symptoms and the user needs a symptom-first diagnostic ladder. NOT for proactive post-install testing; use testing-bgs-modpack.

ai-agentsgoreact
0
3
Diagnosing Bugs Sickn33A

Diagnosis loop for hard bugs and performance regressions. Use when the user says \"diagnose\"/\"debug this\", or reports something broken/throwing/failing/slow.

ai-agentsgobash
0
3
Diagnosing BugsA

Diagnosis loop for hard bugs and performance regressions. Use when the user says \"diagnose\"/\"debug this\", or reports something broken/throwing/failing/slow.

ai-agentsgobash
0
3
Diagramming CodeA

> Generates Mermaid diagrams from Trailmark code graphs. Produces call graphs, class hierarchies, module dependency maps, containment diagrams, complexity heatmaps, and attack surface data flow visualizations. Use when visualizing code architecture, drawing call graphs, generating class diagrams, creating dependency maps, producing complexity heatmaps, or visualizing data flow and attack surface paths as Mermaid diagrams.

ai-agentspythonrust
0
3
Differential ReviewA

Security-focused code review for PRs, commits, and diffs.

ai-agentsgotesting
0
3
Dimensional AnalysisA

Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol, offchain code, or other blockchain-related codebase with arithmetic. Prevents dimensional mismatches and catches formula bugs early.

ai-agentsgogit
0
3
Distributed Debugging Debug TraceA

You are a debugging expert specializing in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools. Configure debugging workflows, implement tracing solutions, and establish troubleshooting practices for development and production environments.

ai-agentsgotesting
0
3
Django Db PerformanceA

Diagnose and improve slow Django database-backed endpoints with evidence-first profiling, query-plan review, index selection, ORM loading fixes, batching, database-side computation, materialized views, and pagination choices. Use when a Django view, API, job, report, queryset, or database query is slow and the right optimization path is not obvious.

ai-agentspythongo
0
3
Django Db Side ComputationA

Move Django performance-sensitive Python loops into database-side computation with annotations, aggregates, filtered aggregates, F expressions, functions, Subquery, OuterRef, Exists, Window expressions, db_default, and GeneratedField. Use when Django code counts, sums, filters, flags, ranks, or derives values in Python after fetching rows.

ai-agentspythongo
0
3