All authors
thedixitjain avatar

Claude Skills by thedixitjain

github.com/thedixitjain
12,712 skillsA× 12,102B× 480C× 79D× 30F× 210 installs5,797 views
Ruby ProA

Write idiomatic Ruby code with metaprogramming, Rails patterns, and performance optimization. Specializes in Ruby on Rails, gem development, and testing frameworks.

ai-agentsgoruby
0
3
RubyA

Language-specific super-code guidelines for ruby.

ai-agentsgoruby
0
3
RunA

One-shot lifecycle command that chains init → baseline → spawn → eval → merge in a single invocation. Use when the user runs /hub:run or asks to execute a full AgentHub competition end-to-end.

ai-agentspythongo
0
3
Runaway GuardA

Cost-safety discipline for paid AI / inference APIs: treat $-cost as a third complexity dimension alongside time and space. Forces a written per-run $-cap, per-day $-cap, max-iterations bound, concurrency limit, and a matching provider-dashboard hard cap BEFORE any call site is written.

ai-agentsgoangular
0
3
Runbook CreatorA

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

ai-agentsgobash
0
3
Runbook GeneratorA

Generate operational runbooks from a service name — deployment, incident response, maintenance, and rollback workflows. Templated structure customizable per environment. Use when documenting on-call procedures for a new service, standardizing incident response across teams, or producing runbooks before launching to production.

ai-agentspythongo
0
3
Runway Debug BundleA

\"Runway debug bundle \\u2014 AI video generation and creative AI platform.\\n\\ Use when working with Runway for video generation, image editing, or creative AI.\\n\\ Trigger with phrases like \\\"runway debug bundle\\\", \\\"runway-debug-bundle\\\", \\\"AI\\ \\ video generation\\\".\\n\"

ai-agentspythongo
0
3
Runway Performance TuningA

\"Runway performance tuning \\u2014 AI video generation and creative AI\\ \\ platform.\\nUse when working with Runway for video generation, image editing, or\\ \\ creative AI.\\nTrigger with phrases like \\\"runway performance tuning\\\", \\\"runway-performance-tuning\\\"\\ , \\\"AI video generation\\\".\\n\"

ai-agentspythongo
0
3
Runway Reference ArchitectureA

\"Runway reference architecture \\u2014 AI video generation and creative\\ \\ AI platform.\\nUse when working with Runway for video generation, image editing,\\ \\ or creative AI.\\nTrigger with phrases like \\\"runway reference architecture\\\",\\ \\ \\\"runway-reference-architecture\\\", \\\"AI video generation\\\".\\n\"

ai-agentspythongo
0
3
Runway Upgrade MigrationA

\"Runway upgrade migration \\u2014 AI video generation and creative AI\\ \\ platform.\\nUse when working with Runway for video generation, image editing, or\\ \\ creative AI.\\nTrigger with phrases like \\\"runway upgrade migration\\\", \\\"runway-upgrade-migration\\\"\\ , \\\"AI video generation\\\".\\n\"

ai-agentspythongo
0
3
Rust Async Patterns WshobsonA

Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.

ai-agentsrustgo
0
3
Rust Async PatternsA

Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.

ai-agentsrustgo
0
3
Rust Bevy Collision BroadphaseA

Design and review Bevy 2D collision broadphase systems with AABB bounds, spatial indexes, typed collision events, and benchmark-driven test beds. Use when replacing O(n^2) collision checks, adding spatial partitioning, diagnosing Bevy collision performance, or separating broadphase, narrowphase, and response systems in Rust games.

ai-agentsrustgo
0
3
Rust Bevy State FlowA

Design and review Bevy game state flow with plugins, AppState enums, OnEnter and OnExit setup, state-scoped cleanup, menus, pause screens, transitions, and run conditions. Use when adding reusable Bevy game state management, debugging duplicated entities after transitions, or separating menu, loading, playing, paused, and game-over logic.

ai-agentsrustgo
0
3
Rust Concurrency PrimitivesA

Design and review thread-based Rust concurrency with explicit ownership, sharing, and synchronization choices. Use when writing, refactoring, or reviewing threads, scoped threads, channels, Arc, Mutex, RwLock, Condvar, atomics, OnceLock, LazyLock, Send, Sync, deadlocks, or shared state.

ai-agentsrustgo
0
3
Rust Domain BoundariesA

Use when modeling, validating, refactoring, or reviewing Rust service domain boundaries, especially when replacing primitive String fields with newtypes, parse-don't-validate constructors, private invariants, TryFrom/FromStr parsers, request DTO boundaries, or property tests.

ai-agentsrustgo
0
3
Rust Ffi Safe WrappersA

Design and review Rust FFI boundaries that keep raw declarations isolated behind safe ownership, lifetime, error, and cleanup wrappers. Use when writing, refactoring, or reviewing unsafe extern blocks, C ABI wrappers, repr(C) types, CString, CStr, raw handles, Drop cleanup, bindgen, cbindgen, or panic-safe foreign boundaries.

ai-agentsrustgo
0
3
Rust Iterator CollectionsA

Design and review Rust iterator pipelines and collection code for clear ownership, allocation, ordering, and error behavior. Use when writing, refactoring, or reviewing iterators, HashMap Entry usage, collect, FromIterator, Extend, custom iterators, or allocation-heavy loops.

ai-agentsrustgo
0
3
Rust Legion Ecs GameplayA

Design and review Rust ECS gameplay code using Legion-style entities, components, resources, systems, schedules, queries, command buffers, and spawners. Use when building ECS-driven Rust game features, migrating game state into ECS, or debugging system ordering and component composition.

ai-agentsrustgo
0
3
Rust Library Performance FeaturesA

Optimize Rust libraries with criterion benchmarks, feature-flag matrices, cargo bench workflows, dependency gating, regression baselines, and evidence-driven API performance tradeoffs. Use when adding or reviewing Rust library benchmarks, cargo features, optional dependencies, or performance claims before publishing.

ai-agentsrustgo
0
3
Rust Ownership BorrowingA

Design and review Rust ownership, borrowing, lifetimes, and interior mutability so data flow matches the domain model. Use when writing, refactoring, or reviewing Rust code that hits move, borrow checker, aliasing, Clone, Copy, Rc, Arc, RefCell, or lifetime problems.

ai-agentsrustgo
0
3
Rust Patterns Affaan MA

Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.

ai-agentsrustgo
0
3
Rust PatternsA

Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.

ai-agentsrustgo
0
3
Rust ProA

Master Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming.

ai-agentsrustgo
0
3
Rust Reverse EngineeringA

Use when analyzing a Rust binary without source code, reverse engineering Rust executables or libraries, demangling Rust symbols, recovering likely crate namespaces, tracing panic or unwind paths, identifying FFI boundaries, or mapping behavior from ELF, Mach-O, PE, `.so`, `.dylib`, `.dll`, `.a`, `.rlib`, or object files.

ai-agentsrustgo
0
3
Rust ReviewA

Performs comprehensive Rust security review for safe/unsafe boundary issues, memory safety in unsafe blocks, concurrency hazards, panic-induced DoS, FFI safety, and async runtime mistakes. Use when auditing Rust crates, services, or libraries — particularly those with `unsafe`, FFI, or concurrent code.

ai-agentspythonrust
0
3
Rust SystemsA

Rust systems programming patterns including ownership, traits, async runtime, error handling, and unsafe guidelines

ai-agentsrustgo
0
3
Rust Unsafe BoundariesA

Isolate and review unsafe Rust behind small, documented, testable boundaries with explicit invariants. Use when writing, refactoring, or reviewing unsafe code, raw pointers, unsafe functions, unsafe traits, MaybeUninit, pointer aliasing, panic safety, Miri checks, or safe abstractions over unsafe internals.

ai-agentsrustgo
0
3
RustA

Language-specific super-code guidelines for rust.

ai-agentsrustgo
0
3
Ruview QuickstartA

Onboarding and first-run for RuView (WiFi-DensePose) — Docker demo with simulated data, repo build, and the fastest path to a live sensing dashboard. Use when someone is new to RuView or wants the shortest path to \"it works on my machine\".

ai-agentspythonrust
0
3
Rxjava To Coroutines MigrationA

Guide and execute the migration of asynchronous code from RxJava to Kotlin Coroutines and Flow. Use this skill when a user asks to convert RxJava (Observables, Singles, Completables, Subjects) to Coroutines (suspend functions, Flows, StateFlows).

ai-agentsgojava
0
3
Saas Mvp LauncherA

Use when planning or building a SaaS MVP from scratch. Provides a structured roadmap covering tech stack, architecture, auth, payments, and launch checklist.

ai-agentstypescriptgo
0
3
Salesforce Advanced TroubleshootingA

'Apply Salesforce advanced debugging with debug logs, SOQL query plans, and EventLogFile analysis. Use when standard troubleshooting fails, investigating SOQL performance issues, or analyzing Apex governor limit violations. Trigger with phrases like \"salesforce hard bug\", \"salesforce debug log\", \"salesforce governor limit\", \"salesforce query plan\", \"salesforce deep debug\", \"SOQL slow\". '

ai-agentstypescriptgo
0
3
Salesforce Apex QualityA

Apex code quality guardrails for Salesforce development. Enforces bulk-safety rules (no SOQL/DML in loops), sharing model requirements, CRUD/FLS security, SOQL injection prevention, PNB test coverage (Positive / Negative / Bulk), and modern Apex idioms. Use this skill when reviewing or generating Apex classes, trigger handlers, batch jobs, or test classes to catch governor limit risks, security gaps, and quality issues before deployment.

ai-agentsrustgo
0
3
Salesforce Architecture VariantsA

'Choose and implement Salesforce integration architecture patterns for different scales. Use when designing new Salesforce integrations, choosing between polling/event-driven/Heroku Connect, or planning migration paths for Salesforce applications. Trigger with phrases like \"salesforce architecture\", \"salesforce integration pattern\", \"how to structure salesforce integration\", \"salesforce event-driven\", \"salesforce Heroku Connect\". '

ai-agentstypescriptgo
0
3
Salesforce Common ErrorsA

'Diagnose and fix Salesforce common errors, SOQL issues, and API exceptions. Use when encountering Salesforce errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like \"salesforce error\", \"fix salesforce\", \"salesforce not working\", \"debug salesforce\", \"SOQL error\", \"salesforce exception\". '

ai-agentstypescriptgo
0
3
Salesforce Debug BundleA

'Collect Salesforce debug evidence including API limits, debug logs, and org info for support tickets. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Salesforce problems. Trigger with phrases like \"salesforce debug\", \"salesforce support bundle\", \"collect salesforce logs\", \"salesforce diagnostic\", \"salesforce debug log\". '

ai-agentstypescriptgo
0
3
Salesforce Incident RunbookA

'Execute Salesforce incident response procedures with triage, mitigation, and postmortem. Use when responding to Salesforce-related outages, investigating API errors, or running post-incident reviews for Salesforce integration failures. Trigger with phrases like \"salesforce incident\", \"salesforce outage\", \"salesforce down\", \"salesforce on-call\", \"salesforce emergency\", \"salesforce broken\". '

ai-agentstypescriptrust
0
3
Salesforce Known PitfallsA

'Identify and avoid Salesforce anti-patterns including SOQL N+1, governor limit violations, and API waste. Use when reviewing Salesforce code for issues, onboarding new developers, or auditing existing Salesforce integrations for best practices violations. Trigger with phrases like \"salesforce mistakes\", \"salesforce anti-patterns\", \"salesforce pitfalls\", \"salesforce what not to do\", \"salesforce code review\". '

ai-agentstypescriptgo
0
3
Salesforce Migration Deep DiveA

'Execute Salesforce data migrations using Bulk API, Data Loader, and ETL patterns. Use when migrating data to/from Salesforce, performing org-to-org migrations, or re-platforming CRM data into Salesforce. Trigger with phrases like \"migrate to salesforce\", \"salesforce data migration\", \"salesforce import data\", \"salesforce ETL\", \"CRM migration to salesforce\". '

ai-agentstypescriptgo
0
3
Salesforce Performance TuningA

'Optimize Salesforce API performance with SOQL tuning, Composite API batching, and caching. Use when experiencing slow API responses, optimizing SOQL queries, or reducing API call count for Salesforce integrations. Trigger with phrases like \"salesforce performance\", \"optimize salesforce\", \"salesforce latency\", \"salesforce caching\", \"salesforce slow\", \"SOQL optimization\". '

ai-agentstypescriptgo
0
3
Salesforce Policy GuardrailsA

'Implement Salesforce lint rules, SOQL injection prevention, and API usage guardrails. Use when enforcing Salesforce integration code quality, preventing SOQL injection, or configuring CI policy checks for Salesforce best practices. Trigger with phrases like \"salesforce policy\", \"salesforce lint\", \"salesforce guardrails\", \"SOQL injection\", \"salesforce eslint\", \"salesforce code review\". '

ai-agentsjavascripttypescript
0
3
Salesforce Reference ArchitectureA

'Implement Salesforce integration reference architecture with jsforce, SFDX, and event-driven patterns. Use when designing new Salesforce integrations, reviewing project structure, or establishing architecture standards for Salesforce-connected applications. Trigger with phrases like \"salesforce architecture\", \"salesforce project structure\", \"salesforce integration design\", \"how to organize salesforce code\", \"salesforce layout\". '

ai-agentstypescriptgo
0
3
Salesforce Sdk PatternsA

'Apply production-ready Salesforce jsforce patterns for TypeScript and Python. Use when implementing Salesforce integrations, refactoring SDK usage, or establishing team coding standards for Salesforce. Trigger with phrases like \"salesforce SDK patterns\", \"jsforce best practices\", \"salesforce code patterns\", \"idiomatic salesforce\", \"salesforce typescript\". '

ai-agentstypescriptpython
0
3
Salesforce Upgrade MigrationA

'Analyze, plan, and execute Salesforce API version upgrades and jsforce major version migrations. Use when upgrading Salesforce API versions, migrating jsforce v1 to v3, or adapting to deprecated API changes. Trigger with phrases like \"upgrade salesforce\", \"salesforce API version\", \"jsforce upgrade\", \"salesforce deprecation\", \"salesforce version migration\". '

ai-agentstypescriptgo
0
3
Salesforce Webhooks EventsA

'Implement Salesforce Platform Events, Change Data Capture (CDC), and Outbound Messages. Use when building real-time integrations, listening for record changes, or implementing event-driven architecture with Salesforce. Trigger with phrases like \"salesforce events\", \"salesforce CDC\", \"salesforce platform events\", \"salesforce streaming\", \"salesforce outbound message\", \"salesforce real-time\". '

ai-agentstypescriptgo
0
3
Salesloft Common ErrorsA

'Diagnose and fix SalesLoft API errors: 401, 403, 422, 429, and 5xx. Use when encountering SalesLoft errors, debugging failed requests, or troubleshooting OAuth token issues. Trigger: \"salesloft error\", \"fix salesloft\", \"salesloft not working\", \"salesloft 429\". '

ai-agentstypescriptgo
0
3
Salesloft Debug BundleB

'Collect SalesLoft debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic info for SalesLoft API problems. Trigger: \"salesloft debug\", \"salesloft diagnostic\", \"salesloft support bundle\". '

ai-agentspythongo
0
3
Salesloft Performance TuningA

'Optimize SalesLoft API performance with caching, pagination strategies, and connection pooling. Use when experiencing slow API responses, reducing latency for bulk operations, or optimizing cadence sync throughput. Trigger: \"salesloft performance\", \"optimize salesloft\", \"salesloft slow\", \"salesloft caching\". '

ai-agentstypescriptgo
0
3
Salesloft Reference ArchitectureA

'Production architecture for SalesLoft API integrations with service layer, webhook processing, and CRM sync patterns. Use when designing new SalesLoft integrations or reviewing project structure. Trigger: \"salesloft architecture\", \"salesloft project structure\", \"salesloft design\". '

ai-agentstypescriptgo
0
3