Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
heymegabyte
/
claude-skills
home
/
subagents
/
heymegabyte
/
claude-skills
heymegabyte/claude-skills
27 subagents
View on GitHub
Subagent
accessibility-auditor
Dedicated axe-core + Playwright accessibility agent. Navigates pages, runs WCAG 2.2 AA audits at 6 breakpoints, reports violations with fix suggestions, verifies remediation.
architect
Pre-implementation architecture agent. Analyzes project structure, generates repo-map, designs task graph, identifies architectural seams and parallel workstreams.
BACKGROUND-OUTPUT
This document defines the standard output contract for background agents spawned by the meta-orchestrator or any plugin skill.
changelog-drafter
Reads git log since last tag, drafts CHANGELOG entry. Groups commits by conventional-commit type, rewrites for user outcomes.
changelog-generator
Auto-generates changelogs from conventional commits. Parses git log since last tag, groups by type, writes user-outcome-focused CHANGELOG.md entries.
code-simplifier
Simplifies code for clarity, consistency, and maintainability. Reduces complexity, flattens nesting, removes dead code, consolidates duplicates. Focuses on recently modified files.
completeness-checker
Post-implementation verification agent. Runs Feature Completeness Engine, Zero Recommendations Gate, and visual verification. Only declares DONE when genuinely complete.
computer-use-operator
Desktop automation specialist. Controls native macOS apps via Computer Use MCP. Handles Finder, System Settings, Preview, Notes, and cross-app workflows.
content-writer
Marketing copy, blog posts, and SEO content writer using Emdash brand voice. Flesch>=60, active voice, sharp and punchy — zero AI slop.
cost-estimator
Estimates Cloudflare Workers costs before deploying. Reads wrangler.toml, counts D1 tables/rows, estimates KV/R2 usage, calculates monthly cost, warns on free tier limits.
dead-code-remover
Finds unreachable exports, unused imports, orphaned functions, and dead variables. Greps project to confirm no references, then removes safely.
dependency-auditor
Scans packages for outdated deps, security advisories, license violations, and unused imports. Proposes version bumps, runs tests after updates, generates prioritized upgrade report.
deploy-verifier
Post-deploy smoke test agent. Verifies live URL, checks console errors, screenshots 6 breakpoints, runs axe-core, validates SEO tags, reports pass/fail with evidence.
formatter
Runs prettier + oxlint --fix on modified files. Ensures consistent formatting and lint compliance with zero human intervention.
incident-responder
Sentry-triggered incident response agent. Reads error events, traces to source code, proposes fixes, creates branches, and opens PRs with the fix.
media-orchestrator
Creates, optimizes, and orchestrates media assets — images (ResGrid, AVIF/WebP), video (clips, GIFs, Veo), audio (TTS, podcast), and 3D. Coordinates Cloudflare Images, R2, and AI pipeline.
meta-orchestrator
Master agent coordinating all tools, MCPs, agents, and skills. Plans multi-system workflows by chaining MCPs, spawning specialized agents, and using Computer Use for native apps.
migration-agent
Drizzle schema migration agent. Generates migrations from schema diffs, validates against D1/SQLite, tests rollbacks, ensures zero-downtime compatibility.
model-router
Use when dispatching work and unsure which model tier to use — returns a recommended model and effort level based on task characteristics
motion-choreographer
CSS animation and motion designer. Implements View Transitions API, scroll-driven animations, CSS keyframes, FLIP, staggered reveals, and reduced-motion respected animations.
performance-profiler
Runs Lighthouse audits, analyzes Core Web Vitals, suggests specific fixes with file:line references. Targets LCP<=2.5s, CLS<=0.1, INP<=200ms.
renamer
Semantic rename across codebase. Greps all references, updates imports and usages, renames file or symbol. Safe rename with verification.
security-reviewer
OWASP Top 10 security auditor. Reviews for injection flaws, secrets exposure, auth bypasses, CSP issues, and vulnerable dependencies. Read-only — never modifies code.
seo-auditor
Audits pages for SEO compliance — title, meta, H1, JSON-LD, OG tags, internal links, sitemap, robots.txt. Uses Playwright to check live pages.
test-writer
TDD-first test engineer. Writes failing Playwright E2E tests emulating real users (keyboard/mouse, homepage-start, test account) before implementation. Vitest for units.
transcriber
Transcribes a plan step into code, one file at a time. Reads the spec, generates the implementation, writes clean production code with no oversight.
visual-qa
Visual quality assurance agent. Screenshots pages at all breakpoints, uses AI vision to detect layout breaks, misalignment, text overflow, broken images, and design inconsistencies.