All authors
fusengine avatar

Claude Skills by fusengine

github.com/fusengine
49 skillsA× 493 installs56 views
1 Designing SystemsA

Phase 1: Browse 4 catalog sites via Playwright, write CSS-precise observations (oklch values, font-size clamp, grid ratios, border-radius, shadows), declare reference site + 3 elements. Feed specs to Gemini context.

ai-agents
0
13
3 Generating ComponentsA

Phase 3: Map design-system.md to 7 Gemini XML blocks (aesthetics, style_reference, typography, color_system, spacing, states, forbidden), call create_frontend, add component variants (Glass/Outline/Flat via CVA).

ai-agentsapifrontend
0
13
6 Handoff ReviewA

Phase 6: Serve via python3 -m http.server 8899, screenshot light mode (fullPage), toggle .dark class + screenshot dark mode, compare 3 declared elements [expected vs present], fix gaps with modify_frontend (max 2 cycles), report.

ai-agentspythonfrontend
0
13
Seo ClusterA

Use when building semantic keyword clusters from SERP overlap. Covers seed keyword expansion, Jaccard SERP overlap, intent grouping, pillar/cluster content architecture.

ai-agents
0
13
Seo Content BriefA

Use when generating detailed SEO content briefs. Covers target keywords, search intent, outline (H2/H3), word count, internal links, schema requirements, GEO readiness checklist.

ai-agents
0
13
Seo ContentA

Use when analyzing content quality. Covers E-E-A-T scoring (Experience, Expertise, Authoritativeness, Trustworthiness), anti-cannibalization, keyword distribution, AI content disclosure, search intent matching.

ai-agentsrust
0
13
Seo GeoA

Use when optimizing for AI search engines (Generative Engine Optimization 2026). Covers Google AI Overviews, ChatGPT, Perplexity, Claude, Gemini, Copilot, LLM-readiness scoring 0-100, llms.txt.

ai-agentsgo
0
13
Seo Internal LinkingA

Use when designing internal linking strategy. Covers pillar/cluster architecture, anchor text optimization, link distribution, orphan page detection, click depth, broken link audit.

ai-agentsgo
0
13
Seo LocalA

Use when optimizing local SEO. Covers Google Business Profile, NAP consistency, citations, reviews acquisition, Local Pack ranking, location pages, LocalBusiness schema.

ai-agentsgospring
0
13
Seo SxoA

Use when optimizing search experience (SXO). Covers intent matching, user personas, user stories, page-type analysis, dwell time, scroll depth, pogo-sticking prevention.

ai-agentsrustgo
0
13
ApexA

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

developmentgophp
0
3
Code QualityA

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

code-qualityjavascripttypescript
0
3
ExplorationA

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

data-aijavascripttypescript
0
3
Pr SummaryA

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

code-qualitysecurity
0
3
SeoA

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

content-marketingrustgo
0
3
Adding AnimationsA

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

designapi
0
3
Component CompositionA

Use when creating reusable components, component APIs, or complex hierarchies. Covers children, slots, compound components, render props.

developmenttypescriptreact
0
3
Component VariantsA

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

design
0
3
Dark Light ModesA

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

designreactnextjs
0
3
Designing SystemsA

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

designperformance
0
3
Generating ComponentsA

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.

developmenttypescriptreact
0
3
Glassmorphism AdvancedA

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

design
0
3
Interactive StatesA

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

design
0
3
Layered BackgroundsA

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

design
0
3
Responsive SystemA

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

designtesting
0
3
Theming TokensA

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

design
0
3
Validating AccessibilityA

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

designaws
0
3
FusecoreA

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.

developmenttypescriptphp
0
3
Laravel ArchitectureA

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

developmentphpshell
0
3
Laravel AuthA

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

securitygophp
0
3
Laravel BillingA

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

businessrustphp
0
3
Laravel BladeA

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

developmentgophp
0
3
Laravel EloquentA

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

databasesgophp
0
3
Laravel I18nA

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

developmentphpapi
0
3
Laravel LivewireA

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

developmentjavascriptjava
0
3
Laravel MigrationsA

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

databasesphpbash
0
3
Laravel PermissionA

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.

securityphptesting
0
3
Laravel QueuesA

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

developmentphpaws
0
3
Laravel Stripe ConnectA

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

developmentrustphp
0
3
Laravel TestingA

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

testingphpbash
0
3
Laravel ViteA

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

developmentjavascriptjava
0
3
Solid PhpA

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

code-qualityphprefactoring
0
3
Solid NextjsA

This skill should be used when the user asks about "SOLID principles", "Next.js architecture", "modular structure", "code organization", "file size limits", "interface separation", or "JSDoc documentation". Enforces files < 150 lines with mandatory JSDoc and separated interfaces.

code-qualitytypescriptreact
0
3
Agent DesignA

Design AI agents with recommended patterns and architectures

data-aigobash
0
3
Solid ReactA

SOLID principles for React 19. Files < 100 lines, hooks separated, interfaces in src/interfaces/, JSDoc mandatory. Use for React architecture and code quality.

code-qualitytypescriptreact
0
3
Solid DetectionA

Multi-language SOLID detection rules. Project type detection, interface locations, file size limits per language.

code-qualitytypescriptpython
0
3
Build DistributionA

App build, code signing, TestFlight, and App Store distribution for all Apple platforms. Use when preparing releases, configuring signing, uploading to TestFlight, or submitting to App Store.

devopsswifttesting
0
3
Solid SwiftA

SOLID principles for Swift 6 and SwiftUI (iOS 26+). Apple recommended patterns, @Observable, actors, Preview-driven development.

code-qualitygoswift
0
3
Swiftui CoreA

SwiftUI fundamentals for all Apple platforms. Use when building views, navigation, data persistence, or state management with SwiftUI across iOS, macOS, iPadOS, watchOS, visionOS.

developmentswiftreact
0
3