Repository inventory

fusengine/agents

Skills indexed from this repository, with install-style signals scoped to the repo.
52 skills104 GitHub stars0 weekly installsTypeScriptGitHubOwner profile

Overview

This skill enables expert agents to perform structured self-review and self-correction on code before final validation. It applies a catalog of 75 elicitation techniques, letting experts choose manually or run an automated selection based on detected code type. The goal is to catch defects early, speed up final validation, and improve the expert's learning loop.

How this skill works

After the Execute phase the skill loads the current context and analyzes the written code to detect its type. Depending on mode, it either prompts the expert with five relevant techniques to pick from, automatically selects and applies techniques, or skips to sniper validation. The skill runs targeted checks, applies fixes, and generates a concise report listing applied techniques and changes.

When to use it

  • After writing or modifying code and before sending for final review (sniper).
  • When you want to reduce back-and-forth during external validation.
  • To enforce domain-specific checks (security, performance, API contracts).
  • When you need a repeatable self-review workflow for auditability.
  • During refactors to detect regressions and breaking changes.

Best practices

  • Always run the Init step to load context and determine mode.
  • Use Auto mode for routine code types and Manual mode for complex or novel changes.
  • Document every self-correction and list applied techniques in the report.
  • Do not apply techniques outside your expertise; escalate when needed.
  • Preserve a clear changelog for sniper to speed validation.

Example use cases

  • A backend engineer runs Auto mode after adding a new API endpoint to check contracts, error handling, and type coverage.
  • A developer refactoring data models uses Manual mode to select migration safety, N+1 detection, and data integrity checks.
  • A security-focused change triggers security audit, OWASP checks, and input validation techniques before sniper.
  • A UI update is reviewed for accessibility, loading states, and edge-case interactions in Manual mode.
  • Performance-critical optimization runs profiling, memory analysis, and complexity checks automatically.

FAQ

Three modes: MANUAL (default) to pick techniques interactively, AUTO to auto-detect code type and apply relevant techniques silently, and SKIP to bypass self-review and go directly to sniper.

Is reporting mandatory?

Yes. The skill requires a concise report listing the techniques applied and any self-corrections made before sniper validation.

52 skills

elicitation
Ai

This skill helps expert agents self-review and correct their code before sniper validation by applying BMAD-METHOD elicitation techniques.

BackendCode ReviewPerformanceSecurity+1
react-state
Frontend

This skill helps manage global React state with Zustand v5, enabling persistent, typed stores and streamlined component access.

ReactRefactorTestingTypescript+1
generating-components
Accessibility

This skill helps you generate cohesive UI components using Gemini Design, 21st.dev inspiration, and shadcn/ui with animated, accessible results.

DesignFrontendShadcnTailwind+2
ipados
Ai

This skill helps iPadOS developers optimize app architecture for split views, Stage Manager, and external keyboard support with adaptive layouts.

AutomationDesignProductivitySwift+3
prompt-creation
Ai

This skill helps you craft high-performance prompts following Anthropic conventions and 2025 best practices for clear task, tone, and rules.

AutomationContentStrategyWriting+1
tailwindcss-effects
Design

This skill helps you apply shadows, opacity, and backdrop filters efficiently with Tailwind utilities to craft polished UI.

FrontendPerformanceUxTypescript
nextjs-zustand
Debugging

This skill helps you implement scalable Zustand v5 state management in Next.js 16 App Router for client components.

FrontendNextjsPerformanceReact+2
prompt-library
Ai

This skill helps you select and apply ready to use prompt templates and agents to accelerate cognitive automation workflows.

AutomationCode ReviewDocsProductivity+1
nextjs-i18n
Frontend

This skill streamlines Next.js 16 internationalization with next-intl or a DIY approach, delivering type-safe messages, locale routing, and formatting.

NextjsTypescriptTypescript
ios
Automation

This skill helps you accelerate iOS app development and testing by automating builds, UI actions, and device workflows with XcodeBuildMCP.

DebuggingDevopsScriptingSwift+2
guardrails
Ai

This skill enforces multi-layer guardrails for prompts and agents, ensuring safety, privacy, compliance, and reliable monitoring across inputs, systems,

AutomationBackendCode ReviewMonitoring+2
tailwindcss-typography
Design

This skill helps you apply and customize Tailwind CSS Typography utilities to control font, text, and decoration across projects.

FrontendJavascriptReactTypescript+2
react-tanstack-router
Automation

This skill helps you implement type-safe TanStack Router in React apps with file-based routing and validated search params.

DocsFrontendReactTypescript+1
tailwindcss-interactivity
Design

This skill helps you implement Tailwind CSS interactivity utilities to enhance user experience with cursor, scroll, selection, and input styling.

FrontendTypescriptUxTypescript
tailwindcss-spacing
Design

This skill helps you implement Tailwind CSS v4.1 spacing utilities for margin, padding, and inter-element space, speeding consistent UI layouts.

FrontendProductivityTypescriptTypescript
validating-accessibility
Accessibility

This skill validates accessibility compliance across WCAG 2.2 AA, color contrast, keyboard navigation, ARIA, and semantic structure in code.

TestingUxTypescript
responsive-system
Design

This skill helps implement responsive layouts and fluid typography using mobile-first patterns, container queries, and adaptive components for scalable UI.

FrontendPerformanceTestingTypescript+2
nextjs-tanstack-form
Frontend

This skill helps you build and validate complex TanStack Form UIs in Next.js 16 with server actions, Zod, and shadcn integration.

NextjsPerformanceShadcnTypescript+1
tailwindcss-v4
Frontend

This skill helps you navigate Tailwind CSS v4.1 core features, themes, directives, and migration guides to accelerate styling workflows.

RefactorTypescriptTypescript
laravel-livewire
Backend

This skill helps you build reactive Laravel Livewire UIs by guiding component structure, data binding, and secure actions without JavaScript.

Code ReviewFrontendLaravelPhp+2
react-shadcn
Accessibility

This skill helps you build accessible, themeable React UI with shadcn/ui and TanStack Form, accelerating component, form, and dialog development.

FrontendReactShadcnTypescript+1
visionos
Ai

This skill assists developers building visionOS apps by outlining spatial computing patterns, RealityKit usage, and immersive space workflows for efficient

AutomationDesignDocsTypescript+2
react-effects-audit
Code Review

This skill audits React code for unnecessary useEffect patterns, flags anti-patterns, and suggests fixes with severity levels.

DebuggingPerformanceReactTypescript
designing-systems
Design

This skill helps you design scalable design systems using OKLCH colors, semantic CSS variables, and Tailwind v4 theming for consistent UX.

FrontendTypescriptUxTypescript
laravel-vite
Devops

This skill configures Laravel Vite pipelines to optimize assets, HMR, SSR, and framework integration for faster development and production builds.

DockerFrontendPerformancePhp+2
apex
Automation

This skill orchestrates Analyze → Plan → Execute → eLicit → eXamine to streamline features, fixes, and refactors with automated safety checks.

Code ReviewFullstackLaravelNextjs+4
commit-detection
Automation

This skill detects the optimal commit type from git changes to streamline messaging and versioning.

Ci CdCode ReviewGitRefactor+1
tailwindcss-backgrounds
Design

This skill helps you apply Tailwind CSS v4.1 background utilities including colors, gradients, images, and blend modes to design rich UIs.

FrontendPerformanceProductivityUx+1
theming-tokens
Branding

This skill guides you in building a cohesive theming system by organizing primitives, semantic, and component tokens for scalable design.

DesignFrontendReactTypescript+1
layered-backgrounds
Accessibility

This skill helps you craft layered hero backgrounds with gradient orbs, blur layers, and noise textures, delivering immersive visuals across pages.

BrandingDesignFrontendPerformance+2
component-variants
Design

This skill helps you implement multi-style components using CVA variants (glass, outline, flat) with dark mode and hover states.

FrontendReactShadcnTypescript+2
tailwindcss-borders
Accessibility

This skill helps you master Tailwind CSS borders by detailing border, outline, ring, and divide utilities for precise UI styling.

DebuggingFrontendJavascriptTypescript+2
solid-nextjs
Code Review

This skill analyzes Next.js architecture and SOLID principles to enforce modular structure, JSDoc documentation, and clean interfaces within 150 lines.

DocsNextjsTypescriptTypescript
laravel-billing
Api

This skill helps you integrate Stripe and Paddle billing with Laravel Cashier, guiding subscription, invoices, and webhooks setup for robust payments.

AutomationBackendPhpStripe+2
laravel-blade
Backend

This skill builds Blade templates with components, slots, and layouts while enforcing best practices for secure, reusable views.

Code ReviewPhpSecurityTypescript
tailwindcss-responsive
Accessibility

This skill helps you implement responsive design with Tailwind CSS by outlining breakpoints and container queries for adaptive layouts.

DesignFrontendPerformanceUx+1
laravel-i18n
Backend

This skill helps implement Laravel internationalization efficiently by applying best practices for translations, pluralization, and locale handling across

LaravelPhpTypescript
component-composition
Design

This skill helps you design reusable component APIs and patterns such as children, slots, and render props to improve UI composition.

FrontendPerformanceReactTypescript+2
laravel-stripe-connect
Api

This skill helps you implement Laravel Stripe Connect for multi-vendor marketplaces, enabling onboarding, payouts, and split payments with guidance.

BackendCloudLaravelStripe+2
exploration
Ai

This skill accelerates codebase exploration by mapping structure, detecting patterns, and outlining dependencies to reveal architecture quickly.

AutomationBackendCode ReviewDebugging+2
tvos
Accessibility

This skill helps you build tvOS apps with focus-based navigation, Liquid Glass UI, and media playback by guiding patterns and best practices.

AiAutomationDocsFrontend+4
prompt-testing
Ai

This skill helps you test, compare, and optimize prompt performance using structured AB testing and clear metrics.

AnalyticsAutomationDataPerformance+2
watchos
Api

This skill assists in building watchOS apps by guiding complications, workouts, HealthKit integration, and iPhone-Watch connectivity with best practices.

DebuggingDesignSwiftTypescript+2
fusecore
Api

This skill analyzes FuseCore modular monolith structure and guides module creation, discovery, and Laravel integration for scalable, SOLID-based features.

BackendDockerLaravelTypescript+1
react-i18n
Accessibility

This skill enables React apps to implement i18n with react-i18next using TypeScript Selector API and Suspense integration for scalable translations.

FrontendPerformanceReactTesting+2
sniper-check
Automation

This skill validates code quality quickly by running an isolated sniper-check workflow and returning a final report with zero main-context pollution.

Ci CdCode ReviewDebuggingLinting+3
laravel-migrations
Backend

This skill helps you design and manage Laravel migrations with Schema Builder, foreign keys, indexes, and seeders across tables.

DatabaseLaravelMigrationPhp+3
better-auth
Backend

This skill helps you implement comprehensive authentication with 40+ providers, 20+ plugins, and full TypeScript support across frameworks.

NextjsPrismaSecurityTypescript+1
laravel-auth
Api

This skill helps you implement secure Laravel authentication and authorization using Sanctum, Passport, Fortify, and policies across modules.

BackendPhpSecurityTesting+1
laravel-permission
Backend

This skill helps you implement Laravel RBAC using Spatie permissions, enabling secure routes, blade directives, and multi-tenant team contexts.

LaravelSecurityTestingTypescript
swift-core
Code Review

This skill helps you implement Swift 6 concurrency, architecture, testing, i18n, and performance optimizations across Apple platforms with best practices.

PerformanceResearchSwiftTesting+1
tailwindcss-transforms
Accessibility

This skill helps you apply Tailwind CSS transforms, transitions, and animations to create dynamic UI effects with precise timing and origins.

DesignFrontendPerformanceProductivity+2
More from this maintainer
Other repositories and skills published under the same GitHub owner.
Skills library
Jump back to the full directory or explore grouped topics.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational