Source

fusengine/agents

213 skills · 6.3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
seo-ecommerce Use when optimizing e-commerce SEO — product/category pages, faceted navigation, marketplace listings.
fusengine/agents
11
2
seo-geo Use when optimizing for AI search engines (GEO) — AI Overviews, ChatGPT, Perplexity, Claude, Gemini, Copilot readines…
fusengine/agents
11
3
seo-hreflang Use when auditing or generating hreflang tags for i18n/multilingual SEO.
fusengine/agents
11
4
seo-images Use when optimizing images for SEO — alt text, filenames, formats, lazy loading, responsive sizing.
fusengine/agents
11
5
seo-internal-linking Use when designing or auditing internal linking strategy — pillar/cluster architecture, anchors, orphan pages.
fusengine/agents
11
6
seo-local Use when optimizing local SEO — Google Business Profile, NAP consistency, Local Pack ranking, location pages.
fusengine/agents
11
7
seo-page Use when analyzing a single URL or local file via /seo page — meta, schema, headers, GEO readiness.
fusengine/agents
11
8
seo-redirects Use when planning redirects or a site migration — status codes, link equity, redirect chains.
fusengine/agents
11
9
seo-schema Use when detecting, validating, or generating Schema.org JSON-LD markup for any page type.
fusengine/agents
11
10
seo-sitemap Use when analyzing or generating XML sitemaps and robots.txt. Not for redirect analysis (seo-redirects).
fusengine/agents
11
11
seo-sxo Use when optimizing search experience (SXO) — intent matching, personas, dwell time, pogo-sticking.
fusengine/agents
11
12
seo-technical Use when auditing technical SEO — robots.txt, sitemap.xml, Core Web Vitals, crawlability, indexability.
fusengine/agents
11
13
think-in-code Use when analyzing multiple files, auditing a codebase, scanning dependencies, or counting lines -- one Bash pipeline…
fusengine/agents
11
14
seo-entity Use when optimizing entity-based / semantic SEO — Knowledge Graph resolution, salience scoring, about/sameAs/knowsAbo…
fusengine/agents
8
15
design-system Use when starting any design task, before choosing or auditing a color/type/spacing token or writing design-system.md…
fusengine/agents
4
16
design-webapp Use when building or extending a dashboard, SaaS screen, or any authenticated app surface — use design-web instead fo…
fusengine/agents
3
17
astro-7 Use when building Astro 7 sites, choosing an output mode (static/server/hybrid), configuring middleware, or upgrading…
fusengine/agents
2
18
challenge Use before a root-cause, done/verified claim, irreversible action, or 2nd-time fix reaches the owner (APEX or plain c…
fusengine/agents
2
19
design-android Use when designing an Android screen or flow — deliverable is a device-framed HTML mockup and developer handoff spec,…
fusengine/agents
2
20
design-ios Use when designing an iOS or macOS screen or flow — deliverable is a device/window-framed HTML mockup and handoff spe…
fusengine/agents
2
21
design-method Use when starting any design task — resolves register, sets the 3 dials, locks Gate 0, and routes to the right move a…
fusengine/agents
2
22
design-motion Use when adding or reviewing motion on an already-settled layout or component — never to hide or compensate for an un…
fusengine/agents
2
23
design-review Use when a design deliverable is about to be reported done — the final quality gate after design-motion or a mobile m…
fusengine/agents
2
24
design-web Use when building or revising a marketing/landing/campaign page, register `brand` locked at Gate 0 — use design-webap…
fusengine/agents
2
25
fuse-browser-usage Use when about to call any mcp__fuse-browser__* tool. Routes fetch/crawl/SERP vs live browser session vs screenshot c…
fusengine/agents
2
26
go-architecture Use when laying out a new Go service, choosing an HTTP router or DB layer, or wiring dependencies. Not for concurrenc…
fusengine/agents
2
27
go-concurrency Use when writing or reviewing Go concurrency — goroutines, channels, errgroup, context cancellation, or goroutine lea…
fusengine/agents
2
28
go-core-idioms Use when writing or reviewing idiomatic sequential Go — error handling, slog logging, generics, interfaces, style. No…
fusengine/agents
2
29
go-testing-quality Use when writing or reviewing Go tests, adding coverage, benchmarking, or profiling a Go program. Not for CI/lint wir…
fusengine/agents
2
30
go-tooling-security Use when setting up Go modules/workspaces, configuring golangci-lint v2, running govulncheck, or building a Go CI qua…
fusengine/agents
2
31
modularize Use when converting existing code to modular architecture (Laravel, Next.js, React). Triggers: "modularize", "convert…
fusengine/agents
2
32
php-ecosystem-reference Use when picking a non-Laravel PHP tool — Symfony components, API Platform, or Slim — and routing to implementation. …
fusengine/agents
2
33
php-http-psr Use when building framework-agnostic PHP HTTP code — PSR-7/15/17/18 messages, middleware, factories, clients. Do NOT …
fusengine/agents
2
34
php-language-modern Use when writing modern non-framework PHP 8.1-8.5 — property hooks, asymmetric visibility, pipe operator, attributes,…
fusengine/agents
2
35
php-quality-tooling Use when setting up PHPStan, Rector, or PHP-CS-Fixer on a non-Laravel PHP project, incl. CI wiring. Do NOT use for La…
fusengine/agents
2
36
php-standards Use when setting up PHP-package autoloading, coding style, or PSR interfaces — PSR-4, PER Coding Style 3.0, composer.…
fusengine/agents
2
37
php-testing Use when writing/configuring tests on a non-Laravel PHP project — PHPUnit vs Pest. Do NOT use for Laravel test helper…
fusengine/agents
2
38
rust-async-concurrency Use when writing async Rust — spawning tasks, sharing state across tasks/threads, choosing channels vs mutexes, or hi…
fusengine/agents
2
39
rust-core-language Use when writing or reviewing idiomatic Rust — edition 2024 ownership/borrowing design, or fixing LLM pitfalls (clone…
fusengine/agents
2
40
rust-ecosystem-crates Use when choosing crates for a Rust project — serialization, CLI, async runtime, web, database, HTTP client, error ha…
fusengine/agents
2
41
rust-error-handling Use when designing Rust error handling — thiserror vs anyhow, typed error enums,
fusengine/agents
2
42
rust-testing-quality Use when writing, organizing, or running Rust tests — unit, integration, doc-tests, proptest, criterion benchmarks, o…
fusengine/agents
2
43
rust-tooling-cicd Use when structuring a Cargo workspace or building a Rust CI pipeline — fmt, clippy, cargo-deny/audit, nextest, cover…
fusengine/agents
2
44
rust-web-backend Use when building a REST/HTTP backend in Rust — axum routing, extractors, shared state, middleware, error responses, …
fusengine/agents
2
45
solid-tanstack-start Use when organizing TanStack Start code, splitting oversized routes/server functions, or reviewing architecture. Do N…
fusengine/agents
2
46
start-auth Use when adding auth to a TanStack Start app — route protection, server-function authorization, sessions, CSRF. Do NO…
fusengine/agents
2
47
start-core Use when scaffolding a TanStack Start project, wiring the build tool, or debugging setup (blank page, hydration, no c…
fusengine/agents
2
48
start-deployment Use when building or deploying a TanStack Start app — Cloudflare, Netlify, Vercel/Node/Bun, prerendering, or env vars…
fusengine/agents
2
49
start-execution-model Use when deciding where TanStack Start code runs, fixing secret leaks, DB-in-loader bugs, or hydration mismatches.
fusengine/agents
2
50
start-middleware Use when composing cross-cutting server logic in TanStack Start with createMiddleware — chaining, context, auth facto…
fusengine/agents
2
Page 4 · 213 total Previous Next