fusengine/agents
125 agent markdown files indexed from fusengine/agents. Install any of them pinned to an exact hash with mdr add fusengine/agents/<name>.
agent-creator skill
fusengine/agents · plugins/ai-pilot/skills/agent-creator/SKILL.md · Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
git:20260904.5f1d30f · audit A · 28 stars
apex-methodology skill
fusengine/agents · plugins/ai-pilot/skills/apex-methodology/SKILL.md · Use when starting ANY development task -- feature, bug fix, refactor, hotfix (triggers: implement, create, build, fix…
git:20260729.3b91eed · audit A · 28 stars
brainstorming skill
fusengine/agents · plugins/ai-pilot/skills/brainstorming/SKILL.md · Use when creating a feature/component or adding functionality. Fires BEFORE APEX Analyze to refine requirements via…
git:20260904.5f1d30f · audit A · 28 stars
challenge skill
fusengine/agents · plugins/ai-pilot/skills/challenge/SKILL.md · Use before a root-cause, done/verified claim, irreversible action, or 2nd-time fix reaches the owner (APEX or plain…
git:20260729.3b91eed · audit A · 28 stars
code-quality skill
fusengine/agents · plugins/ai-pilot/skills/code-quality/SKILL.md · Use when validating code quality after modifications -- SOLID compliance, DRY duplication, linter errors, architecture…
git:20260729.3b91eed · audit A · 28 stars
elicitation skill
fusengine/agents · plugins/ai-pilot/skills/elicitation/SKILL.md · Use when an expert agent self-reviews and self-corrects code after the Execute phase, before sniper validation…
git:20260729.3b91eed · audit A · 28 stars
exploration skill
fusengine/agents · plugins/ai-pilot/skills/exploration/SKILL.md · Use when exploring an unfamiliar codebase -- architecture analysis, pattern detection, dependency mapping, rapid…
git:20260729.3b91eed · audit A · 28 stars
fuse-browser-usage skill
fusengine/agents · plugins/ai-pilot/skills/fuse-browser-usage/SKILL.md · Use when about to call any mcp__fuse-browser__* tool. Routes fetch/crawl/SERP vs live browser session vs screenshot…
git:20260729.3b91eed · audit A · 28 stars
modularize skill
fusengine/agents · plugins/ai-pilot/skills/modularize/SKILL.md · Use when converting existing code to modular architecture (Laravel, Next.js, React). Triggers: "modularize", "convert…
git:20260729.3b91eed · audit A · 28 stars
pr-summary skill
fusengine/agents · plugins/ai-pilot/skills/pr-summary/SKILL.md · Summarize current pull request with diff, comments, and changed files. Use when reviewing PRs or before merging.
git:20260729.3b91eed · audit A · 28 stars
react-effects-audit skill
fusengine/agents · plugins/ai-pilot/skills/react-effects-audit/SKILL.md · Use when auditing React or Next.js components for unnecessary or unsafe useEffect usage -- detects 9 anti-patterns from…
git:20260729.3b91eed · audit A · 28 stars
research skill
fusengine/agents · plugins/ai-pilot/skills/research/SKILL.md · Use when researching documentation, best practices, or complex technical investigations -- Context7 + Exa + Sequential…
git:20260729.3b91eed · audit A · 28 stars
skill-creator skill
fusengine/agents · plugins/ai-pilot/skills/skill-creator/SKILL.md · Use when creating new skills, restructuring existing skills, or improving skill documentation.
git:20260904.5f1d30f · audit A · 28 stars
sniper-check skill
fusengine/agents · plugins/ai-pilot/skills/sniper-check/SKILL.md · Use when validating code quality after modifications. Runs sniper agent in isolated forked context for clean, fast…
git:20260729.3b91eed · audit A · 28 stars
tdd skill
fusengine/agents · plugins/ai-pilot/skills/tdd/SKILL.md · Use when writing production code that needs tests -- new features, bug fixes, refactoring. Enforces RED-GREEN-REFACTOR…
git:20260729.3b91eed · audit A · 28 stars
think-in-code skill
fusengine/agents · plugins/ai-pilot/skills/think-in-code/SKILL.md · Use when analyzing multiple files, auditing a codebase, scanning dependencies, or counting lines -- one Bash pipeline…
git:20260729.3b91eed · audit A · 28 stars
verification skill
fusengine/agents · plugins/ai-pilot/skills/verification/SKILL.md · Use when marking a task complete, finishing a feature, or claiming a bug fixed -- verifies functional resolution before…
git:20260729.3b91eed · audit A · 28 stars
astro-7 skill
fusengine/agents · plugins/astro-expert/skills/astro-7/SKILL.md · Use when building Astro 7 sites, choosing an output mode (static/server/hybrid), configuring middleware, or upgrading…
git:20260904.5f1d30f · audit A · 28 stars
astro-actions skill
fusengine/agents · plugins/astro-expert/skills/astro-actions/SKILL.md · Use when handling form submissions, mutations, or server-side logic with type safety in Astro via defineAction /…
git:20260904.5f1d30f · audit A · 28 stars
astro-assets skill
fusengine/agents · plugins/astro-expert/skills/astro-assets/SKILL.md · Use when optimizing images or other assets in Astro — <Image />, <Picture />, getImage(), Fonts API, or OG image…
git:20260904.5f1d30f · audit A · 28 stars
astro-content skill
fusengine/agents · plugins/astro-expert/skills/astro-content/SKILL.md · Use when managing structured content, blog posts, or typed data collections in Astro via the Content Layer API…
git:20260904.5f1d30f · audit A · 28 stars
astro-db skill
fusengine/agents · plugins/astro-expert/skills/astro-db/SKILL.md · Use when doing database operations in an Astro project via Astro DB (defineDb, defineTable, db/config.ts, Turso).
git:20260904.5f1d30f · audit A · 28 stars
astro-deployment skill
fusengine/agents · plugins/astro-expert/skills/astro-deployment/SKILL.md · Use when deploying an Astro 7 app to Cloudflare, Vercel, Netlify, or Node.js — adapter setup, ISR patterns, edge…
git:20260904.5f1d30f · audit A · 28 stars
astro-i18n skill
fusengine/agents · plugins/astro-expert/skills/astro-i18n/SKILL.md · Use when implementing i18n in Astro — locale routing strategies, getRelativeLocaleUrl/getAbsoluteLocaleUrl…
git:20260904.5f1d30f · audit A · 28 stars
astro-integrations skill
fusengine/agents · plugins/astro-expert/skills/astro-integrations/SKILL.md · Use when adding React, Vue, Svelte, Solid, Preact, or another UI framework to an Astro project via @astrojs/*…
git:20260904.5f1d30f · audit A · 28 stars
astro-islands skill
fusengine/agents · plugins/astro-expert/skills/astro-islands/SKILL.md · Use when adding interactivity to Astro pages via client:* directives or rendering dynamic server content with…
git:20260904.5f1d30f · audit A · 28 stars
astro-security skill
fusengine/agents · plugins/astro-expert/skills/astro-security/SKILL.md · Use when configuring Content Security Policy (CSP) in Astro 7 — security headers, script/style hashes, nonces, or…
git:20260904.5f1d30f · audit A · 28 stars
astro-seo skill
fusengine/agents · plugins/astro-expert/skills/astro-seo/SKILL.md · Use when optimizing SEO for an Astro site — meta tags, Open Graph, JSON-LD structured data, sitemap/RSS, canonical…
git:20260904.5f1d30f · audit B · 28 stars
astro-starlight skill
fusengine/agents · plugins/astro-expert/skills/astro-starlight/SKILL.md · Use when building a documentation site with Astro Starlight — sidebar config, Pagefind search, plugins…
git:20260904.5f1d30f · audit A · 28 stars
astro-styling skill
fusengine/agents · plugins/astro-expert/skills/astro-styling/SKILL.md · Use when styling Astro components — scoped CSS, CSS Modules, Tailwind CSS, UnoCSS, Sass, the class:list directive, or…
git:20260904.5f1d30f · audit A · 28 stars
solid-astro skill
fusengine/agents · plugins/astro-expert/skills/solid-astro/SKILL.md · Use when applying SOLID principles to an Astro project — file-size limits, src/interfaces/ for types, JSDoc, modular…
git:20260904.5f1d30f · audit A · 28 stars
map-ecosystem skill
fusengine/agents · plugins/cartographer/skills/map-ecosystem/SKILL.md · Use when cartography index descriptions are truncated, a new plugin/skill was just added, or after SessionStart…
git:20260729.3b91eed · audit A · 28 stars
breaking-changes skill
fusengine/agents · plugins/changelog-watcher/skills/breaking-changes/SKILL.md · Use when checking whether a Claude Code update breaks our plugin ecosystem — hooks, agent frontmatter, manifest schema…
git:20260729.3b91eed · audit A · 28 stars
changelog-scan skill
fusengine/agents · plugins/changelog-watcher/skills/changelog-scan/SKILL.md · Use when checking for new Claude Code versions, features, or changes since the last known release.
git:20260729.3b91eed · audit A · 28 stars
community-pulse skill
fusengine/agents · plugins/changelog-watcher/skills/community-pulse/SKILL.md · Use when gauging community sentiment, bug reports, or feature requests about Claude Code via Exa search.
git:20260729.3b91eed · audit A · 28 stars
commit-detection skill
fusengine/agents · plugins/commit-pro/skills/commit-detection/SKILL.md · Detects optimal commit type from git changes. Use when analyzing commits, determining commit type, or before committing.
git:20260729.3b91eed · audit A · 28 stars
commit-optimization skill
fusengine/agents · plugins/commit-pro/skills/commit-optimization/SKILL.md · Use when configuring settings.json to reduce fuse-commit-pro's context token usage.
git:20260729.3b91eed · audit A · 28 stars
git-flow skill
fusengine/agents · plugins/commit-pro/skills/git-flow/SKILL.md · Use when committing, branching, opening PRs, or deciding merge/branch strategy.
git:20260729.3b91eed · audit A · 28 stars
post-commit skill
fusengine/agents · plugins/commit-pro/skills/post-commit/SKILL.md · Use when a code commit just landed (not wip/amend/undo) and CHANGELOG or plugin-version post-commit actions are needed.
git:20260729.3b91eed · audit A · 28 stars
design-android skill
fusengine/agents · plugins/design-expert/skills/design-android/SKILL.md · Use when designing an Android screen or flow — deliverable is a device-framed HTML mockup and developer handoff spec…
git:20260729.3b91eed · audit A · 28 stars
design-ios skill
fusengine/agents · plugins/design-expert/skills/design-ios/SKILL.md · Use when designing an iOS or macOS screen or flow — deliverable is a device/window-framed HTML mockup and handoff spec…
git:20260729.3b91eed · audit A · 28 stars
design-method skill
fusengine/agents · plugins/design-expert/skills/design-method/SKILL.md · Use when starting any design task — resolves register, sets the 3 dials, locks Gate 0, and routes to the right move and…
git:20260801.7d2f2b7 · audit A · 28 stars
design-motion skill
fusengine/agents · plugins/design-expert/skills/design-motion/SKILL.md · Use when adding or reviewing motion on an already-settled layout or component — never to hide or compensate for an…
git:20260729.3b91eed · audit A · 28 stars
design-review skill
fusengine/agents · plugins/design-expert/skills/design-review/SKILL.md · Use when a design deliverable is about to be reported done — the final quality gate after design-motion or a mobile…
git:20260729.ddf5fd1 · audit A · 28 stars
design-system skill
fusengine/agents · plugins/design-expert/skills/design-system/SKILL.md · Use when starting any design task, before choosing or auditing a color/type/spacing token or writing design-system.md —…
git:20260729.3b91eed · audit A · 28 stars
design-web skill
fusengine/agents · plugins/design-expert/skills/design-web/SKILL.md · Use when building or revising a marketing/landing/campaign page, register `brand` locked at Gate 0 — use design-webapp…
git:20260801.7d2f2b7 · audit A · 28 stars
design-webapp skill
fusengine/agents · plugins/design-expert/skills/design-webapp/SKILL.md · Use when building or extending a dashboard, SaaS screen, or any authenticated app surface — use design-web instead for…
git:20260801.7d2f2b7 · audit A · 28 stars
ux-copy skill
fusengine/agents · plugins/design-expert/skills/ux-copy/SKILL.md · Use when writing or reviewing any visible copy — headlines, buttons, body, errors, empty states — inside a…
git:20260729.3b91eed · audit A · 28 stars
go-architecture skill
fusengine/agents · plugins/go-expert/skills/go-architecture/SKILL.md · Use when laying out a new Go service, choosing an HTTP router or DB layer, or wiring dependencies. Not for concurrency…
git:20260729.3b91eed · audit A · 28 stars
go-concurrency skill
fusengine/agents · plugins/go-expert/skills/go-concurrency/SKILL.md · Use when writing or reviewing Go concurrency — goroutines, channels, errgroup, context cancellation, or goroutine…
git:20260904.5f1d30f · audit A · 28 stars
go-core-idioms skill
fusengine/agents · plugins/go-expert/skills/go-core-idioms/SKILL.md · Use when writing or reviewing idiomatic sequential Go — error handling, slog logging, generics, interfaces, style. Not…
git:20260904.5f1d30f · audit A · 28 stars
go-testing-quality skill
fusengine/agents · plugins/go-expert/skills/go-testing-quality/SKILL.md · Use when writing or reviewing Go tests, adding coverage, benchmarking, or profiling a Go program. Not for CI/lint…
git:20260729.3b91eed · audit A · 28 stars
go-tooling-security skill
fusengine/agents · plugins/go-expert/skills/go-tooling-security/SKILL.md · Use when setting up Go modules/workspaces, configuring golangci-lint v2, running govulncheck, or building a Go CI…
git:20260904.5f1d30f · audit A · 28 stars
fusecore skill
fusengine/agents · plugins/laravel-expert/skills/fusecore/SKILL.md · Use when creating modules, understanding FuseCore structure, or implementing features in a FuseCore modular-monolith…
git:20260904.5f1d30f · audit A · 28 stars
laravel-ai-sdk skill
fusengine/agents · plugins/laravel-expert/skills/laravel-ai-sdk/SKILL.md · Use when integrating AI agents, tool calling, embeddings, structured output, or streaming in Laravel 13 via the…
git:20260904.5f1d30f · audit A · 28 stars
laravel-api skill
fusengine/agents · plugins/laravel-expert/skills/laravel-api/SKILL.md · Use when creating API endpoints, transforming responses with API Resources, or handling API authentication, rate…
git:20260904.5f1d30f · audit A · 28 stars
laravel-architecture skill
fusengine/agents · plugins/laravel-expert/skills/laravel-architecture/SKILL.md · Use when structuring a Laravel project, creating services/repositories/actions, implementing dependency injection, or…
git:20260904.5f1d30f · audit A · 28 stars
laravel-attributes skill
fusengine/agents · plugins/laravel-expert/skills/laravel-attributes/SKILL.md · Use when migrating Eloquent models, Jobs, Console commands, Controllers, API Resources, Validation, Factories or…
git:20260904.5f1d30f · audit A · 28 stars
laravel-auth skill
fusengine/agents · plugins/laravel-expert/skills/laravel-auth/SKILL.md · Use when implementing user authentication, API tokens, social login, or authorization in Laravel 13.
git:20260904.5f1d30f · audit A · 28 stars
laravel-billing skill
fusengine/agents · plugins/laravel-expert/skills/laravel-billing/SKILL.md · Use when implementing subscriptions, invoices, payment methods, webhooks, or billing portals with Laravel Cashier…
git:20260904.5f1d30f · audit A · 28 stars
laravel-blade skill
fusengine/agents · plugins/laravel-expert/skills/laravel-blade/SKILL.md · Create Blade templates with components, slots, layouts, and directives. Use when building views, reusable components…
git:20260904.5f1d30f · audit A · 28 stars
laravel-eloquent skill
fusengine/agents · plugins/laravel-expert/skills/laravel-eloquent/SKILL.md · Use when working with database models — Eloquent ORM, PHP attributes, relationships, queries, observers, or factories…
git:20260904.5f1d30f · audit A · 28 stars
laravel-i18n skill
fusengine/agents · plugins/laravel-expert/skills/laravel-i18n/SKILL.md · Use when implementing Laravel translations — __(), trans_choice(), lang files, pluralization, locale middleware, or…
git:20260904.5f1d30f · audit A · 28 stars
laravel-jsonapi skill
fusengine/agents · plugins/laravel-expert/skills/laravel-jsonapi/SKILL.md · Use when building JSON:API spec-compliant endpoints in Laravel 13 with the first-party `JsonApiResource` base class.
git:20260904.5f1d30f · audit A · 28 stars
laravel-livewire skill
fusengine/agents · plugins/laravel-expert/skills/laravel-livewire/SKILL.md · Livewire 4 reactive components on Laravel 13 - wire:model, actions, events, Volt, Folio. Use when building reactive UI…
git:20260904.5f1d30f · audit A · 28 stars
laravel-migrations skill
fusengine/agents · plugins/laravel-expert/skills/laravel-migrations/SKILL.md · Use when designing a database schema or managing Laravel 13 migrations — Schema Builder, columns, indexes, foreign…
git:20260904.5f1d30f · audit A · 28 stars
laravel-permission skill
fusengine/agents · plugins/laravel-expert/skills/laravel-permission/SKILL.md · Use when implementing RBAC, role-based access control, or user authorization with Spatie Laravel Permission.
git:20260904.5f1d30f · audit A · 28 stars
laravel-queues skill
fusengine/agents · plugins/laravel-expert/skills/laravel-queues/SKILL.md · Use when implementing Laravel 13 background jobs — queue attributes, workers, batching, chaining, middleware, or…
git:20260904.5f1d30f · audit A · 28 stars
laravel-reverb skill
fusengine/agents · plugins/laravel-expert/skills/laravel-reverb/SKILL.md · Implement real-time WebSocket communication with Laravel Reverb. Use when adding live updates, chat, notifications, or…
git:20260904.5f1d30f · audit A · 28 stars
laravel-scout skill
fusengine/agents · plugins/laravel-expert/skills/laravel-scout/SKILL.md · Implement full-text search with Laravel Scout. Use when adding search to Eloquent models with Meilisearch, Algolia, or…
git:20260904.5f1d30f · audit B · 28 stars
laravel-stripe-connect skill
fusengine/agents · plugins/laravel-expert/skills/laravel-stripe-connect/SKILL.md · Use when implementing multi-vendor marketplace payments, seller onboarding, commissions, payouts, or split payments…
git:20260904.5f1d30f · audit A · 28 stars
laravel-testing skill
fusengine/agents · plugins/laravel-expert/skills/laravel-testing/SKILL.md · Use when testing controllers, services, or models, or implementing TDD on Laravel 13 with Pest 4 / PHPUnit 12.
git:20260904.5f1d30f · audit A · 28 stars
laravel-upgrade-v13 skill
fusengine/agents · plugins/laravel-expert/skills/laravel-upgrade-v13/SKILL.md · Use when upgrading a Laravel 12 application to Laravel 13.0 — composer bump, breaking changes, and Attributes migration.
git:20260904.5f1d30f · audit A · 28 stars
laravel-vector-search skill
fusengine/agents · plugins/laravel-expert/skills/laravel-vector-search/SKILL.md · Use when implementing semantic/vector search in Laravel 13 with PostgreSQL + pgvector.
git:20260904.5f1d30f · audit A · 28 stars
laravel-vite skill
fusengine/agents · plugins/laravel-expert/skills/laravel-vite/SKILL.md · Complete Vite bundling for Laravel - assets, HMR, SSR, frameworks, optimization. Use when configuring frontend build…
git:20260904.5f1d30f · audit A · 28 stars
solid-php skill
fusengine/agents · plugins/laravel-expert/skills/solid-php/SKILL.md · Use when applying SOLID principles to Laravel 13 / PHP 8.3+ code — file size limits, interface placement, or PHPDoc…
git:20260904.5f1d30f · audit A · 28 stars
better-auth skill
fusengine/agents · plugins/nextjs-expert/skills/better-auth/SKILL.md · Use when implementing Next.js authentication with Better Auth — OAuth, 2FA, magic links, SSO, Stripe billing, or…
git:20260904.5f1d30f · audit A · 28 stars
nextjs-16 skill
fusengine/agents · plugins/nextjs-expert/skills/nextjs-16/SKILL.md · Use when building Next.js 16 apps — Turbopack, App Router, Cache Components, proxy.ts, v15 migration. Not for stack…
git:20260904.5f1d30f · audit A · 28 stars
nextjs-i18n skill
fusengine/agents · plugins/nextjs-expert/skills/nextjs-i18n/SKILL.md · Use when implementing i18n in Next.js 16 — next-intl or DIY dictionaries, locale routing, language switch, or…
git:20260904.5f1d30f · audit A · 28 stars
nextjs-server-components skill
fusengine/agents · plugins/nextjs-expert/skills/nextjs-server-components/SKILL.md · Use when deciding Server vs Client Component boundaries in Next.js 16, fetching data directly in components, or…
git:20260904.5f1d30f · audit A · 28 stars
nextjs-shadcn skill
fusengine/agents · plugins/nextjs-expert/skills/nextjs-shadcn/SKILL.md · Use when building UI components in Next.js App Router with shadcn/ui — forms, dialogs, tables, toasts, accessible…
git:20260904.5f1d30f · audit A · 28 stars
nextjs-stack skill
fusengine/agents · plugins/nextjs-expert/skills/nextjs-stack/SKILL.md · Use as the master reference for a full Next.js 16+ stack — Prisma 7, Better Auth, shadcn/ui, TanStack Form, Zustand…
git:20260904.5f1d30f · audit A · 28 stars
nextjs-tanstack-form skill
fusengine/agents · plugins/nextjs-expert/skills/nextjs-tanstack-form/SKILL.md · Use when building forms in Next.js 16 with TanStack Form v1 — Server Actions, Zod validation, multi-step wizards, field…
git:20260904.5f1d30f · audit A · 28 stars
nextjs-tanstack-query skill
fusengine/agents · plugins/nextjs-expert/skills/nextjs-tanstack-query/SKILL.md · Use when implementing client-side data fetching, server prefetching with hydration, or optimistic mutations in Next.js…
git:20260904.5f1d30f · audit A · 28 stars
nextjs-zustand skill
fusengine/agents · plugins/nextjs-expert/skills/nextjs-zustand/SKILL.md · Use when implementing global state, stores, persist, or hydration in Next.js 16 App Router Client Components with…
git:20260904.5f1d30f · audit A · 28 stars
prisma-7 skill
fusengine/agents · plugins/nextjs-expert/skills/prisma-7/SKILL.md · Use when working with database schema, migrations, queries, or relations via Prisma 7 (Rust-free client, TypedSQL, Omit…
git:20260904.5f1d30f · audit A · 28 stars
solid-nextjs skill
fusengine/agents · plugins/nextjs-expert/skills/solid-nextjs/SKILL.md · Use when applying SOLID principles to Next.js architecture — modular structure, file size limits, interface separation…
v1.0.0 · audit A · 28 stars
php-ecosystem-reference skill
fusengine/agents · plugins/php-expert/skills/php-ecosystem-reference/SKILL.md · Use when picking a non-Laravel PHP tool — Symfony components, API Platform, or Slim — and routing to implementation. Do…
git:20260904.5f1d30f · audit A · 28 stars
php-http-psr skill
fusengine/agents · plugins/php-expert/skills/php-http-psr/SKILL.md · Use when building framework-agnostic PHP HTTP code — PSR-7/15/17/18 messages, middleware, factories, clients. Do NOT…
git:20260904.5f1d30f · audit A · 28 stars
php-language-modern skill
fusengine/agents · plugins/php-expert/skills/php-language-modern/SKILL.md · Use when writing modern non-framework PHP 8.1-8.5 — property hooks, asymmetric visibility, pipe operator, attributes…
git:20260904.5f1d30f · audit A · 28 stars
php-quality-tooling skill
fusengine/agents · plugins/php-expert/skills/php-quality-tooling/SKILL.md · Use when setting up PHPStan, Rector, or PHP-CS-Fixer on a non-Laravel PHP project, incl. CI wiring. Do NOT use for…
git:20260904.5f1d30f · audit A · 28 stars
php-standards skill
fusengine/agents · plugins/php-expert/skills/php-standards/SKILL.md · Use when setting up PHP-package autoloading, coding style, or PSR interfaces — PSR-4, PER Coding Style 3.0…
git:20260904.5f1d30f · audit A · 28 stars
php-testing skill
fusengine/agents · plugins/php-expert/skills/php-testing/SKILL.md · Use when writing/configuring tests on a non-Laravel PHP project — PHPUnit vs Pest. Do NOT use for Laravel test helpers…
git:20260904.5f1d30f · audit A · 28 stars
agent-design skill
fusengine/agents · plugins/prompt-engineer/skills/agent-design/SKILL.md · Use when choosing between workflow vs agent patterns, structuring orchestrator/subagent pipelines, or writing a Claude…
git:20260729.3b91eed · audit A · 28 stars
guardrails skill
fusengine/agents · plugins/prompt-engineer/skills/guardrails/SKILL.md · Use when implementing input/output guardrails, writing ethical guardrail templates, or auditing an agent/prompt for…
git:20260729.3b91eed · audit A · 28 stars
prompt-creation skill
fusengine/agents · plugins/prompt-engineer/skills/prompt-creation/SKILL.md · Use when writing a new system prompt from scratch, structuring it with Anthropic's 9-element format, or choosing…
git:20260729.3b91eed · audit A · 28 stars
prompt-library skill
fusengine/agents · plugins/prompt-engineer/skills/prompt-library/SKILL.md · Use when looking for a ready-made agent or task template (code review, support, data analysis, translation, extraction)…
git:20260729.3b91eed · audit A · 28 stars
prompt-optimization skill
fusengine/agents · plugins/prompt-engineer/skills/prompt-optimization/SKILL.md · Use when auditing an existing prompt for clarity, structure, or completeness issues, fixing vague instructions, or…
git:20260729.3b91eed · audit A · 28 stars
prompt-testing skill
fusengine/agents · plugins/prompt-engineer/skills/prompt-testing/SKILL.md · Use when comparing two prompt variants, defining quality/efficiency/robustness metrics, or deciding whether to adopt a…
git:20260729.3b91eed · audit A · 28 stars
react-19 skill
fusengine/agents · plugins/react-expert/skills/react-19/SKILL.md · Use when implementing React 19.2 patterns — use(), useOptimistic, useActionState, useEffectEvent, Activity component…
v19.2.0 · audit A · 28 stars
react-forms skill
fusengine/agents · plugins/react-expert/skills/react-forms/SKILL.md · Use when building type-safe forms in React with TanStack Form v1 — Zod/Yup/Valibot validation, async validation, field…
v1.0.0 · audit A · 28 stars
react-i18n skill
fusengine/agents · plugins/react-expert/skills/react-i18n/SKILL.md · Use when implementing translations in a React app (not Next.js) with react-i18next — useTranslation, namespaces…
v1.0.0 · audit A · 28 stars
react-shadcn skill
fusengine/agents · plugins/react-expert/skills/react-shadcn/SKILL.md · shadcn/ui for React with TanStack Form. Use when building UI components, forms, dialogs, tables, toasts, or accessible…
git:20260904.5f1d30f · audit A · 28 stars
react-state skill
fusengine/agents · plugins/react-expert/skills/react-state/SKILL.md · Zustand v5 state management for React. Use when implementing global state, stores, persist, or client-side state.
git:20260904.5f1d30f · audit A · 28 stars
react-tanstack-router skill
fusengine/agents · plugins/react-expert/skills/react-tanstack-router/SKILL.md · Use when implementing routing in a React app (NOT Next.js) with TanStack Router — file-based routes, loaders, search…
git:20260904.5f1d30f · audit A · 28 stars
react-testing skill
fusengine/agents · plugins/react-expert/skills/react-testing/SKILL.md · Testing Library for React 19 - render, screen, userEvent, waitFor, Suspense. Use when writing tests for React…
git:20260904.5f1d30f · audit A · 28 stars
solid-react skill
fusengine/agents · plugins/react-expert/skills/solid-react/SKILL.md · Use when applying SOLID principles to React architecture — file-size limits, hook separation, src/interfaces/, JSDoc.
v1.0.0 · audit A · 28 stars
rust-async-concurrency skill
fusengine/agents · plugins/rust-expert/skills/rust-async-concurrency/SKILL.md · Use when writing async Rust — spawning tasks, sharing state across tasks/threads, choosing channels vs mutexes, or…
git:20260729.3b91eed · audit A · 28 stars
rust-core-language skill
fusengine/agents · plugins/rust-expert/skills/rust-core-language/SKILL.md · Use when writing or reviewing idiomatic Rust — edition 2024 ownership/borrowing design, or fixing LLM pitfalls (clone…
git:20260729.3b91eed · audit A · 28 stars
rust-ecosystem-crates skill
fusengine/agents · plugins/rust-expert/skills/rust-ecosystem-crates/SKILL.md · Use when choosing crates for a Rust project — serialization, CLI, async runtime, web, database, HTTP client, error…
git:20260904.5f1d30f · audit A · 28 stars
rust-error-handling skill
fusengine/agents · plugins/rust-expert/skills/rust-error-handling/SKILL.md · Use when designing Rust error handling — thiserror vs anyhow, typed error enums, #[from] conversions, or recoverable…
git:20260729.3b91eed · audit A · 28 stars
rust-testing-quality skill
fusengine/agents · plugins/rust-expert/skills/rust-testing-quality/SKILL.md · Use when writing, organizing, or running Rust tests — unit, integration, doc-tests, proptest, criterion benchmarks, or…
git:20260904.5f1d30f · audit A · 28 stars
rust-tooling-cicd skill
fusengine/agents · plugins/rust-expert/skills/rust-tooling-cicd/SKILL.md · Use when structuring a Cargo workspace or building a Rust CI pipeline — fmt, clippy, cargo-deny/audit, nextest…
git:20260904.5f1d30f · audit A · 28 stars
rust-web-backend skill
fusengine/agents · plugins/rust-expert/skills/rust-web-backend/SKILL.md · Use when building a REST/HTTP backend in Rust — axum routing, extractors, shared state, middleware, error responses…
git:20260729.3b91eed · audit A · 28 stars
auth-audit skill
fusengine/agents · plugins/security-expert/skills/auth-audit/SKILL.md · Use when auditing JWT, session, OAuth2/PKCE, password, or MFA implementations for security vulnerabilities and…
git:20260729.3b91eed · audit A · 28 stars
cve-research skill
fusengine/agents · plugins/security-expert/skills/cve-research/SKILL.md · Use when checking a specific dependency or package version for known CVEs and security advisories.
git:20260729.3b91eed · audit A · 28 stars
dependency-audit skill
fusengine/agents · plugins/security-expert/skills/dependency-audit/SKILL.md · Use when running ecosystem-specific vulnerability scans across project dependencies (npm/composer/pip/cargo/go/etc)…
git:20260729.3b91eed · audit A · 28 stars
security-headers skill
fusengine/agents · plugins/security-expert/skills/security-headers/SKILL.md · Use when verifying or configuring HTTP security headers (CSP, HSTS, CORS, X-Frame-Options) for a web application…
git:20260729.3b91eed · audit A · 28 stars
security-scan skill
fusengine/agents · plugins/security-expert/skills/security-scan/SKILL.md · Use when scanning for XSS, SQL injection, command injection, hardcoded secrets, or any OWASP Top 10 vulnerability…
git:20260729.3b91eed · audit A · 28 stars
seo-audit skill
fusengine/agents · plugins/seo/skills/seo-audit/SKILL.md · Use when running a full-site SEO audit via /seo audit — orchestrates all SEO sub-agents in parallel for one unified…
git:20260729.3b91eed · audit A · 28 stars
seo-cluster skill
fusengine/agents · plugins/seo/skills/seo-cluster/SKILL.md · Use when building semantic keyword clusters from SERP overlap for pillar/cluster content architecture.
git:20260729.3b91eed · audit A · 28 stars
seo-content-brief skill
fusengine/agents · plugins/seo/skills/seo-content-brief/SKILL.md · Use when generating a detailed SEO content brief for a single page or topic before writing.
git:20260729.3b91eed · audit A · 28 stars
seo-content skill
fusengine/agents · plugins/seo/skills/seo-content/SKILL.md · Use when analyzing published content quality — E-E-A-T scoring, anti-cannibalization, keyword distribution, AI…
git:20260729.3b91eed · audit A · 28 stars
seo-ecommerce skill
fusengine/agents · plugins/seo/skills/seo-ecommerce/SKILL.md · Use when optimizing e-commerce SEO — product/category pages, faceted navigation, marketplace listings.
git:20260729.3b91eed · audit A · 28 stars
seo-entity skill
fusengine/agents · plugins/seo/skills/seo-entity/SKILL.md · Use when optimizing entity-based / semantic SEO — Knowledge Graph resolution, salience scoring, about/sameAs/knowsAbout…
git:20260729.3b91eed · audit A · 28 stars
Source
github.com/fusengine/agents · 28 stars · license MIT · pushed 2026-09-24