← all publishers

FluxonLab

@fluxonlab source repo

222 published skills · page 1 of 3

  1. Diff Review · fluxonlab
    Use when reviewing a code change before committing — e.g. the user says "review my diff", "karpathy check", "am I overcomplicating this", "check complexity before I commit", or when finalizing AI-generated code. Audits the staged diff against four principles (surface assumptions, keep it simple, surgical changes, verifiable goal) and returns a keep-or-fix verdict.
    0
    installs
  2. AI Security Review · fluxonlab
    Use when you need to review prompt injection, tool misuse, agent delegation risk, data exfiltration, and model boundary failures.
    0
    installs
  3. LLM Evaluation · fluxonlab
    Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testing LLM performance, measuring AI application quality, or establishing evaluation frameworks.
    0
    installs
  4. IOS Hig Review · fluxonlab
    Use when you need to review iOS interfaces against platform conventions, navigation, accessibility, and touch ergonomics.
    0
    installs
  5. Env Config Hardening · fluxonlab
    Use when you need to harden environment handling, config defaults, .env safety, secret loading, and redaction.
    0
    installs
  6. Refactor · fluxonlab
    Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.
    0
    installs
  7. Python Packaging · fluxonlab bundle
    Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.
    0
    installs
  8. Track Management · fluxonlab
    Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.
    0
    installs
  9. Refactor Safety · fluxonlab
    Use when you need to scope refactors safely, preserve behavior, avoid unrelated churn, and verify changed surfaces.
    0
    installs
  10. SEO · fluxonlab
    Optimize for search engine visibility and ranking. Use when asked to "improve SEO", "optimize for search", "fix meta tags", "add structured data", "sitemap optimization", or "search engine optimization".
    0
    installs
  11. Fastapi Templates · fluxonlab
    Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
    0
    installs
  12. Python Code Style · fluxonlab
    Python code style, linting, formatting, naming conventions, and documentation standards. Use when writing new code, reviewing style, configuring linters, writing docstrings, or establishing project standards.
    0
    installs
  13. Python Resilience · fluxonlab
    Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators. Use when adding retry logic, implementing timeouts, building fault-tolerant services, or handling transient failures.
    0
    installs
  14. Turborepo Caching · fluxonlab
    Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.
    0
    installs
  15. Workflow Patterns · fluxonlab
    Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.
    0
    installs
  16. Repo Diagnostics · fluxonlab
    Use when you need to inspect repositories, scripts, package managers, frameworks, entrypoints, configuration, databases, and reproducible failures before edits.
    0
    installs
  17. Mobile App Review · fluxonlab
    Use when you need to review mobile app architecture, navigation, state, platform integration, and release surfaces.
    0
    installs
  18. Authz Permission Review · fluxonlab
    Use when you need to review authorization, roles, row-level access, tenancy, privilege checks, and denied paths.
    0
    installs
  19. Copilot Sdk · fluxonlab
    Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.
    0
    installs
  20. Database Migration · fluxonlab
    Execute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating databases, changing schemas, performing data transformations, or implementing zero-downtime deployment strategies.
    0
    installs
  21. RAG Implementation · fluxonlab
    Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.
    0
    installs
  22. Uv Package Manager · fluxonlab bundle
    Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.
    0
    installs
  23. Monorepo Management · fluxonlab
    Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.
    0
    installs
  24. Refactor Plan · fluxonlab
    Plan a multi-file refactor with proper sequencing and rollback steps
    0
    installs
  25. Debugging Strategies · fluxonlab
    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.
    0
    installs
  26. E2e Testing Patterns · fluxonlab
    Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.
    0
    installs
  27. Embedding Strategies · fluxonlab
    Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.
    0
    installs
  28. Python Anti Patterns · fluxonlab
    Use this skill when reviewing Python code for common anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing implementations, or when debugging issues that might stem from known bad practices.
    0
    installs
  29. Python Configuration · fluxonlab
    Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, managing secrets, or implementing environment-specific behavior.
    0
    installs
  30. Python Observability · fluxonlab
    Python observability patterns including structured logging, metrics, and distributed tracing. Use when adding logging, implementing metrics collection, setting up tracing, or debugging production systems.
    0
    installs
  31. Web Component Design · fluxonlab
    Master React, Vue, and Svelte component patterns including CSS-in-JS, composition strategies, and reusable component architecture. Use when building UI component libraries, designing component APIs, or implementing frontend design systems.
    0
    installs
  32. Auth Session Review · fluxonlab
    Use when you need to review authentication, sessions, cookies, tokens, origins, and permission assumptions in a web application before a release, security audit, or compliance review.
    0
    installs
  33. Architecture Review · fluxonlab
    Use when you need to evaluate architecture, coupling, duplication, integration fit, and whether to keep, adapt, or replace existing structures.
    0
    installs
  34. Implementation Plan · fluxonlab
    Use when you need to turn goals into file-level plans with risks, migration steps, test plan, rollback path, and acceptance criteria.
    0
    installs
  35. Playwright E2e Audit · fluxonlab
    Use when you need to run or create minimal Playwright checks for browser and local app flows.
    0
    installs
  36. Webapp Testing · fluxonlab
    Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
    0
    installs
  37. API Design Principles · fluxonlab
    Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
    0
    installs
  38. Async Python Patterns · fluxonlab
    Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.
    0
    installs
  39. Bats Testing Patterns · fluxonlab
    Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities.
    0
    installs
  40. Nx Workspace Patterns · fluxonlab
    Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing affected commands.
    0
    installs
  41. Python Error Handling · fluxonlab
    Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing validation logic, designing exception strategies, handling batch processing failures, or building robust APIs.
    0
    installs
  42. Codebase Cartography · fluxonlab
    Use when you need to map module layout, runtime boundaries, data flow, ownership zones, and high-risk files.
    0
    installs
  43. Security And Secrets Review · fluxonlab
    Use when you need to review secrets, environment variables, auth, CORS, token handling, logging redaction, and unsafe changes.
    0
    installs
  44. Smoke Test And Repair · fluxonlab
    Use when you need to run safe install, build, lint, typecheck, test, startup, route checks, repair failures, and verify.
    0
    installs
  45. API Test Suite Review · fluxonlab
    Use when you need to review API tests, contract coverage, fixtures, error cases, and integration isolation for an existing test suite.
    0
    installs
  46. Uat Acceptance Review · fluxonlab
    Use when you need to translate product goals into acceptance checks, demo paths, and user validation criteria for a feature ready for stakeholder sign-off.
    0
    installs
  47. Git Advanced Workflows · fluxonlab
    Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
    0
    installs
  48. Langchain Architecture · fluxonlab
    Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.
    0
    installs
  49. Python Background Jobs · fluxonlab
    Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, job queues, long-running operations, or decoupling work from request/response cycles.
    0
    installs
  50. Python Design Patterns · fluxonlab
    Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use this skill when designing a new service or component from scratch and choosing how to layer responsibilities, when refactoring a God class or monolithic function that has grown too large, when deciding whether to add a new abstraction or live with duplication, when evaluating a pull request for structural issues like tight coupling or leaking internal types, when choosing between inheritance and composition for a new class hierarchy, or when a codebase is becoming hard to test because of entangled I/O and business logic.
    0
    installs
  51. React State Management · fluxonlab
    Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.
    0
    installs
  52. Tailwind Design System · fluxonlab bundle
    Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.
    0
    installs
  53. Python Project Review · fluxonlab
    Use when you need to review a Python project for environment management correctness, dependency pinning and CVEs, pytest/coverage structure, ruff linting, mypy type checking, and common security anti-patterns including subprocess shell injection, eval/exec, pickle deserialization, and SQL string concatenation.
    0
    installs
  54. Web Design Review · fluxonlab
    Use when you need to review web design quality, hierarchy, layout, copy density, and product fit.
    0
    installs
  55. Electron App Security Review · fluxonlab
    Use when you need to audit the internal security of an Electron application — context isolation, IPC input validation, contextBridge API surface, preload script hygiene, renderer CSP, navigation restrictions, and auto-update signature verification. Distinct from desktop launcher/packaging review.
    0
    installs
  56. Quality Playbook · fluxonlab bundle
    Explore any codebase from scratch and generate six quality artifacts: a quality constitution (QUALITY.md), spec-traced functional tests, a code review protocol with regression test generation, an integration testing protocol, a multi-model spec audit (Council of Three), and an AI bootstrap file (AGENTS.md). Includes state machine completeness analysis and missing safeguard detection. Works with any language (Python, Java, Scala, TypeScript, Go, Rust, etc.). Use this skill whenever the user asks to set up a quality playbook, generate functional tests from specifications, create a quality constitution, build testing protocols, audit code against specs, or establish a repeatable quality system for a project. Also trigger when the user mentions 'quality playbook', 'spec audit', 'Council of Three', 'fitness-to-purpose', 'coverage theater', or wants to go beyond basic test generation to build a full quality system grounded in their actual codebase.
    0
    installs
  57. Error Handling Patterns · fluxonlab
    Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.
    0
    installs
  58. Openapi Spec Generation · fluxonlab bundle
    Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.
    0
    installs
  59. Postgresql Table Design · fluxonlab
    Use this skill when designing or reviewing a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features
    0
    installs
  60. Python Testing Patterns · fluxonlab bundle
    Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
    0
    installs
  61. Temporal Python Testing · fluxonlab
    Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.
    0
    installs
  62. Visual Polish Pass · fluxonlab
    Use when you need to perform final visual polish checks for alignment, rhythm, affordances, and professional finish.
    0
    installs
  63. Android Material Review · fluxonlab
    Use when you need to review Android interfaces against Material conventions, navigation, accessibility, and device behavior.
    0
    installs
  64. Desktop Launcher Review · fluxonlab
    Use when you need to review local desktop launchers, shortcuts, shell scripts, app wrappers, logging, and update safety.
    0
    installs
  65. Caching Strategy · fluxonlab
    Use when you need to design or review a caching strategy across layers (CDN/edge/application/database), choose TTLs and cache keys, prevent cache stampedes, handle invalidation correctly, and measure hit rate to prove the cache is actually helping.
    0
    installs
  66. Bazel Build Optimization · fluxonlab
    Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
    0
    installs
  67. Release Readiness Check · fluxonlab
    Use when you need to decide whether a project is ready for demo, handoff, release, or deployment.
    0
    installs
  68. Project Agent Bootstrap · fluxonlab
    Use when starting medium or large project work, standardizing project-local agent guidance, or creating minimal AGENTS.md, .codex/project.toml, project skills, or project agent overrides from the global skill and agent pool.
    0
    installs
  69. Data Migration Safety · fluxonlab
    Use when you need to plan non-destructive data migrations, backups, idempotency, rollback, and local-only resets.
    0
    installs
  70. Accessibility Audit · fluxonlab
    Use when you need to audit semantic HTML, keyboard navigation, focus, contrast, labels, and screen reader basics.
    0
    installs
  71. Dashboard UX Review · fluxonlab
    Use when you need to review dashboards, admin tools, density, scanning, filtering, and operational workflows.
    0
    installs
  72. Adr Generator · fluxonlab
    Use when you need to generate architecture decision records with context, decision, consequences, and alternatives.
    0
    installs
  73. Dependency Supply Chain Review · fluxonlab
    Use when you need to review dependencies, scripts, lockfiles, package provenance, and install-time risks.
    0
    installs
  74. Visual Regression Review · fluxonlab
    Use when you need to review screenshots, layout diffs, visual states, responsive snapshots, and rendering drift.
    0
    installs
  75. SQL Optimization Patterns · fluxonlab
    Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
    0
    installs
  76. Typescript Advanced Types · fluxonlab
    Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
    0
    installs
  77. API And Interface Design · fluxonlab
    Use when designing stable APIs, module boundaries, type contracts, public interfaces, REST or GraphQL endpoints, or frontend/backend contracts.
    0
    installs
  78. Notebook Hygiene · fluxonlab
    Use when you need to review or clean up Jupyter notebooks — out-of-order cells, hidden state, parameterization, nbconvert/papermill execution, output bloat, and secrets that must stay out of notebooks.
    0
    installs
  79. CI CD Pipeline Review · fluxonlab
    Use when you need to review CI jobs, workflow triggers, caches, matrixes, artifacts, and safe release gates.
    0
    installs
  80. Design System Review · fluxonlab
    Use when you need to inspect component reuse, design tokens, variants, primitives, and design system drift.
    0
    installs
  81. Cloud Spend Review · fluxonlab
    Use when you need to review cloud spend for waste — rightsizing over-provisioned compute, finding idle and orphaned resources, storage tiering, data egress charges, reserved/spot/committed-use discounts, cost-allocation tagging, and cost-anomaly alerting.
    0
    installs
  82. Regression Scope Analysis · fluxonlab
    Use when you need to identify likely regression surfaces, impacted tests, risk boundaries, and verification focus for a code change before merge.
    0
    installs
  83. Premium Frontend UI · fluxonlab
    A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architectural craftsmanship.
    0
    installs
  84. Modern Javascript Patterns · fluxonlab bundle
    Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.
    0
    installs
  85. Nextjs App Router Patterns · fluxonlab
    Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Server Components.
    0
    installs
  86. Python Resource Management · fluxonlab
    Python resource management with context managers, cleanup patterns, and streaming. Use when managing connections, file handles, implementing cleanup logic, or building streaming responses with accumulated state.
    0
    installs
  87. Seed And Fixture Review · fluxonlab
    Use when you need to review seed scripts, fixtures, test data, idempotency, and reset risk.
    0
    installs
  88. UI Consistency Review · fluxonlab
    Use when you need to audit UI consistency, spacing, color, typography, states, accessibility basics, and responsive behavior.
    0
    installs
  89. Shadcn UI Components · fluxonlab
    Use when adding, customising, or reviewing shadcn/ui components in a Next.js or React project — covering CLI installation, CSS variable theming, dark mode, react-hook-form + Zod form patterns, and Radix UI accessibility compliance.
    0
    installs
  90. Runtime Diagnostics · fluxonlab
    Use when you need to diagnose startup, process, port, dependency, environment, and runtime health failures.
    0
    installs
  91. Context Engineering · fluxonlab
    Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.
    0
    installs
  92. Javascript Testing Patterns · fluxonlab bundle
    Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.
    0
    installs
  93. Prompt Engineering Patterns · fluxonlab
    Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.
    0
    installs
  94. Agent Workflow Design · fluxonlab
    Use when you need to design agent roles, handoffs, tool boundaries, workflow routing, and coordination rules.
    0
    installs
  95. Prompt Systems Review · fluxonlab
    Use when you need to review prompts, instructions, evaluation criteria, hallucination risk, and execution clarity.
    0
    installs
  96. LLM Evaluation Review · fluxonlab
    Use when you need to review LLM eval plans, rubrics, datasets, expected outputs, and regression checks.
    0
    installs
  97. Postgres Supabase Review · fluxonlab
    Use when you need to review Postgres and Supabase schemas, policies, migrations, indexes, and local versus production boundaries.
    0
    installs
  98. Query Performance Review · fluxonlab
    Use when you need to review query plans, indexes, N+1 risks, pagination, and data access patterns.
    0
    installs
  99. Release Notes Generator · fluxonlab
    Use when you need to generate concise release notes, known issues, migration notes, and operator actions.
    0
    installs
  100. Handoff Readiness Check · fluxonlab
    Use when you need to check documentation, runbooks, install commands, local startup, tests, and transfer readiness.
    0
    installs