By lasswellt
Holistic-machine Claude Code plugin for Vue/Nuxt + Firebase. 37 skills, 11 agents, 38 hook scripts across 16 events, 13 shared protocol files. Orchestrator main-thread agent routes freeform input; slash commands bypass. Includes sprint workflows, adversarial critic review (in-Claude or Cross-Model via Gemini), 8-invariant ratchet-enforced quality gates, design-quality vision critique, token-budget protocol, autonomous-loop primitives (PreCompact handoff, auto-resume), worktree lifecycle enforcement, and 7 anti-shortcut hooks (no-verify, destructive-git, destructive-sql, test-deletion, as-any insertion, test-disabling, type-error regression). Effective Claude Code minimum: >=2.1.117 (orchestrator main-thread activation + recent hook events: TeammateIdle, PostToolBatch, PostToolUseFailure, StopFailure, WorktreeCreate, WorktreeRemove, SubagentStart, UserPromptExpansion, PostCompact). Individual /blitz:* slash skills run on >=2.1.71; health needs >=2.1.152. External tools (not bundled, not in dependencies which is plugin-only): Playwright MCP (browse, ui-build, ui-audit, design-critic) and Gemini CLI (optional Cross-Model Critic, opt-in via BLITZ_USE_GEMINI_CRITIC/BLITZ_DUAL_CRITIC).
Architecture analysis specialist. Read-only evaluation of coupling, cohesion, module boundaries, and dependency graphs. Use for structural analysis requests. <example> Context: User wants to understand the dependency structure before a refactor user: "Analyze the architecture of our monorepo — I need to know if there are circular dependencies" assistant: "I'll delegate this to the architect agent to map the dependency graph and evaluate module boundaries." </example>
Cloud Functions v2 / Zod / Firestore backend developer. Implements callable functions, triggers, middleware, and domain schemas. Follows numbered comment flow and audit logging patterns. <example> Context: User needs a new Cloud Function for CRUD operations user: "Create a Cloud Function for user profile CRUD operations" assistant: "I'll delegate this to the backend-dev agent to implement the callable function with Zod validation and audit logging." </example>
Adversarial code reviewer. Strictly read-only. Attempts to REJECT a sprint or PR by surfacing shortcuts, hallucinated APIs, ratchet regressions, deleted tests, --no-verify bypasses, mocked deps that should be real, and any of the 20 catalogued autonomous-coder failure modes (13 reject-authority, 7 advisory; see /_shared/check-registry.json). Must emit LGTM before sprint-review marks PASS. Different from `reviewer`: reviewer surveys issues; critic tries to find one reason to reject. <example> Context: sprint-review is about to mark sprint-3 as PASS user: "review sprint-3" assistant: "Spawning the critic agent to find any reason to reject before PASS." </example>
Design-quality vision critic. Reads screenshots of a rendered page and scores aesthetic fit, visual polish, prompt adherence, UX, and creative distinction against the project's DESIGN.md (or frontend-design heuristics if no DESIGN.md). Used by ui-build Phase 5.4 and the visual-iteration loop. Read-only — never modifies source files. <example> Context: ui-build just generated a marketing landing page; design_quality: high user: "build the landing page for product X" assistant: "After implementation, I'll spawn the design-critic agent to score the rendered output against DESIGN.md heuristics and iterate on weak dimensions." </example>
Documentation specialist. Generates API docs, component docs, ADRs, README sections, and migration guides from source code. Produces accurate, well-structured documentation that stays in sync with the codebase. Worker agent spawned via /blitz:doc-gen / orchestrator delegation — for a freeform docs request invoke the doc-gen skill. <example> Context: User needs API documentation for a set of Cloud Functions user: "Generate API documentation for all functions in functions/src/" assistant: "I'll delegate this to the doc-writer agent to analyze the function signatures and generate comprehensive API docs." </example>
Routes a vague or underspecified request to the right blitz skill(s) by classifying intent and asking targeted clarifying questions. Use when the user describes work but doesn't pick a skill — e.g., 'I want to add a feature', 'help me clean this up', 'where do I start with X'. Especially valuable for new users who don't yet know the blitz skill catalog.
Comprehensive 5-pillar code-quality audit (Architecture, Performance, Security, Maintainability, Robustness): 10 parallel agents (2 same-scope passes/pillar, Multi-Review). Findings feed /blitz:roadmap + /blitz:sprint-plan. Use for 'audit codebase', 'full code review', 'find tech debt', 'security audit', or before a release. Object-noun routing for 'audit X': code→audit, dependencies/CVEs→/blitz:dep-health, Firestore/Vue/Pinia→/blitz:code-doctor, cross-page UI→/blitz:ui-audit, sprint→/blitz:sprint-review. Bare 'audit'→/blitz:ask.
Scaffolds new projects, features, or packages with conventions auto-detected. Greenfield (creates package.json, src/, docs/, roadmap stubs) vs existing (adds to structure). Use for 'bootstrap', 'scaffold', 'init a new project', 'set up a Vue/Nuxt/Firebase project', 'create a new package'. First step in the greenfield pipeline before /blitz:research and /blitz:roadmap.
Automated browser testing + site crawling via Playwright MCP. Captures console errors, failed network requests, screenshots; classifies Critical/Error/Warning. Loop-safe (one page per tick). Use for 'test pages', 'smoke test', 'crawl site', 'click through the app'. For cross-page data-consistency/role-leak/placeholder checks use /blitz:ui-audit instead.
Framework-API correctness audit for Firestore, VueFire, Vue 3, and Pinia. Detects anti-patterns, misuse, dead exports, and duplication. Read-only by default; --fix applies low-risk fixes. Use when the user says 'code-doctor', 'audit firestore', 'pinia anti-patterns', or sees framework-API warnings in logs.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimMatches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub lasswellt/blitz-cc --plugin blitzVue.js and Nuxt.js development with Composition API, composables, and SSR/SSG patterns
Comprehensive Nuxt 5 development with 4 focused skills (core, data, server, production), 3 diagnostic agents (debugger, migration, performance), and interactive setup wizard. Use when: building Nuxt 5 applications, implementing SSR patterns, creating composables, server routes, data fetching, state management, debugging hydration issues, migrating from Nuxt 4, optimizing performance, deploying to Cloudflare/Vercel/Netlify, or setting up testing with Vitest.
Automatic closed-loop frontend development with visual testing, browser automation, and iterative refinement using multimodal AI
Vue, Nuxt, and NuxtHub skills for AI coding assistants
Use this agent when building user interfaces, implementing React/Vue/Angular components, handling state management, or optimizing frontend performance. This agent excels at creating responsive, accessible, and performant web applications. Examples:\n\n<example>\nContext: Building a new user interface\nuser: "Create a dashboard for displaying user analytics"\nassistant: "I'll build an analytics dashboard with interactive charts. Let me use the frontend-developer agent to create a responsive, data-rich interface."\n<commentary>\nComplex UI components require frontend expertise for proper implementation and performance.\n</commentary>\n</example>\n\n<example>\nContext: Fixing UI/UX issues\nuser: "The mobile navigation is broken on small screens"\nassistant: "I'll fix the responsive navigation issues. Let me use the frontend-developer agent to ensure it works perfectly across all device sizes."\n<commentary>\nResponsive design issues require deep understanding of CSS and mobile-first development.\n</commentary>\n</example>\n\n<example>\nContext: Optimizing frontend performance\nuser: "Our app feels sluggish when loading large datasets"\nassistant: "Performance optimization is crucial for user experience. I'll use the frontend-developer agent to implement virtualization and optimize rendering."\n<commentary>\nFrontend performance requires expertise in React rendering, memoization, and data handling.\n</commentary>\n</example>
Claude Code skill pack for StackBlitz (18 skills)