Guias de SEO para auditoria e otimização. Use ao fazer auditoria técnica (meta tags, sitemap, robots.txt, schema.org, Core Web Vitals, indexação), otimização on-page e de conteúdo (palavra-chave, intenção de busca, headings) ou SEO programático (páginas em escala, internal linking). Não use para mídia paga ou análise…
Guias para trabalhar com vídeo. Use ao manipular arquivos com ffmpeg (cortar, transcodificar, extrair frames/áudio, legendar, comprimir, HLS), planejar conteúdo (roteiro, storyboard, Reels/Shorts/YouTube) ou integrar o VideoDB. Não use para edição em GUI ou streaming ao vivo.
Implements and reviews Axum 0.8+ APIs in Rust — routing, State, extractors, Tower middleware, typed errors, WebSockets, CORS, timeouts, hardening. Use when building or changing Axum backends, handlers, middleware, or WS endpoints. Do not use for SvelteKit (rc-sveltekit), the SQLx data layer alone (rc-sqlx), or Rust…
Rust as a language — ownership and lifetimes, error hierarchies with thiserror/anyhow, async with Tokio, trait design, testing, clippy, rustdoc. Use when writing or reviewing Rust, choosing between borrowing and cloning, designing an error type, or structuring async tasks. Do not use for Axum routing (rc-axum), SQLx…
Implements and reviews SQLx 0.8+ with PostgreSQL in Rust — PgPool, query/queryas, bind parameters, transactions, migrations, compile-time macros, database tests. Use when writing or changing SQLx/Postgres access from Rust. Do not use for Axum routing alone (rc-axum), SvelteKit (rc-sveltekit), Rust idioms (rc-rust), or…
Implements and reviews SvelteKit 2 apps with Svelte 5 and Bun — SSR load, form actions, hooks.server, cookies/sessions, adapter-node deploy, CSRF/CSP, and testing. Use when building or changing SvelteKit routes, SSR, forms, or VPS Bun adapters. Do not use for React/Next, Axum APIs alone (rc-axum), or plain static…