SnakeO

46 mods across 1 repository, 9 stars between them.

debug:angular

02

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Angular applications systematically with expert-level diagnostic techniques. This skill provides comprehensive guidance for troubleshooting dependency injection errors, change detection issues (NG0100), RxJS subscription leaks, lazy loading failures, zone.js problems, and common Angular runtime errors. Includes…

9 7mo ago B 81 tokens

debug:django

03

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Django web applications with systematic diagnostic approaches. This skill covers troubleshooting Django-specific errors including TemplateDoesNotExist, ImproperlyConfigured, IntegrityError, migration conflicts, CSRF failures, N+1 query problems, and circular imports. Includes Django Debug Toolbar setup, ORM…

9 7mo ago A 87 tokens

debug:docker

04

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Docker containers, images, and infrastructure with systematic diagnostic techniques. This skill provides comprehensive guidance for troubleshooting container exit codes, OOM kills, image build failures, networking issues, volume mount problems, and permission errors. Covers four-phase debugging methodology from…

9 7mo ago B 82 tokens

debug:dotnet

05

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug ASP.NET Core and .NET applications with systematic diagnostic approaches. This skill covers troubleshooting dependency injection container errors, middleware pipeline issues, Entity Framework Core query problems, configuration binding failures, authentication/authorization issues, and startup failures. Includes…

9 7mo ago A 88 tokens

debug:express

06

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Express.js and Node.js applications with systematic diagnostic techniques. This skill provides comprehensive guidance for troubleshooting middleware execution issues, routing problems, CORS errors, async error handling, memory leaks, and unhandled promise rejections. Covers DEBUG environment variable usage, Node…

9 7mo ago A 85 tokens

debug:fastapi

07

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug FastAPI applications systematically with this comprehensive troubleshooting skill. Covers async/await issues, Pydantic validation errors (422 responses), dependency injection failures, CORS configuration problems, database session management, and circular import resolution. Provides structured four-phase…

9 7mo ago A 74 tokens

debug:flask

08

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Flask applications systematically with this comprehensive troubleshooting skill. Covers routing errors (404/405), Jinja2 template issues, application context problems, SQLAlchemy session management, blueprint registration failures, and circular import resolution. Provides structured four-phase debugging…

9 7mo ago A 73 tokens

debug:flutter

09

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Flutter applications systematically with this comprehensive troubleshooting skill. Covers RenderFlex overflow errors, setState() after dispose() issues, null check operator failures, platform channel problems, build context errors, and hot reload failures. Provides structured four-phase debugging methodology…

9 7mo ago A 76 tokens

debug:kubernetes

10

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Kubernetes clusters and workloads systematically with this comprehensive troubleshooting skill. Covers CrashLoopBackOff, ImagePullBackOff, OOMKilled, pending pods, service connectivity issues, PVC binding failures, and RBAC permission errors. Provides structured four-phase debugging methodology with kubectl…

9 7mo ago A 82 tokens

debug:laravel

11

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Laravel applications systematically with this comprehensive troubleshooting skill. Covers class/namespace errors, database SQLSTATE issues, route problems (404/405), Blade template errors, middleware issues (CSRF/auth), queue job failures, and cache/session problems. Provides structured four-phase debugging…

9 7mo ago A 80 tokens

debug:nestjs

12

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug NestJS issues systematically. Use when encountering dependency injection errors like "Nest can't resolve dependencies", module import issues, circular dependencies between services or modules, guard and interceptor problems, decorator configuration issues, microservice communication errors, WebSocket gateway…

9 7mo ago B 68 tokens

debug:nextjs

13

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Next.js issues systematically. Use when encountering SSR errors, hydration mismatches like "Text content did not match", routing issues with App Router or Pages Router, build failures, dynamic import problems, API route errors, middleware issues, caching and revalidation problems, or performance bottlenecks.…

9 7mo ago C 72 tokens

debug:nuxtjs

14

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Nuxt.js issues systematically. Use when encountering SSR errors, Nitro server issues, hydration mismatches like "Hydration text/node mismatch", composable problems with useFetch or useAsyncData, plugin initialization failures, module conflicts, auto-import issues, or Vue-specific runtime errors in a Nuxt context.

9 7mo ago C 67 tokens

debug:pandas

15

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Pandas issues systematically. Use when encountering DataFrame errors, SettingWithCopyWarning, KeyError on column access, merge and join mismatches with unexpected NaN values, memory errors with large DataFrames, dtype conversion issues, index alignment problems, or any data manipulation errors in Python data…

9 7mo ago A 65 tokens

debug:pytorch

16

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug PyTorch issues systematically. Use when encountering tensor errors, CUDA out of memory errors, gradient problems like NaN loss or exploding gradients, shape mismatches between layers, device conflicts between CPU and GPU, autograd graph issues, DataLoader problems, dtype mismatches, or training instabilities in…

9 7mo ago A 67 tokens

debug:rails

17

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Rails issues systematically. Use when encountering ActiveRecord errors like RecordNotFound, routing issues, N+1 query problems detected by Bullet, asset pipeline issues, migration failures, gem conflicts, ActionController errors, CSRF token problems, or any Ruby on Rails application errors requiring diagnosis.

9 7mo ago A 61 tokens

debug:react-native

18

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug React Native issues systematically. Use when encountering native module errors like "Native module cannot be null", Metro bundler issues including port conflicts and cache corruption, platform-specific build failures for iOS CocoaPods or Android Gradle, bridge communication problems, Hermes engine bytecode…

9 7mo ago D 78 tokens

debug:react

19

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug React issues systematically. Use when encountering component errors like "Cannot read property of undefined", infinite re-render loops with "Too many re-renders", stale closures in hooks, key prop warnings, memory leaks with useEffect, hydration mismatches in SSR/SSG applications, hook rule violations, missing…

9 7mo ago A 94 tokens

debug:scikit-learn

20

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Scikit-learn issues systematically. Use when encountering model errors like NotFittedError, shape mismatches between train and test data, NaN/infinity value errors, pipeline configuration issues, convergence warnings from optimizers, cross-validation failures due to class imbalance, data leakage causing…

9 7mo ago A 78 tokens

debug:spring-boot

21

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Spring Boot issues systematically. Use when encountering bean errors like NoSuchBeanDefinitionException, circular dependency issues, application startup failures, JPA/Hibernate problems including LazyInitializationException and N+1 queries, security misconfigurations causing 403 Forbidden errors, property…

9 7mo ago A 81 tokens

debug:svelte

22

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug Svelte application issues systematically. This skill helps diagnose and resolve Svelte-specific problems including reactivity failures, runes issues ($state, $derived, $effect), store subscription memory leaks, SSR hydration mismatches, and compiler warnings. Covers both Svelte 4 legacy patterns and Svelte 5…

9 7mo ago C 90 tokens

debug:swiftui

23

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug SwiftUI application issues systematically. This skill helps diagnose and resolve SwiftUI-specific problems including view update failures, state management issues with @State/@Binding/@ObservedObject, NavigationStack problems, memory leaks from retain cycles, preview crashes, Combine publisher issues, and…

9 7mo ago A 80 tokens

debug:tensorflow

24

SnakeO/claude-debug-and-refactor-skills-plugin

Skill Claude CodeCodex

Debug TensorFlow and Keras issues systematically. This skill helps diagnose and resolve machine learning problems including tensor shape mismatches, GPU/CUDA detection failures, out-of-memory errors, NaN/Inf values in loss functions, vanishing/exploding gradients, SavedModel loading errors, and data pipeline…

9 7mo ago A 87 tokens