fusengine

fusengine

@fusengine

GitHub
49 Skills
637 Total Stars
February 2026 Joined

Public Skills

skill-creator

by fusengine

Use when creating new skills, restructuring existing skills, or improving skill documentation. Generates SKILL.md + references/ structure with proper patterns.

13 1mo ago

community-pulse

by fusengine

Monitor community feedback on Claude Code via Exa search. Gathers sentiment, real-world usage patterns, bug reports, and feature requests from blogs, forums, and social media.

Embeddings 13 3mo ago

breaking-changes

by fusengine

Detect breaking changes in Claude Code updates by comparing current API surface against changelog. Maps impacts to specific plugin files.

API Dev 13 3mo ago

changelog-scan

by fusengine

Scan Claude Code changelog for new versions, features, and changes. Fetches official docs, parses release notes, and generates structured update report.

Code Gen 13 3mo ago

react-effects-audit

by fusengine

Audit React components for unnecessary useEffect patterns. Detects 9 anti-patterns from "You Might Not Need an Effect" and proposes fixes with severity levels.

Code Review 13 3mo ago

code-quality

by fusengine

Code quality validation with linters, SOLID principles, DRY detection, error detection, and architecture compliance across all languages.

Debugging 13 3mo ago

sniper-check

by fusengine

Use when validating code quality after modifications. Runs sniper agent in isolated forked context for clean, fast validation.

Agents 13 3mo ago

agent-creator

by fusengine

Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.

Agents 13 3mo ago

component-variants

by fusengine

Use when creating multi-style components, variant props, or style switching. Covers Glass, Outline, and Flat styles with CVA.

Linting 13 3mo ago

generating-components

by fusengine

Use when generating UI components, buttons, forms, cards, hero sections, or using design tools. Covers Gemini Design MCP, shadcn/ui, 21st.dev, and Tailwind CSS.

Animation 13 3mo ago

laravel-queues

by fusengine

Implement background jobs with queues, workers, batches, chains, middleware, and failure handling. Use when processing async tasks or handling long-running operations.

Agents 13 3mo ago

nextjs-tanstack-form

by fusengine

TanStack Form v1 for Next.js 16 with Server Actions, Zod validation, and shadcn/ui integration. Use when building forms, validation, multi-step wizards, or dynamic field arrays.

Testing 13 3mo ago

laravel-architecture

by fusengine

Design Laravel app architecture with services, repositories, actions, and clean code patterns. Use when structuring projects, creating services, implementing DI, or organizing code layers.

13 3mo ago

APEX Methodology

by fusengine

Systematic development workflow: Analyze → Plan → Execute → eLicit → eXamine. Use for ANY development task: features, bug fixes, refactoring, hotfixes. Triggers: "implement", "create", "build", "fix", "add feature", "refactor", "develop". Auto-detects project type (Laravel, Next.js, React, Swift) and loads framework-specific references. Enforces: files <100 lines, interfaces separated, SOLID principles, expert self-review, sniper validation. Modes: --auto (default), --manual, --skip-elicit

Code Gen 13 3mo ago

responsive-system

by fusengine

Use when implementing responsive layouts, mobile-first design, or adaptive components. Covers breakpoints, container queries, fluid typography.

Design 13 3mo ago

dark-light-modes

by fusengine

Use when implementing theme modes, color schemes, or system preference detection. Covers prefers-color-scheme, CSS variables, next-themes.

Automation 13 3mo ago

adding-animations

by fusengine

Use when adding animations, transitions, hover effects, or motion design. MANDATORY for every component. Covers Framer Motion patterns.

Animation 13 3mo ago

laravel-stripe-connect

by fusengine

Build marketplaces and platforms with Stripe Connect. Use when implementing multi-vendor payments, seller onboarding, commissions, payouts, or split payments.

Code Gen 13 3mo ago

nextjs-zustand

by fusengine

Zustand v5 state management for Next.js 16 App Router. Use when implementing global state, stores, persist, hydration, or client-side state in Client Components.

Code Gen 13 3mo ago

laravel-vite

by fusengine

Complete Vite bundling for Laravel - assets, HMR, SSR, frameworks, optimization. Use when configuring frontend build pipeline.

CI/CD 13 3mo ago

laravel-auth

by fusengine

Use when implementing user authentication, API tokens, social login, or authorization. Covers Sanctum, Passport, Socialite, Fortify, policies, and gates for Laravel 12.

API Dev 13 3mo ago

solid-php

by fusengine

SOLID principles for Laravel 12 and PHP 8.5. Files < 100 lines, interfaces separated, PHPDoc mandatory. Auto-detects Laravel and FuseCore architecture.

Code Gen 13 3mo ago

laravel-billing

by fusengine

Integrate Stripe and Paddle payments with Laravel Cashier. Use when implementing subscriptions, invoices, payment methods, webhooks, or billing portals.

API Dev 13 3mo ago

better-auth

by fusengine

Complete Better Auth - 40+ OAuth providers, 20+ plugins, all adapters, all frameworks. Use when implementing authentication, login, OAuth, 2FA, magic links, SSO, Stripe, SCIM, or session management.

Auth 13 3mo ago

laravel-blade

by fusengine

Create Blade templates with components, slots, layouts, and directives. Use when building views, reusable components, or templating.

Monitoring 13 3mo ago

laravel-eloquent

by fusengine

Complete Eloquent ORM - models, relationships, queries, casts, observers, factories. Use when working with database models.

Automation 13 3mo ago

nextjs-16

by fusengine

Expert Next.js 16 with Turbopack, App Router, Cache Components, proxy.ts, React 19. Use when building Next.js apps, routing, caching, server components, or migrating from v15.

Caching 13 3mo ago

laravel-i18n

by fusengine

Laravel localization - __(), trans_choice(), lang files, JSON translations, pluralization, middleware, formatting. Use when implementing translations.

Auth 13 3mo ago

laravel-livewire

by fusengine

Livewire 3 reactive components - wire:model, actions, events, Volt, Folio. Use when building reactive UI without JavaScript.

File Ops 13 3mo ago

nextjs-i18n

by fusengine

Next.js 16 internationalization with next-intl or DIY. Use when implementing i18n, translations, localization, multilingual, language switch, locale routing, or formatters.

Debugging 13 3mo ago

laravel-migrations

by fusengine

Laravel 12 database migrations - Schema Builder, columns, indexes, foreign keys, seeders. Use when designing database schema or managing migrations.

Code Gen 13 3mo ago

nextjs-shadcn

by fusengine

shadcn/ui for Next.js App Router with TanStack Form. Use when building UI components, forms, dialogs, tables, toasts, or accessible components.

Code Gen 13 3mo ago

laravel-permission

by fusengine

Spatie Laravel Permission - roles, permissions, middleware, Blade directives, teams, wildcards, super-admin, API, testing. Use when implementing RBAC, role-based access control, or user authorization.

API Dev 13 3mo ago

nextjs-stack

by fusengine

Next.js 16+ complete stack with App Router, Prisma 7, Better Auth, shadcn/ui, TanStack Form, Zustand. Use as the master reference combining all framework skills.

Auth 13 3mo ago

glassmorphism-advanced

by fusengine

Use when creating frosted glass effects, transparent overlays, or modern glass UI. Covers blur, layering, colored shadows.

Types 13 3mo ago

interactive-states

by fusengine

Use when implementing button states, form field states, or interactive feedback. Covers hover, active, focus, disabled, loading states.

Agents 13 3mo ago

fusecore

by fusengine

FuseCore Modular Architecture - Laravel 12 modular monolith with auto-discovery, React integration, and SOLID principles. Use when creating modules, understanding FuseCore structure, or implementing features in FuseCore projects.

API Dev 13 3mo ago

designing-systems

by fusengine

Use when creating design systems, tokens, color palettes, typography scales, or theming. Covers OKLCH colors, CSS variables, Tailwind v4 @theme.

Design 13 3mo ago

theming-tokens

by fusengine

Use when creating theme systems, color variables, or design system tokens. Covers primitives, semantic, and component tokens.

Design 13 3mo ago

layered-backgrounds

by fusengine

Use when creating hero sections, landing pages, or premium visual effects. Covers gradient orbs, blur layers, noise textures.

Animation 13 3mo ago

validating-accessibility

by fusengine

Use when checking accessibility, color contrast, keyboard navigation, ARIA, or WCAG compliance. Covers WCAG 2.2 Level AA requirements.

Accessibility 13 3mo ago

laravel-testing

by fusengine

Write tests with Pest 3/PHPUnit, feature tests, unit tests, mocking, fakes, and factories. Use when testing controllers, services, models, or implementing TDD.

API Dev 13 3mo ago

laravel-api

by fusengine

Build RESTful APIs with Laravel using API Resources, Sanctum authentication, rate limiting, and versioning. Use when creating API endpoints, transforming responses, or handling API authentication.

API Dev 13 3mo ago

elicitation

by fusengine

Auto-review skill for expert agents. After coding, expert applies elicitation techniques to self-correct before sniper validation. Inspired by BMAD-METHOD.

Code Review 13 4mo ago

exploration

by fusengine

Codebase exploration techniques for rapid discovery, architecture analysis, pattern detection, and dependency mapping.

CLI Tools 13 4mo ago

pr-summary

by fusengine

Summarize current pull request with diff, comments, and changed files. Use when reviewing PRs or before merging.

Auth 13 4mo ago

commit-detection

by fusengine

Detects optimal commit type from git changes. Use when analyzing commits, determining commit type, or before committing.

Debugging 13 4mo ago

research

by fusengine

Technical research methodology using Context7, Exa, and Sequential Thinking for documentation, best practices, and complex investigations.

Academic 13 4mo ago

seo

by fusengine

SEO/SEA/GEO 2026 complete methodology for organic, paid, and AI search optimization.

SEO 13 4mo ago