← all publishers

FluxonLab

@fluxonlab source repo

222 published skills · page 2 of 3

  1. Game UI UX Review · fluxonlab
    Use when you need to review game UI, HUD, menus, feedback, onboarding, readability, and control feel.
    0
    installs
  2. Map Routing Geo Review · fluxonlab
    Use when you need to review maps, routing, geospatial data, markers, clustering, geocoding, and location privacy.
    0
    installs
  3. SEO Content Ops Review · fluxonlab
    Use when you need to review SEO, content operations, metadata, structured data, editorial workflows, and crawlability.
    0
    installs
  4. Hybrid Search Implementation · fluxonlab
    Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.
    0
    installs
  5. Integration Boundary Review · fluxonlab
    Use when you need to review third-party service, webhook, queue, and cross-system integration boundaries.
    0
    installs
  6. Chrome Extension Review · fluxonlab
    Use when you need to review Chrome extension manifests, content scripts, background workers, permissions, and store-readiness.
    0
    installs
  7. Md Spec Generator · fluxonlab
    Use when you need to create clean markdown specifications, implementation docs, repair reports, and handoff packs.
    0
    installs
  8. Core Web Vitals · fluxonlab
    Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to "improve Core Web Vitals", "fix LCP", "reduce CLS", "optimize INP", "page experience optimization", or "fix layout shifts".
    0
    installs
  9. Agent Governance Review · fluxonlab
    Use when you need to review agent permissions, recursion, tool access, safety rules, and active context size.
    0
    installs
  10. Error Handling Observability · fluxonlab
    Use when you need to review error handling, logging, metrics, tracing, and user-safe diagnostics.
    0
    installs
  11. Data Pipeline Review · fluxonlab
    Use when you need to review or design an ETL/ELT data pipeline for idempotency, incremental loads, orchestration (Airflow/Dagster/cron), backfill safety, partitioning, and failure recovery.
    0
    installs
  12. Database And Prisma Review · fluxonlab
    Use when you need to inspect schema.prisma, migrations, seeds, generated clients, database safety, and persistence changes.
    0
    installs
  13. Responsive Layout Review · fluxonlab
    Use when you need to audit mobile, tablet, desktop, overflow, container sizing, and text fit.
    0
    installs
  14. Local LLM Runtime Review · fluxonlab
    Use when you need to review local LLM runtimes, model routing, resource limits, privacy boundaries, and offline behavior.
    0
    installs
  15. Postgresql Optimization · fluxonlab
    PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.
    0
    installs
  16. RAG Vector Search Review · fluxonlab
    Use when you need to review retrieval, embeddings, chunking, vector search, ranking, and grounding strategy.
    0
    installs
  17. Backend Implementation Review · fluxonlab
    Use when you need to review server-side implementation for correctness, maintainability, validation, and observability.
    0
    installs
  18. Build And Typecheck Review · fluxonlab
    Use when you need to review build, typecheck, compile, bundling, and static validation commands.
    0
    installs
  19. I18N Locale Parity Review · fluxonlab
    Use when you need to audit multi-language locale parity across TR/EN/DE locale files, detect missing translation keys, find hardcoded UI strings that bypass i18n, and validate next-intl App Router routing. This skill supports the "UI Language and Theme Parity" project behaviour rule.
    0
    installs
  20. Pixijs 2d Rendering · fluxonlab
    Use when building high-performance 2D rendering with PixiJS 8 — covering Application setup, Sprite/Container hierarchy, the Ticker loop, texture atlas loading, particle effects, batch rendering, and the WebGL/WebGPU backend switch.
    0
    installs
  21. Analytics Tracking Review · fluxonlab
    Use when you need to review analytics events, tracking plans, privacy, attribution, dashboards, and conversion instrumentation.
    0
    installs
  22. Cost Control Token Review · fluxonlab
    Use when you need to review token, runtime, model, API, hosting, and subagent fanout cost controls.
    0
    installs
  23. Observability Otel Review · fluxonlab
    Use when you need to review OpenTelemetry, logs, metrics, traces, dashboards, and operational diagnostics.
    0
    installs
  24. Monorepo Turborepo Review · fluxonlab
    Use when you need to review monorepo, Turborepo, workspace package, cache, build graph, and dependency boundaries.
    0
    installs
  25. Browser First Local App · fluxonlab
    Use when you need to prefer a local service plus browser UI over desktop runtime complexity unless a native shell is explicitly required.
    0
    installs
  26. Frontend UI Engineering · fluxonlab bundle
    Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.
    0
    installs
  27. Spec Driven Development · fluxonlab
    Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.
    0
    installs
  28. Test Driven Development · fluxonlab bundle
    Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
    0
    installs
  29. Python Performance Optimization · fluxonlab bundle
    Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.
    0
    installs
  30. Agent Supply Chain Review · fluxonlab
    Use when you need to review third-party agents, skills, plugins, prompts, install scripts, and provenance.
    0
    installs
  31. Terraform Iac Review · fluxonlab
    Use when you need to review Terraform or OpenTofu infrastructure-as-code for remote state and locking correctness, module structure, drift, plan safety, hardcoded secrets, provider pinning, and least-privilege IAM before any apply.
    0
    installs
  32. Supabase Rls Edge Functions · fluxonlab
    Use when implementing or auditing Supabase Row Level Security policies, Edge Functions (Deno), Realtime subscriptions, or Storage RLS — including auth.uid() policy patterns, service_role risk management, and the Supabase CLI deploy workflow.
    0
    installs
  33. Deployment Preflight Review · fluxonlab
    Use when you need to perform non-deploying deployment readiness checks for env, build, DB, secrets, and rollback.
    0
    installs
  34. Next App Router Rsc Review · fluxonlab
    Use when you need to review a Next.js App Router codebase for React Server Component correctness, "use client"/"use server" boundary violations, server secret leakage into the client bundle, Server Action input validation, fetch cache strategy, and metadata/streaming patterns.
    0
    installs
  35. Web Game Performance · fluxonlab
    Use when diagnosing or optimising browser game performance — covering the 16.6 ms frame budget, requestAnimationFrame discipline, object pooling, sprite batching, GC spike reduction, Canvas vs WebGL trade-offs, and Chrome DevTools profiling workflow.
    0
    installs
  36. AI Studio Prototype Review · fluxonlab
    Use when you need to review AI studio prototypes, prompt tooling, agent playgrounds, and rapid product experiments.
    0
    installs
  37. Startup Health Readiness · fluxonlab
    Use when you need to add or verify readiness gates, health checks, and startup sequencing.
    0
    installs
  38. Local Launcher Shortcuts · fluxonlab
    Use when you need to design local launchers, shortcuts, browser opening, logs, and shutdown behavior across macOS, Windows, and Linux.
    0
    installs
  39. Skill Librarian · fluxonlab
    Use when you need to search, select, and recommend at most five relevant skills without activating the whole archive.
    0
    installs
  40. Performance Optimization · fluxonlab bundle
    Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.
    0
    installs
  41. React18 Batching Patterns · fluxonlab bundle
    Provides exact patterns for diagnosing and fixing automatic batching regressions in React 18 class components. Use this skill whenever a class component has multiple setState calls in an async method, inside setTimeout, inside a Promise .then() or .catch(), or in a native event handler. Use it before writing any flushSync call - the decision tree here prevents unnecessary flushSync overuse. Also use this skill when fixing test failures caused by intermediate state assertions that break after React 18 upgrade.
    0
    installs
  42. Automation MCP Gatekeeping · fluxonlab
    Use when you need to gate external automation, MCP, Rube, Composio, credentials, scopes, and tool activation.
    0
    installs
  43. Data Quality Validation · fluxonlab
    Use when you need to add or review data quality validation — schema checks, null/duplicate/range assertions, Great Expectations or pandera suites, data contracts, freshness, and failure routing.
    0
    installs
  44. Web Game Architecture · fluxonlab
    Use when designing or reviewing engine-agnostic web game architecture — covering the fixed-timestep game loop, Entity-Component-System (ECS) pattern, state machine, asset loading pipeline, and save/load via localStorage or IndexedDB.
    0
    installs
  45. Backend Latency Profiling · fluxonlab
    Use when you need to profile backend request latency — measuring p50/p95/p99 (not averages), capturing flame graphs, finding slow code paths with py-spy/0x/pprof, and diagnosing connection-pool exhaustion and async/event-loop bottlenecks.
    0
    installs
  46. LLM API Cost Optimization · fluxonlab
    Use when you need to measure and reduce LLM/API spend with concrete tactics — per-call token instrumentation, prompt caching, model tiering (cheap vs. premium), request batching, context trimming, and a cost-per-request dashboard. Focuses on measurement plus implementable changes.
    0
    installs
  47. Business Model Review · fluxonlab
    Use when you need to review business model, monetization, unit economics, pricing logic, and go-to-market risk.
    0
    installs
  48. Update Implementation Plan · fluxonlab
    Update an existing implementation plan file with new or update requirements to provide new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.
    0
    installs
  49. Docker Image Hardening · fluxonlab
    Use when you need to review or author a Dockerfile for multi-stage builds, minimal or distroless base images, non-root runtime, layer caching, .dockerignore hygiene, pinned digests, image vulnerability scanning, and SBOM generation.
    0
    installs
  50. Threejs Webgl Patterns · fluxonlab
    Use when building 3D scenes in the browser with Three.js or React Three Fiber — covering Scene/Camera/Renderer setup, the render loop, GLTF loading, lighting, raycasting, and GPU-friendly instancing and frustum culling.
    0
    installs
  51. Gameplay Systems Review · fluxonlab
    Use when you need to review gameplay mechanics, rules, physics, input, balancing, and progression.
    0
    installs
  52. Game Performance Review · fluxonlab
    Use when you need to review frame budget, asset loading, rendering, memory, and interaction performance.
    0
    installs
  53. Wordpress Woocommerce Review · fluxonlab
    Use when you need to review WordPress, WooCommerce, PHP plugin, theme, checkout, payment, and extension changes.
    0
    installs
  54. Ecommerce Integration Review · fluxonlab
    Use when you need to review ecommerce catalogs, checkout, payments, inventory, orders, taxes, and integration boundaries.
    0
    installs
  55. Print Design Artifact Review · fluxonlab
    Use when you need to review print-ready design artifacts, NFC cards, QR codes, bleed, export formats, and production handoff.
    0
    installs
  56. Log And Diagnostics Bundle · fluxonlab
    Use when you need to collect concise logs, environment facts, versions, and failure evidence without exposing secrets.
    0
    installs
  57. Incremental Implementation · fluxonlab
    Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
    0
    installs
  58. Openapi To Application Code · fluxonlab
    Generate a complete, production-ready application from an OpenAPI specification
    0
    installs
  59. Python MCP Server Generator · fluxonlab
    Generate a complete MCP server project in Python with tools, resources, and proper configuration
    0
    installs
  60. Python Pypi Package Builder · fluxonlab bundle
    End-to-end skill for building, testing, linting, versioning, and publishing a production-grade Python library to PyPI. Covers all four build backends (setuptools+setuptools_scm, hatchling, flit, poetry), PEP 440 versioning, semantic versioning, dynamic git-tag versioning, OOP/SOLID design, type hints (PEP 484/526/544/561), Trusted Publishing (OIDC), and the full PyPA packaging flow. Use for: creating Python packages, pip-installable SDKs, CLI tools, framework plugins, pyproject.toml setup, py.typed, setuptools_scm, semver, mypy, pre-commit, GitHub Actions CI/CD, or PyPI publishing.
    0
    installs
  61. Phaser Game Development · fluxonlab
    Use when building, debugging, or architecting browser games with Phaser 3 — covering Scene lifecycle, physics systems, sprite/atlas management, tilemap loading, input handling, and Vite-based TypeScript project setup.
    0
    installs
  62. Game Architecture Review · fluxonlab
    Use when you need to review game architecture, loop structure, scenes, entities, assets, input, and state.
    0
    installs
  63. Frontend Performance Budget · fluxonlab
    Use when you need to set and enforce frontend performance budgets — Core Web Vitals beyond the basics (LCP, INP, CLS attribution), JavaScript and asset size budgets, lazy loading, hydration cost, and Lighthouse CI gates in a pipeline.
    0
    installs
  64. API Reference Docs · fluxonlab
    Use when you need to produce or audit API reference documentation from code or an OpenAPI spec — complete endpoint/parameter coverage, runnable request/response examples, an error/status-code table, authentication notes, and a clear versioning and deprecation policy.
    0
    installs
  65. Landing Page Conversion Review · fluxonlab
    Use when you need to review landing pages, first viewport signal, offer clarity, trust, and conversion friction.
    0
    installs
  66. Godot Unity Unreal Triage · fluxonlab
    Use when you need to triage Godot, Unity, Unreal, shader, engine, and asset pipeline issues.
    0
    installs
  67. Pricing Packaging Review · fluxonlab
    Use when you need to review pricing tiers, packaging, feature gates, trials, and conversion paths.
    0
    installs
  68. Technical Writing Review · fluxonlab
    Use when you need to review technical writing for accuracy, structure, brevity, and execution orientation.
    0
    installs
  69. Skill Deduplication · fluxonlab
    Use when you need to detect duplicate and overlapping skills, choose canonical versions, and document deferred alternatives.
    0
    installs
  70. Path Hygiene Repair · fluxonlab
    Use when you need to detect misplaced AI agent system files, repair canonical placement, and leave thin pointers.
    0
    installs
  71. Ml Training Pipeline Review · fluxonlab
    Use when you need to review an ML training pipeline for reproducibility, data/train/val/test splitting, data leakage, checkpointing, and experiment tracking (MLflow/W&B).
    0
    installs
  72. Model Serving And Inference · fluxonlab
    Use when you need to review or design model serving and inference — batch vs online patterns, latency/throughput, model versioning, rollback, and monitoring for drift and skew.
    0
    installs
  73. Docs Quality Review · fluxonlab
    Use when you need to review documentation for quality — technical accuracy against the code, audience fit, terminology and style consistency, broken internal/external links, and whether every example actually runs.
    0
    installs
  74. Memory And Resource Profiling · fluxonlab
    Use when you need to profile memory and OS resources — heap profiling, finding leaks and unbounded growth, GC pressure, and leaked file descriptors, sockets, or connections, including processes that hit container memory limits and get OOM-killed.
    0
    installs
  75. Market Research Synthesis · fluxonlab
    Use when you need to synthesize market, competitor, audience, and positioning research with citations.
    0
    installs
  76. Browser Testing With Devtools · fluxonlab
    Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data via Chrome DevTools MCP.
    0
    installs
  77. Gamedev Hotfix · fluxonlab
    Emergency fix workflow that bypasses normal sprint processes with a full audit trail. Creates hotfix branch, tracks approvals, and ensures the fix is backported correctly.
    0
    installs
  78. Kubernetes Manifest Review · fluxonlab
    Use when you need to review or author Kubernetes manifests or Helm charts for resource requests and limits, liveness/readiness/startup probes, pod security context, RBAC scope, network policy, HPA, secret handling, and common workload anti-patterns.
    0
    installs
  79. Cloud Service Architecture · fluxonlab
    Use when you need to choose or review cloud architecture decisions — managed vs self-hosted services, multi-AZ high availability, scaling strategy, VPC/subnet/network design, least-privilege service roles, and cost-aware tradeoffs.
    0
    installs
  80. Nfc Linktree Menu Builder Review · fluxonlab
    Use when you need to review NFC card, linktree, menu builder, QR, profile page, and tap-to-open product flows.
    0
    installs
  81. Skill To Agent Router · fluxonlab
    Use when you need to map skills to agents, departments, optional bindings, exclusions, and activation rules.
    0
    installs
  82. Gamedev Team QA · fluxonlab
    Orchestrate the QA team through a full testing cycle. Coordinates qa-lead (strategy + test plan) and qa-tester (test case writing + bug reporting) to produce a complete QA package for a sprint or feature. Covers: test plan generation, test case writing, smoke check gate, manual QA execution, and sign-off report.
    0
    installs
  83. Gamedev Team UI · fluxonlab
    Orchestrate the UI team through the full UX pipeline: from UX spec authoring through visual design, implementation, review, and polish. Integrates with /ux-design, /ux-review, and studio UX templates.
    0
    installs
  84. Typescript MCP Server Generator · fluxonlab
    Generate a complete MCP server project in TypeScript with tools, resources, and proper configuration
    0
    installs
  85. Interactive Prototype Review · fluxonlab
    Use when you need to review prototypes for core interaction, feedback, playability, and implementation scope.
    0
    installs
  86. Product Requirements Review · fluxonlab
    Use when you need to review requirements, user stories, acceptance criteria, scope, and ambiguity.
    0
    installs
  87. Gamedev Estimate · fluxonlab
    Estimates task effort by analyzing complexity, dependencies, historical velocity, and risk factors. Produces a structured estimate with confidence levels.
    0
    installs
  88. Breakdown Feature Implementation · fluxonlab
    Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
    0
    installs
  89. Deploy Topology And Rollback · fluxonlab
    Use when you need to review or design a deployment topology and rollback strategy — blue-green, canary, and rolling deploys, health gates, automated rollback, zero-downtime cutover, and safe infrastructure change sequencing.
    0
    installs
  90. Dataset Versioning And Lineage · fluxonlab
    Use when you need to review or set up dataset versioning and lineage — DVC or lakeFS, dataset cards, lineage tracking, PII handling, and reproducible dataset references tied to code and models.
    0
    installs
  91. Codex Final Execution Prompt · fluxonlab
    Use when you need to write strict final execution prompts for Codex, Claude, Copilot, or other coding agents.
    0
    installs
  92. Gamedev Art Bible · fluxonlab
    Guided, section-by-section Art Bible authoring. Creates the visual identity specification that gates all asset production. Run after /brainstorm is approved and before /map-systems or any GDD authoring begins.
    0
    installs
  93. Gamedev Prototype · fluxonlab
    Rapid prototyping workflow. Skips normal standards to quickly validate a game concept or mechanic. Produces throwaway code and a structured prototype report.
    0
    installs
  94. Gamedev Tech Debt · fluxonlab
    Track, categorize, and prioritize technical debt across the codebase. Scans for debt indicators, maintains a debt register, and recommends repayment scheduling.
    0
    installs
  95. Gamedev UX Review · fluxonlab
    Validates a UX spec, HUD design, or interaction pattern library for completeness, accessibility compliance, GDD alignment, and implementation readiness. Produces APPROVED / NEEDS REVISION / MAJOR REVISION NEEDED verdict with specific gaps.
    0
    installs
  96. Refactor Method Complexity Reduce · fluxonlab
    Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.
    0
    installs
  97. Secrets And Config Management · fluxonlab
    Use when you need to review or design secret and configuration handling — secret managers (Vault, AWS Secrets Manager, SSM, GCP/Azure), rotation, runtime injection, keeping secrets out of IaC and images, sealed/external secrets, and config-vs-secret separation.
    0
    installs
  98. Gamedev Brainstorm · fluxonlab bundle
    Guided game concept ideation — from zero idea to a structured game concept document. Uses professional studio ideation techniques, player psychology frameworks, and structured creative exploration.
    0
    installs
  99. Gamedev Team Audio · fluxonlab
    Orchestrate audio team: audio-director + sound-designer + technical-artist + gameplay-programmer for full audio pipeline from direction to implementation.
    0
    installs
  100. Gamedev Team Level · fluxonlab
    Orchestrate level design team: level-designer + narrative-director + world-builder + art-director + systems-designer + qa-tester for complete area/level creation.
    0
    installs