← Volver al catálogo
fusengine

Autor en el catálogo

fusengine

157 skills2041 estrellas en totalgithub.com/fusengine

Skills publicadas

Mostrando 48 de 157

solid-java

13

Aplica principios SOLID para Java 21+, con archivos de menos de 100 líneas, interfaces separadas y arquitectura modular. Los módulos son OBLIGATORIOS.

DevOps e Infrapor fusengine

exploration

13

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

Automação#apipor fusengine

astro-styling

13

Use when styling Astro components with scoped CSS, CSS Modules, Tailwind CSS, UnoCSS, or Sass. Covers class:list directive, global styles, CSS custom properties, and Vite-powered preprocessors.

Design e Frontend#css#aipor fusengine

laravel-billing

13

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

Automaçãopor fusengine

brainstorming

13

Use when user requests creative work - creating features, building components, adding functionality, or modifying behavior. Activates BEFORE APEX Analyze phase to refine requirements through structured questioning.

Design e Frontend#aipor fusengine

elicitation

13

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

DevOps e Infrapor fusengine

react-effects-audit

13

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

Design e Frontend#reactpor fusengine

verification

13

Use when marking a task as complete, finishing a feature, or claiming a bug is fixed. Ensures functional resolution is verified with evidence before closing.

Automação#aipor fusengine

astro-6

13

Expert Astro 6 framework — routing, output modes, middleware, Vite Environment API, Rust compiler, Content Security Policy, Live Collections, Fonts API. Use when building Astro sites, configuring output, or upgrading from Astro 5.

Automação#apipor fusengine

astro-deployment

13

Deploying Astro 6 apps — @astrojs/cloudflare (Workers, D1, KV, R2), @astrojs/vercel (Serverless/Edge, Image CDN), @astrojs/netlify (Edge Functions), @astrojs/node (standalone), ISR patterns, edge middleware, skew protection. Use for any deployment configuration.

DevOps e Infra#deploypor fusengine

modularize

13

Use when converting existing code to modular architecture. Detects Laravel (FuseCore or standard) / Next.js / React and applies correct modular patterns. Triggers: "modularize", "convert to modules", "migrate to modular", "restructure modules".

Design e Frontend#reactpor fusengine

pr-summary

13

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

Automaçãopor fusengine

sniper-check

13

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

Automaçãopor fusengine

astro-assets

13

Image and asset optimization in Astro 6 — <Image />, <Picture />, getImage(), remote images, @astrojs/sharp, Fonts API, OG image generation with Satori, Cloudinary/Imgix. Use for any image optimization or asset handling task.

Automação#apipor fusengine

astro-content

13

Expert Astro Content Layer API — content.config.ts, glob/file loaders, custom loaders, getCollection, getEntry, render(), Zod schemas, MDX, Remark/Rehype plugins. Use when managing structured content, blog posts, or any typed data collections.

Escrita e Conteúdo#apipor fusengine

astro-db

13

Astro DB — defineDb, defineTable, column types, CRUD with db.select/insert/update/delete, db/config.ts, db/seed.ts, Turso for production, type-safety, integration with Astro Actions. Use for any database operation in an Astro project.

Automaçãopor fusengine

astro-integrations

13

Expert Astro UI framework integrations — @astrojs/react, @astrojs/vue, @astrojs/svelte, @astrojs/solid-js, @astrojs/preact, @astrojs/alpinejs, @astrojs/lit, @qwikdev/astro, @analogjs/astro-angular. Setup, multi-framework config, usage patterns.

Design e Frontend#reactpor fusengine

astro-islands

13

Expert Astro Islands Architecture — client:load, client:idle, client:visible, client:media, client:only, server:defer (Server Islands), fallback slots, transition:persist, prop serialization. Use when adding interactivity to Astro pages or rendering dynamic server content.

Escrita e Conteúdopor fusengine

tdd

13

Use when writing production code that needs tests - new features, bug fixes, refactoring. Enforces RED-GREEN-REFACTOR cycle before any implementation.

Desenvolvimento#testpor fusengine

think-in-code

13

Use ONE Bash script instead of N sequential Read calls when analyzing multiple files, auditing codebase, finding all matches, scanning dependencies, counting lines, or listing files matching a pattern. Replaces wasteful multi-Read loops with compact shell pipelines.

DevOps e Infrapor fusengine

astro-actions

13

Expert Astro Server Actions — defineAction, astro:actions, Zod validation, ActionError, HTML form actions, accept form, progressive enhancement, redirect patterns. Use when handling form submissions, mutations, or any server-side logic with type safety.

Automaçãopor fusengine

astro-i18n

13

Use when implementing internationalization in Astro, configuring i18n routing, setting up locale strategies, using getRelativeLocaleUrl/getAbsoluteLocaleUrl, handling Astro.currentLocale, or adding hreflang tags with sitemap.

Automaçãopor fusengine

astro-security

13

Use when configuring Content Security Policy (CSP) in Astro 6, setting security headers, managing script/style hashes, using nonces, or implementing experimentalStaticHeaders for adapter deployments.

Escrita e Conteúdo#deploypor fusengine

astro-seo

13

SEO for Astro sites — meta tags, Open Graph, Twitter Cards, JSON-LD structured data, sitemap, RSS, robots.txt, canonical URLs, hreflang, Core Web Vitals. Use when optimizing search engine visibility or social sharing.

Marketing#seopor fusengine

astro-starlight

13

Astro Starlight documentation theme — setup, sidebar config, Pagefind search, dark/light mode, plugins (DocSearch, blog, openapi, typedoc, versions), multi-language, Content Layer API, llms.txt, customization. Use for building documentation sites.

Escrita e Conteúdo#llm#apipor fusengine

map-ecosystem

13

Enrich auto-generated .cartographer/ maps with full descriptions from source files.

Automaçãopor fusengine

ux-copy

13

Phase 2: Write microcopy guide: CTA labels, error messages, empty states, form placeholders — all aligned with identity personality and audience from Phase 0.

Design e Frontendpor fusengine

design-audit

13

Phase 5: Verify contrast >= 4.5:1 text / 3:1 UI in both light+dark, check no Inter/Roboto/Arial/Open Sans, confirm all colors are OKLCH from design-system.md, validate hover/focus/disabled/loading states, run anti-AI-slop checklist.

Design e Frontend#aipor fusengine

laravel-attributes

13

Use when migrating Eloquent models, Jobs, Console commands, Controllers, API Resources, Validation, Factories or Seeders to native PHP 8.3 attributes introduced in Laravel 13. Covers all 7 categories of first-party attributes.

Automação#apipor fusengine

laravel-auth

13

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

Automação#apipor fusengine

community-pulse

13

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.

Escrita e Conteúdopor fusengine

commit-detection

13

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

Automação#gitpor fusengine

commit-optimization

13

Optimization guide for fuse-commit-pro commit workflow. Documents settings to reduce token usage.

Automaçãopor fusengine

post-commit

13

Universal post-commit actions. CHANGELOG update and git tag for all repos. Plugin version bumping for marketplace repos. Triggered after any code commit (except wip/amend/undo).

Desenvolvimento#gitpor fusengine

generating-components

13

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).

Design e Frontendpor fusengine

breaking-changes

13

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

Automação#ai#apipor fusengine

changelog-scan

13

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

Escrita e Conteúdopor fusengine

git-flow

13

Use when committing, branching, opening PRs, or deciding merge strategy. Covers GitHub Flow (default), trunk-based, branch naming conventions, squash vs rebase, branch lifecycle, and protected branch enforcement.

DevOps e Infra#github#gitpor fusengine

identity-system

13

Phase 0: Read sector template (creative/fintech/ecommerce/devtool), generate OKLCH palette with chroma > 0.05, pick approved typography pair (never Inter/Roboto/Arial), define spacing base unit + motion profile.

Marketing#aipor fusengine

designing-systems

13

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.

Design e Frontend#csspor fusengine

adding-animations

13

Phase 4: Add Framer Motion scroll reveals (IntersectionObserver), hover scale/opacity transitions, focus ring states, loading skeletons, glassmorphism blur layers, gradient orb backgrounds — all via modify_frontend.

Design e Frontendpor fusengine

laravel-eloquent

13

Complete Eloquent ORM for Laravel 13 - PHP Attributes (#[Table], #[Fillable], #[Casts]), models, relationships, queries, observers, factories. Use when working with database models.

Dados e Análisepor fusengine

laravel-jsonapi

13

Use when building JSON:API compliant endpoints in Laravel 13 using the first-party `JsonApiResource` base class. Covers sparse fieldsets, inclusion, links, and response headers.

Automação#apipor fusengine

laravel-migrations

13

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

Design e Frontendpor fusengine

laravel-stripe-connect

13

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

Design e Frontendpor fusengine

solid-php

13

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

DevOps e Infrapor fusengine

nextjs-16

13

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.

Design e Frontend#reactpor fusengine

nextjs-i18n

13

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

Escrita e Conteúdopor fusengine

Alerta por categoría

Recibe nuevas skills de DevOps e Infra todos los lunes