RaNDoM6913/claude-code-superkit
Skill Claude CodeCodex
Capture HTML/React components as PNG textures for 3D models — html2canvas, CanvasTexture, capture pipeline, resolution settings. Use when you need to display web UI on a 3D surface.
RaNDoM6913/claude-code-superkit
Skill Claude CodeCodex
Capture HTML/React components as PNG textures for 3D models — html2canvas, CanvasTexture, capture pipeline, resolution settings. Use when you need to display web UI on a 3D surface.
RaNDoM6913/claude-code-superkit
Skill Claude CodeCodex
Opt-in shape-then-build flow for creating UI from scratch with maximum intentionality. 4-stage cycle: shape → refine → implement → polish. Invoke only when explicitly asked for "craft a UI" or "impeccable approach".
RaNDoM6913/claude-code-superkit
Skill Claude CodeCodex
Auto-detect and run project linters — supports Go, TypeScript, Python, Rust, and more.
RaNDoM6913/claude-code-superkit
Skill Claude CodeCodex
Apply or rollback database migrations — auto-detects migration tool.
RaNDoM6913/claude-code-superkit
Skill Claude CodeCodex
SQL migration safety — naming, rollback, FK constraints, indexes, idempotency, data loss risk.
RaNDoM6913/claude-code-superkit
Skill Claude CodeCodex
Surgical implementation specialist — delivers the smallest diff that solves the problem. Refuses scope creep, allergic to "while we're at it…", prefers three similar lines over a premature abstraction.
RaNDoM6913/claude-code-superkit
Skill Claude CodeCodex
Scaffold a new database migration file pair (up + down) with auto-detection of migration tool and numbering.
RaNDoM6913/claude-code-superkit
Skill Claude CodeCodex
Expert integration of Supabase Auth with Next.js App Router — server/client boundary, middleware for session refresh, Server Components, Server Actions, RLS. Use when the task mentions Supabase auth, Next.js auth, login, signup, OAuth, protected routes, or auth middleware.
RaNDoM6913/claude-code-superkit
Skill Claude CodeCodex
Anti-laziness enforcement — bans placeholder patterns (// ..., // TODO, // rest of code), enforces complete code generation, handles token-limit splits cleanly. Activate for every code generation task.
RaNDoM6913/claude-code-superkit
Skill Claude CodeCodex
Validates implementation plans before execution — checks requirement coverage, file paths, dependencies, scope, factual accuracy.
RaNDoM6913/claude-code-superkit
Skill Claude CodeCodex
PostgreSQL optimization — query tuning, indexing strategies, EXPLAIN analysis, configuration, maintenance, and monitoring. Use when slow queries, missing indexes, vacuum lag, or performance bottlenecks are suspected.
RaNDoM6913/claude-code-superkit
Skill Claude CodeCodex
9-point pre-deploy gate — compilation, linting, tests, migrations, API spec, debug artifacts, env config, bundle size, secrets.
RaNDoM6913/claude-code-superkit
Skill Claude CodeCodex
Review scroll-driven presentation sections using GSAP ScrollTrigger, phone frame components, and 3D textures — phase objects, dual ScrollTrigger entrance pattern, performance. Activate when editing scroll-driven presentation sections.