← all publishers

fusengine

@fusengine source repo

202 published skills · page 2 of 3

  1. 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
  2. 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
  3. Community Pulse · fusengine bundle
    Use when gauging community sentiment, bug reports, or feature requests about Claude Code via Exa search.
    1
    install
  4. 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
  5. 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
  6. Laravel Permission · fusengine bundle
    Use when implementing RBAC, role-based access control, or user authorization with Spatie Laravel Permission.
    1
    install
  7. 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
  8. Tailwindcss Utilities · fusengine
    Use when needing a single entry point to find which categorical tailwindcss-* skill covers a given utility class. Router/index only - do NOT use for actual class content.
    1
    install
  9. TS Runtime Node · fusengine bundle
    Use when running TypeScript directly on Node.js without a build step — native type stripping, its limits, or when to reach for tsx. Not for Bun (ts-runtime-bun).
    1
    install
  10. Breaking Changes · fusengine bundle
    Use when checking whether a Claude Code update breaks our plugin ecosystem — hooks, agent frontmatter, manifest schema, or skill format.
    1
    install
  11. Laravel Upgrade V13 · fusengine bundle
    Use when upgrading a Laravel 12 application to Laravel 13.0 — composer bump, breaking changes, and Attributes migration.
    1
    install
  12. Nextjs Tanstack Form · fusengine bundle
    Use when building forms in Next.js 16 with TanStack Form v1 — Server Actions, Zod validation, multi-step wizards, field arrays.
    1
    install
  13. PHP Ecosystem Reference · fusengine bundle
    Use when picking a non-Laravel PHP tool — Symfony components, API Platform, or Slim — and routing to implementation. Do NOT use for Laravel (laravel-expert).
    1
    install
  14. React Tanstack Router · fusengine bundle
    Use when implementing routing in a React app (NOT Next.js) with TanStack Router — file-based routes, loaders, search params.
    1
    install
  15. Tailwindcss Layout · fusengine bundle
    Use when building flex or grid layouts, positioning elements (absolute/relative/fixed/sticky), managing z-index/inset, or @container queries.
    1
    install
  16. Tailwindcss Sizing · fusengine bundle
    Use when setting element width/height, constraining min/max dimensions, using dynamic viewport height (h-dvh), or fixing an aspect ratio.
    1
    install
  17. TS Packaging · fusengine bundle
    Use when publishing a TypeScript library — exports map, JSR vs npm, dual ESM/CJS, type validation, provenance. Not for application deployment.
    1
    install
  18. Astro Integrations · fusengine bundle
    Use when adding React, Vue, Svelte, Solid, Preact, or another UI framework to an Astro project via @astrojs/* integrations.
    1
    install
  19. Laravel Eloquent · fusengine bundle
    Use when working with database models — Eloquent ORM, PHP attributes, relationships, queries, observers, or factories in Laravel 13.
    1
    install
  20. Laravel Livewire · fusengine bundle
    Livewire 4 reactive components on Laravel 13 - wire:model, actions, events, Volt, Folio. Use when building reactive UI without JavaScript.
    1
    install
  21. Prompt Creation · fusengine bundle
    Use when writing a new system prompt from scratch, structuring it with Anthropic's 9-element format, or choosing emphasis levels and few-shot examples.
    1
    install
  22. Rust Error Handling · fusengine bundle
    Use when designing Rust error handling — thiserror vs anyhow, typed error enums,
    1
    install
  23. Shadcn Components · fusengine bundle
    Use when building or editing shadcn/ui components, mapping Radix vs Base UI APIs, or choosing a composition pattern (asChild vs render).
    1
    install
  24. Shadcn Registries · fusengine bundle
    Use when configuring shadcn/ui registries, components.json, or CLI add/init commands.
    1
    install
  25. Laravel Jsonapi · fusengine bundle
    Use when building JSON:API spec-compliant endpoints in Laravel 13 with the first-party `JsonApiResource` base class.
    1
    install
  26. Laravel Testing · fusengine bundle
    Use when testing controllers, services, or models, or implementing TDD on Laravel 13 with Pest 4 / PHPUnit 12.
    1
    install
  27. PHP Language Modern · fusengine bundle
    Use when writing modern non-framework PHP 8.1-8.5 — property hooks, asymmetric visibility, pipe operator, attributes, enums, readonly. Do NOT use for style (php-standards) or Laravel.
    1
    install
  28. PHP Quality Tooling · fusengine bundle
    Use when setting up PHPStan, Rector, or PHP-CS-Fixer on a non-Laravel PHP project, incl. CI wiring. Do NOT use for Laravel (Pint/Larastan), tests, or syntax.
    1
    install
  29. Prompt Library · fusengine bundle
    Use when looking for a ready-made agent or task template (code review, support, data analysis, translation, extraction) instead of writing one from scratch.
    1
    install
  30. Prompt Testing · fusengine bundle
    Use when comparing two prompt variants, defining quality/efficiency/robustness metrics, or deciding whether to adopt a challenger prompt over a baseline.
    1
    install
  31. Rust Core Language · fusengine bundle
    Use when writing or reviewing idiomatic Rust — edition 2024 ownership/borrowing design, or fixing LLM pitfalls (clone tax, unwrap infestation, indexed loops). Not for error-type design (rust-error-handling) or SOLID layout (solid-rust).
    1
    install
  32. Shadcn Detection · fusengine bundle
    Use when determining which primitive (Radix UI or Base UI) a shadcn/ui project uses, before any component work or migration.
    1
    install
  33. Shadcn Migration · fusengine bundle
    Use when migrating a shadcn/ui project between Radix UI and Base UI primitives, or validating a migration's API transformations.
    1
    install
  34. Solid Swift · fusengine bundle
    Use when applying SOLID principles to Swift 6/SwiftUI code — file-size limits, protocol separation, @Observable, actors, feature-modular architecture.
    1
    install
  35. React Effects Audit · fusengine bundle
    Use when auditing React or Next.js components for unnecessary or unsafe useEffect usage -- detects 9 anti-patterns from "You Might Not Need an Effect".
    1
    install
  36. Astro Starlight · fusengine bundle
    Use when building a documentation site with Astro Starlight — sidebar config, Pagefind search, plugins (blog/openapi/typedoc), i18n, llms.txt.
    1
    install
  37. Design Android · fusengine bundle
    Use when designing an Android screen or flow — deliverable is a device-framed HTML mockup and developer handoff spec, never Compose code.
    1
    install
  38. Go Testing Quality · fusengine bundle
    Use when writing or reviewing Go tests, adding coverage, benchmarking, or profiling a Go program. Not for CI/lint wiring (go-tooling-security) or non-Go tests.
    1
    install
  39. Laravel Blade · fusengine bundle
    Create Blade templates with components, slots, layouts, and directives. Use when building views, reusable components, or templating.
    1
    install
  40. Laravel Scout · fusengine bundle
    Implement full-text search with Laravel Scout. Use when adding search to Eloquent models with Meilisearch, Algolia, or database driver.
    1
    install
  41. Nextjs Zustand · fusengine bundle
    Use when implementing global state, stores, persist, or hydration in Next.js 16 App Router Client Components with Zustand v5.
    1
    install
  42. Agent Design · fusengine bundle
    Use when choosing between workflow vs agent patterns, structuring orchestrator/subagent pipelines, or writing a Claude Code agent template.
    1
    install
  43. Rust Web Backend · fusengine bundle
    Use when building a REST/HTTP backend in Rust — axum routing, extractors, shared state, middleware, error responses, sqlx database access. Not for raw async/concurrency (rust-async-concurrency).
    1
    install
  44. Cve Research · fusengine bundle
    Use when checking a specific dependency or package version for known CVEs and security advisories.
    1
    install
  45. Shadcn Theming · fusengine bundle
    Use when defining or auditing shadcn/ui design tokens, OKLCH colors, or dark/light mode CSS variables.
    1
    install
  46. MCP Tools · fusengine bundle
    Use when needing Xcode build automation or Apple API/WWDC documentation lookup via XcodeBuildMCP or apple-docs MCP servers.
    1
    install
  47. Tailwindcss Core · fusengine bundle
    Use when configuring Tailwind CSS-first (no config.js), defining @theme tokens, or creating custom utilities/variants. Do NOT use for v3-to-v4 migration or category utility lookup.
    1
    install
  48. TS Testing · fusengine bundle
    Use when writing or configuring TypeScript tests and choosing between bun test and Vitest. Not for framework-specific testing (React → react-testing).
    1
    install
  49. Astro Deployment · fusengine bundle
    Use when deploying an Astro 7 app to Cloudflare, Vercel, Netlify, or Node.js — adapter setup, ISR patterns, edge middleware.
    1
    install
  50. Go Tooling Security · fusengine bundle
    Use when setting up Go modules/workspaces, configuring golangci-lint v2, running govulncheck, or building a Go CI quality gate. Not for app logic or non-Go audits.
    1
    install
  51. Laravel AI Sdk · fusengine bundle
    Use when integrating AI agents, tool calling, embeddings, structured output, or streaming in Laravel 13 via the `laravel/ai` package.
    1
    install
  52. Laravel Queues · fusengine bundle
    Use when implementing Laravel 13 background jobs — queue attributes, workers, batching, chaining, middleware, or Queue::route() routing.
    1
    install
  53. Laravel Reverb · fusengine bundle
    Implement real-time WebSocket communication with Laravel Reverb. Use when adding live updates, chat, notifications, or presence features.
    1
    install
  54. Rust Tooling Cicd · fusengine bundle
    Use when structuring a Cargo workspace or building a Rust CI pipeline — fmt, clippy, cargo-deny/audit, nextest, coverage, MSRV. Not for writing the tests themselves (rust-testing-quality).
    1
    install
  55. Security Scan · fusengine bundle
    Use when scanning for XSS, SQL injection, command injection, hardcoded secrets, or any OWASP Top 10 vulnerability across a codebase.
    1
    install
  56. Swift Core · fusengine bundle
    Use when implementing Swift 6 fundamentals — concurrency, architecture, testing, i18n, or performance — across any Apple platform.
    1
    install
  57. Commit Optimization · fusengine
    Use when configuring settings.json to reduce fuse-commit-pro's context token usage.
    1
    install
  58. Laravel Billing · fusengine bundle
    Use when implementing subscriptions, invoices, payment methods, webhooks, or billing portals with Laravel Cashier (Stripe or Paddle).
    1
    install
  59. Design Webapp · fusengine bundle
    Use when building or extending a dashboard, SaaS screen, or any authenticated app surface — use design-web instead for a marketing site.
    1
    install
  60. Laravel Auth · fusengine bundle
    Use when implementing user authentication, API tokens, social login, or authorization in Laravel 13.
    1
    install
  61. Laravel I18N · fusengine bundle
    Use when implementing Laravel translations — __(), trans_choice(), lang files, pluralization, locale middleware, or formatting.
    1
    install
  62. Laravel Vite · fusengine bundle
    Complete Vite bundling for Laravel - assets, HMR, SSR, frameworks, optimization. Use when configuring frontend build pipeline.
    1
    install
  63. Nextjs Shadcn · fusengine bundle
    Use when building UI components in Next.js App Router with shadcn/ui — forms, dialogs, tables, toasts, accessible components.
    1
    install
  64. Visionos · fusengine bundle
    Use when building Vision Pro apps — spatial computing, RealityKit 3D content, immersive spaces, or volumes.
    1
    install
  65. TS Config · fusengine bundle
    Use when creating or migrating a tsconfig.json, choosing module/moduleResolution, or fixing TS 6.0 deprecation errors. Not for language syntax (ts-language-patterns).
    1
    install
  66. Auth Audit · fusengine bundle
    Use when auditing JWT, session, OAuth2/PKCE, password, or MFA implementations for security vulnerabilities and best-practice deviations.
    1
    install
  67. Watchos · fusengine bundle
    Use when building Apple Watch apps — complications, workouts, HealthKit, or iPhone-Watch connectivity.
    1
    install
  68. Tailwindcss V4 · fusengine bundle
    Use when migrating a project from Tailwind v3 to v4, mapping @theme namespaces to generated utilities, or looking up renamed/removed v3 utilities.
    1
    install
  69. Fuse Browser Usage · fusengine bundle
    Use when about to call any mcp__fuse-browser__* tool. Routes fetch/crawl/SERP vs live browser session vs screenshot capture, and enforces the 4 ZERO-TOLERANCE rules -- read BEFORE the tool call.
    1
    install
  70. Astro Security · fusengine bundle
    Use when configuring Content Security Policy (CSP) in Astro 7 — security headers, script/style hashes, nonces, or experimentalStaticHeaders.
    1
    install
  71. Commit Detection · fusengine
    Detects optimal commit type from git changes. Use when analyzing commits, determining commit type, or before committing.
    1
    install
  72. Design Method · fusengine bundle
    Use when starting any design task — resolves register, sets the 3 dials, locks Gate 0, and routes to the right move and target skill.
    1
    install
  73. Design Motion · fusengine bundle
    Use when adding or reviewing motion on an already-settled layout or component — never to hide or compensate for an unfinished one.
    1
    install
  74. Design Review · fusengine bundle
    Use when a design deliverable is about to be reported done — the final quality gate after design-motion or a mobile mockup.
    1
    install
  75. Design System · fusengine bundle
    Use when starting any design task, before choosing or auditing a color/type/spacing token or writing design-system.md — routing step 1.
    1
    install
  76. Go Architecture · fusengine bundle
    Use when laying out a new Go service, choosing an HTTP router or DB layer, or wiring dependencies. Not for concurrency (go-concurrency) or language idioms (go-core-idioms).
    1
    install
  77. Better Auth · fusengine bundle
    Use when implementing Next.js authentication with Better Auth — OAuth, 2FA, magic links, SSO, Stripe billing, or session management.
    1
    install
  78. Nextjs I18N · fusengine bundle
    Use when implementing i18n in Next.js 16 — next-intl or DIY dictionaries, locale routing, language switch, or formatters.
    1
    install
  79. React Shadcn · fusengine bundle
    shadcn/ui for React with TanStack Form. Use when building UI components, forms, dialogs, tables, toasts, or accessible components.
    1
    install
  80. SEO Featured Snippets · fusengine
    Use when optimizing for position 0 featured snippets and AI Overviews with format-specific HTML recipes.
    1
    install
  81. Ipados · fusengine bundle
    Use when building iPad apps — split views, external keyboard support, multitasking, or Stage Manager — adaptive layouts.
    1
    install
  82. Astro Actions · fusengine bundle
    Use when handling form submissions, mutations, or server-side logic with type safety in Astro via defineAction / astro:actions.
    1
    install
  83. Astro Content · fusengine bundle
    Use when managing structured content, blog posts, or typed data collections in Astro via the Content Layer API (content.config.ts).
    1
    install
  84. Astro Islands · fusengine bundle
    Use when adding interactivity to Astro pages via client:* directives or rendering dynamic server content with server:defer.
    1
    install
  85. Astro Styling · fusengine bundle
    Use when styling Astro components — scoped CSS, CSS Modules, Tailwind CSS, UnoCSS, Sass, the class:list directive, or global styles.
    1
    install
  86. Map Ecosystem · fusengine
    Use when cartography index descriptions are truncated, a new plugin/skill was just added, or after SessionStart regenerates the map.
    1
    install
  87. Laravel API · fusengine bundle
    Use when creating API endpoints, transforming responses with API Resources, or handling API authentication, rate limiting, or versioning.
    1
    install
  88. Nextjs Stack · fusengine bundle
    Use as the master reference for a full Next.js 16+ stack — Prisma 7, Better Auth, shadcn/ui, TanStack Form, Zustand. Not for core framework API details (use nextjs-16).
    1
    install
  89. Solid Nextjs · fusengine bundle
    Use when applying SOLID principles to Next.js architecture — modular structure, file size limits, interface separation, JSDoc.
    1
    install
  90. Guardrails · fusengine bundle
    Use when implementing input/output guardrails, writing ethical guardrail templates, or auditing an agent/prompt for missing security controls.
    1
    install
  91. React Testing · fusengine bundle
    Testing Library for React 19 - render, screen, userEvent, waitFor, Suspense. Use when writing tests for React components with Vitest.
    1
    install
  92. React State · fusengine bundle
    Zustand v5 state management for React. Use when implementing global state, stores, persist, or client-side state.
    1
    install
  93. Solid React · fusengine bundle
    Use when applying SOLID principles to React architecture — file-size limits, hook separation, src/interfaces/, JSDoc.
    1
    install
  94. SEO Internal Linking · fusengine
    Use when designing or auditing internal linking strategy — pillar/cluster architecture, anchors, orphan pages.
    1
    install
  95. Macos · fusengine bundle
    Use when building Mac apps — menu bar extras, window management, AppKit integration, or notarized distribution outside the App Store.
    1
    install
  96. Apex Methodology · fusengine bundle
    Use when starting ANY development task -- feature, bug fix, refactor, hotfix (triggers: implement, create, build, fix, add feature, refactor, develop).
    1
    install
  97. Astro Assets · fusengine bundle
    Use when optimizing images or other assets in Astro — <Image />, <Picture />, getImage(), Fonts API, or OG image generation.
    1
    install
  98. Go Concurrency · fusengine bundle
    Use when writing or reviewing Go concurrency — goroutines, channels, errgroup, context cancellation, or goroutine leaks. Not for sequential idioms (go-core-idioms).
    1
    install
  99. Go Core Idioms · fusengine bundle
    Use when writing or reviewing idiomatic sequential Go — error handling, slog logging, generics, interfaces, style. Not for concurrency (go-concurrency).
    1
    install
  100. Solid PHP · fusengine bundle
    Use when applying SOLID principles to Laravel 13 / PHP 8.3+ code — file size limits, interface placement, or PHPDoc enforcement.
    1
    install