← all publishers

fusengine

@fusengine source repo

195 published skills · page 1 of 2

  1. Nextjs 16 · fusengine bundle
    Use when building Next.js 16 apps — Turbopack, App Router, Cache Components, proxy.ts, v15 migration. Not for stack scaffolding (nextjs-stack) or React SPA (react-expert).
    1
    install
  2. PHP HTTP Psr · fusengine bundle
    Use when building framework-agnostic PHP HTTP code — PSR-7/15/17/18 messages, middleware, factories, clients. Do NOT use for Laravel HTTP or Symfony HttpFoundation (not PSR-7).
    1
    install
  3. React I18N · fusengine bundle
    Use when implementing translations in a React app (not Next.js) with react-i18next — useTranslation, namespaces, pluralization, Suspense.
    1
    install
  4. Tvos · fusengine bundle
    Use when building Apple TV apps — focus-based navigation, Siri Remote interactions, or media/video streaming UI.
    1
    install
  5. Solid Astro · fusengine bundle
    Use when applying SOLID principles to an Astro project — file-size limits, src/interfaces/ for types, JSDoc, modular structure, DRY.
    1
    install
  6. Design IOS · fusengine bundle
    Use when designing an iOS or macOS screen or flow — deliverable is a device/window-framed HTML mockup and handoff spec, never SwiftUI code.
    1
    install
  7. Design Web · fusengine bundle
    Use when building or revising a marketing/landing/campaign page, register `brand` locked at Gate 0 — use design-webapp for app screens instead.
    1
    install
  8. PHP Testing · fusengine bundle
    Use when writing/configuring tests on a non-Laravel PHP project — PHPUnit vs Pest. Do NOT use for Laravel test helpers or quality tooling (php-quality-tooling).
    1
    install
  9. IOS · fusengine bundle
    Use when building iPhone apps — simulator/device testing, UI automation, or debugging — with XcodeBuildMCP tools.
    1
    install
  10. Astro I18N · fusengine bundle
    Use when implementing i18n in Astro — locale routing strategies, getRelativeLocaleUrl/getAbsoluteLocaleUrl, Astro.currentLocale, or hreflang with sitemap.
    1
    install
  11. Fusecore · fusengine bundle
    Use when creating modules, understanding FuseCore structure, or implementing features in a FuseCore modular-monolith Laravel project.
    1
    install
  12. Post Commit · fusengine bundle
    Use when a code commit just landed (not wip/amend/undo) and CHANGELOG or plugin-version post-commit actions are needed.
    1
    install
  13. Prisma 7 · fusengine bundle
    Use when working with database schema, migrations, queries, or relations via Prisma 7 (Rust-free client, TypedSQL, Omit API).
    2
    installs
  14. SEO Ecommerce · fusengine
    Use when optimizing e-commerce SEO — product/category pages, faceted navigation, marketplace listings.
    1
    install
  15. SEO Redirects · fusengine
    Use when planning redirects or a site migration — status codes, link equity, redirect chains.
    1
    install
  16. SEO Technical · fusengine
    Use when auditing technical SEO — robots.txt, sitemap.xml, Core Web Vitals, crawlability, indexability.
    1
    install
  17. Challenge · fusengine
    Use before a root-cause, done/verified claim, irreversible action, or 2nd-time fix reaches the owner (APEX or plain conversation); also fires at every eLicit/Verify gate. Not for code correctness (use sniper).
    1
    install
  18. Solid Csharp · fusengine bundle
    Use when writing or refactoring C#/.NET code, structuring Modules/[Feature]/ layers, or defining Contracts/ interfaces (SOLID, files < 100 lines).
    1
    install
  19. Solid Python · fusengine bundle
    Use when writing or refactoring Python code, structuring modules/[feature]/ layers, or defining Protocol-based interfaces (SOLID, files < 100 lines).
    1
    install
  20. Modularize · fusengine bundle
    Use when converting existing code to modular architecture (Laravel, Next.js, React). Triggers: "modularize", "convert to modules", "migrate to modular", "restructure modules".
    1
    install
  21. Pr Summary · fusengine
    Summarize current pull request with diff, comments, and changed files. Use when reviewing PRs or before merging.
    1
    install
  22. Git Flow · fusengine
    Use when committing, branching, opening PRs, or deciding merge/branch strategy.
    1
    install
  23. Solid Generic · fusengine bundle
    Use when building CLI tools, libraries, scripts, hooks, or non-framework TypeScript code (Bun/Node.js -- SOLID, files < 100 lines, JSDoc mandatory).
    1
    install
  24. Elicitation · fusengine bundle
    Use when an expert agent self-reviews and self-corrects code after the Execute phase, before sniper validation (BMAD-METHOD elicitation techniques).
    1
    install
  25. Exploration · fusengine bundle
    Use when exploring an unfamiliar codebase -- architecture analysis, pattern detection, dependency mapping, rapid discovery.
    1
    install
  26. Astro 7 · fusengine bundle
    Use when building Astro 7 sites, choosing an output mode (static/server/hybrid), configuring middleware, or upgrading from Astro 5/6.
    1
    install
  27. Code Quality · fusengine bundle
    Use when validating code quality after modifications -- SOLID compliance, DRY duplication, linter errors, architecture violations. Do NOT use for functional verification (run verification FIRST, then code-quality).
    1
    install
  28. Sniper Check · fusengine
    Use when validating code quality after modifications. Runs sniper agent in isolated forked context for clean, fast validation.
    1
    install
  29. Verification · fusengine bundle
    Use when marking a task complete, finishing a feature, or claiming a bug fixed -- verifies functional resolution before closing. Do NOT use for lint/quality checks (use sniper AFTER this).
    1
    install
  30. Astro DB · fusengine bundle
    Use when doing database operations in an Astro project via Astro DB (defineDb, defineTable, db/config.ts, Turso).
    1
    install
  31. UX Copy · fusengine bundle
    Use when writing or reviewing any visible copy — headlines, buttons, body, errors, empty states — inside a design-method move or standalone.
    1
    install
  32. React 19 · fusengine bundle
    Use when implementing React 19.2 patterns — use(), useOptimistic, useActionState, useEffectEvent, Activity component, React Compiler.
    1
    install
  33. SEO Content Brief · fusengine
    Use when generating a detailed SEO content brief for a single page or topic before writing.
    1
    install
  34. Solid Detection · fusengine bundle
    Use when determining which language-specific SOLID skill to load, detecting project type from config files, or resolving interface directory conventions.
    1
    install
  35. Agent Creator · fusengine bundle
    Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
    1
    install
  36. Brainstorming · fusengine bundle
    Use when creating a feature/component or adding functionality. Fires BEFORE APEX Analyze to refine requirements via structured questioning.
    1
    install
  37. Skill Creator · fusengine bundle
    Use when creating new skills, restructuring existing skills, or improving skill documentation.
    1
    install
  38. Think In Code · fusengine
    Use when analyzing multiple files, auditing a codebase, scanning dependencies, or counting lines -- one Bash pipeline beats N sequential Read calls.
    1
    install
  39. Astro SEO · fusengine bundle
    Use when optimizing SEO for an Astro site — meta tags, Open Graph, JSON-LD structured data, sitemap/RSS, canonical URLs, hreflang, Core Web Vitals.
    1
    install
  40. SEO Local · fusengine
    Use when optimizing local SEO — Google Business Profile, NAP consistency, Local Pack ranking, location pages.
    1
    install
  41. SEO Video · fusengine
    Use when optimizing video SEO — VideoObject schema, YouTube metadata, transcripts, live streams.
    1
    install
  42. SEO Entity · fusengine
    Use when optimizing entity-based / semantic SEO — Knowledge Graph resolution, salience scoring, about/sameAs/knowsAbout schema.
    1
    install
  43. SEO Images · fusengine
    Use when optimizing images for SEO — alt text, filenames, formats, lazy loading, responsive sizing.
    1
    install
  44. SEO Schema · fusengine
    Use when detecting, validating, or generating Schema.org JSON-LD markup for any page type.
    1
    install
  45. Solid Go · fusengine bundle
    Use when writing or refactoring Go code, structuring internal/modules/[feature]/ layers, or defining ports/ interfaces (SOLID, files < 100 lines).
    1
    install
  46. SEO Cluster · fusengine
    Use when building semantic keyword clusters from SERP overlap for pillar/cluster content architecture.
    1
    install
  47. SEO Content · fusengine
    Use when analyzing published content quality — E-E-A-T scoring, anti-cannibalization, keyword distribution, AI disclosure.
    1
    install
  48. SEO Sitemap · fusengine
    Use when analyzing or generating XML sitemaps and robots.txt. Not for redirect analysis (seo-redirects).
    1
    install
  49. SEO Hreflang · fusengine
    Use when auditing or generating hreflang tags for i18n/multilingual SEO.
    1
    install
  50. Solid Java · fusengine bundle
    Use when writing or refactoring Java code, structuring modules/[feature]/ layers, or defining interfaces/ contracts (SOLID, files < 100 lines).
    1
    install
  51. Solid Ruby · fusengine bundle
    Use when writing or refactoring Ruby/Rails code, structuring app/modules/[feature]/ layers, or defining contracts/ modules (SOLID, files < 100 lines).
    1
    install
  52. Solid Rust · fusengine bundle
    Use when writing or refactoring Rust code, structuring src/modules/[feature]/ layers, or defining traits.rs interfaces (SOLID, files < 100 lines).
    1
    install
  53. Research · fusengine bundle
    Use when researching documentation, best practices, or complex technical investigations -- Context7 + Exa + Sequential Thinking methodology.
    1
    install
  54. SEO · fusengine bundle
    Use when running any SEO/GEO task via /seo — the top-level orchestrator that routes to all SEO sub-skills.
    1
    install
  55. SEO Geo · fusengine
    Use when optimizing for AI search engines (GEO) — AI Overviews, ChatGPT, Perplexity, Claude, Gemini, Copilot readiness.
    1
    install
  56. SEO Sxo · fusengine
    Use when optimizing search experience (SXO) — intent matching, personas, dwell time, pogo-sticking.
    1
    install
  57. Tdd · fusengine bundle
    Use when writing production code that needs tests -- new features, bug fixes, refactoring. Enforces RED-GREEN-REFACTOR before implementation.
    1
    install
  58. SEO Page · fusengine
    Use when analyzing a single URL or local file via /seo page — meta, schema, headers, GEO readiness.
    1
    install
  59. SEO Plan · fusengine
    Use when building a strategic SEO roadmap by business type (SaaS, local, e-commerce, publisher, agency).
    1
    install
  60. SEO Audit · fusengine
    Use when running a full-site SEO audit via /seo audit — orchestrates all SEO sub-agents in parallel for one unified Health Score.
    1
    install
  61. Rust Async Concurrency · fusengine bundle
    Use when writing async Rust — spawning tasks, sharing state across tasks/threads, choosing channels vs mutexes, or hitting Send-bound errors with async traits. Not for HTTP service structure (rust-web-backend) or sync-only ownership (rust-core-language).
    1
    install
  62. Tailwindcss Responsive · fusengine
    Use when applying responsive variants at different screen widths, defining a custom breakpoint, or building container-query-based components.
    1
    install
  63. Tailwindcss Transforms · fusengine bundle
    Use when scaling/rotating/translating/skewing an element, configuring transition duration/easing/delay, or applying @keyframes animations.
    1
    install
  64. Tailwindcss Typography · fusengine bundle
    Use when setting font family/size/weight, aligning or wrapping text (balance/pretty), applying text-shadow or decoration, or letter/line spacing.
    1
    install
  65. Laravel Architecture · fusengine bundle
    Use when structuring a Laravel project, creating services/repositories/actions, implementing dependency injection, or organizing code layers.
    1
    install
  66. Nextjs Tanstack Query · fusengine bundle
    Use when implementing client-side data fetching, server prefetching with hydration, or optimistic mutations in Next.js 16 with TanStack Query.
    1
    install
  67. Prompt Optimization · fusengine bundle
    Use when auditing an existing prompt for clarity, structure, or completeness issues, fixing vague instructions, or producing a before/after optimization report.
    1
    install
  68. Tailwindcss Backgrounds · fusengine bundle
    Use when styling background colors, building linear/radial/conic gradients, setting background images/position/size, or blend modes.
    1
    install
  69. Laravel Vector Search · fusengine bundle
    Use when implementing semantic/vector search in Laravel 13 with PostgreSQL + pgvector.
    1
    install
  70. Laravel Stripe Connect · fusengine bundle
    Use when implementing multi-vendor marketplace payments, seller onboarding, commissions, payouts, or split payments with Stripe Connect.
    1
    install
  71. Build Distribution · fusengine bundle
    Use when preparing an Apple release — code signing, TestFlight upload, App Store submission, or app icons/CI across all platforms.
    1
    install
  72. Tailwindcss Accessibility · fusengine bundle
    Use when implementing keyboard-accessible components, screen-reader-only content, prefers-reduced-motion support, or WCAG 2.2 AA/AAA compliance.
    1
    install
  73. Tailwindcss Custom Styles · fusengine
    Use when creating a new named utility class, writing conditional/dark-mode variants, defining a custom variant selector, or using @apply.
    1
    install
  74. Tailwindcss Interactivity · fusengine bundle
    Use when controlling cursor appearance, scroll snap/smooth behavior, text selection, pointer-events, touch actions, or caret/accent colors.
    1
    install
  75. Nextjs Server Components · fusengine bundle
    Use when deciding Server vs Client Component boundaries in Next.js 16, fetching data directly in components, or streaming with Suspense.
    1
    install
  76. Start Deployment · fusengine bundle
    Use when building or deploying a TanStack Start app — Cloudflare, Netlify, Vercel/Node/Bun, prerendering, or env vars. Do NOT use for app logic or generic Vite config.
    1
    install
  77. Start Middleware · fusengine bundle
    Use when composing cross-cutting server logic in TanStack Start with createMiddleware — chaining, context, auth factories.
    1
    install
  78. TS Language Patterns · fusengine bundle
    Use when writing or reviewing modern TS syntax — const type parameters, using/await using, standard decorators, satisfies, or LLM anti-patterns (legacy enum/namespace). Not for tsconfig (ts-config).
    1
    install
  79. Start Routing Data · fusengine bundle
    Use when loading data in Start routes — isomorphic loaders, TanStack Query in a loader, mutations, or per-route SSR. Do NOT use for generic Router/Query API.
    1
    install
  80. Start Server Routes · fusengine bundle
    Use when building raw HTTP endpoints in TanStack Start with the server property — handlers, params, middleware. Do NOT use for internal RPC (start-server-functions).
    1
    install
  81. Solid Tanstack Start · fusengine bundle
    Use when organizing TanStack Start code, splitting oversized routes/server functions, or reviewing architecture. Do NOT use for setup or plain React SPA.
    1
    install
  82. Start Execution Model · fusengine bundle
    Use when deciding where TanStack Start code runs, fixing secret leaks, DB-in-loader bugs, or hydration mismatches.
    1
    install
  83. Start Server Functions · fusengine bundle
    Use when creating type-safe RPC server logic with createServerFn — validators, handlers, FormData, redirects. Do NOT use for raw HTTP endpoints or middleware chains.
    1
    install
  84. Swiftui Core · fusengine bundle
    Use when building SwiftUI views, navigation, persistence, or state management — shared across iOS, macOS, watchOS, visionOS.
    1
    install
  85. Tailwindcss Borders · fusengine bundle
    Use when styling element borders, rounded corners, focus outlines/rings, or divide-* separators between children.
    1
    install
  86. Tailwindcss Effects · fusengine bundle
    Use when adding box/inset shadows, controlling opacity, applying CSS filters or backdrop filters (glassmorphism), or mask-* utilities.
    1
    install
  87. Tailwindcss Spacing · fusengine bundle
    Use when setting margin or padding on any side, centering with m-auto, applying negative margins, or spacing children with space-x-*/space-y-*.
    1
    install
  88. Changelog Scan · fusengine bundle
    Use when checking for new Claude Code versions, features, or changes since the last known release.
    1
    install
  89. Rust Testing Quality · fusengine bundle
    Use when writing, organizing, or running Rust tests — unit, integration, doc-tests, proptest, criterion benchmarks, or cargo-mutants. Not for CI pipeline wiring (rust-tooling-cicd).
    1
    install
  90. Dependency Audit · fusengine bundle
    Use when running ecosystem-specific vulnerability scans across project dependencies (npm/composer/pip/cargo/go/etc), with optional auto-fix.
    1
    install
  91. Security Headers · fusengine bundle
    Use when verifying or configuring HTTP security headers (CSP, HSTS, CORS, X-Frame-Options) for a web application (Next.js, Laravel, Express, Django).
    1
    install
  92. Start Auth · fusengine bundle
    Use when adding auth to a TanStack Start app — route protection, server-function authorization, sessions, CSRF. Do NOT use for generic route guards.
    1
    install
  93. Start Core · fusengine bundle
    Use when scaffolding a TanStack Start project, wiring the build tool, or debugging setup (blank page, hydration, no client JS).
    1
    install
  94. TS Lint Format · fusengine bundle
    Use when choosing or configuring a TS linter/formatter — Biome 2.x vs ESLint 9 flat config + typescript-eslint typed linting. Not for type checking itself (ts-config).
    1
    install
  95. TS Runtime Bun · fusengine bundle
    Use when running TypeScript on Bun — bunfig.toml, bun test, Bun.build/--compile, or Bun workspaces. Not for Node.js runtime setup (ts-runtime-node).
    1
    install
  96. Community Pulse · fusengine bundle
    Use when gauging community sentiment, bug reports, or feature requests about Claude Code via Exa search.
    1
    install
  97. Laravel Attributes · fusengine bundle
    Use when migrating Eloquent models, Jobs, Console commands, Controllers, API Resources, Validation, Factories or Seeders to Laravel 13 PHP attributes.
    1
    install
  98. Laravel Migrations · fusengine bundle
    Use when designing a database schema or managing Laravel 13 migrations — Schema Builder, columns, indexes, foreign keys, or seeders.
    1
    install
  99. Laravel Permission · fusengine bundle
    Use when implementing RBAC, role-based access control, or user authorization with Spatie Laravel Permission.
    1
    install
  100. Rust Ecosystem Crates · fusengine bundle
    Use when choosing crates for a Rust project — serialization, CLI, async runtime, web, database, HTTP client, error handling, observability. Not for API usage details of an already-chosen crate.
    1
    install