BeClaude

blitz-cc

New
1knpmGeneralMIT

Installer for the Blitz Claude Code plugin — 37 skills, 10 agents, 37 hooks for Vue/Nuxt + Firebase development

First seen 6/2/2026

Summary

Blitz Claude Code plugin supercharges your Vue, Nuxt, and Firebase development workflow with 37 specialized skills, 10 autonomous agents, and 37 hooks.

  • It automates common tasks like component generation, Firebase integration, and project scaffolding, saving developers hours of repetitive work.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/blitz-cc.md

3
Invoke with @agent-name
@blitz-cc

Use Cases

Generate a Vue component with TypeScript, props, and slots using a single command.
Set up Firebase Authentication and Firestore in a Nuxt project with best practices.
Create a full CRUD module for a Firestore collection with validation and error handling.
Scaffold a new Nuxt page with Vuex store, API calls, and loading states.
Deploy a Nuxt app to Firebase Hosting with automatic environment configuration.
Add a new agent to handle recurring development tasks like code review or testing.

Usage Examples

1

/blitz-cc generate component UserProfile --props name:string,age:number --slots header,footer

2

/blitz-cc setup firebase --auth --firestore --project my-project-id

3

/blitz-cc create crud products --fields title:string,price:number,description:string

View source on GitHub
agentpluginclaude-codeclaudevuenuxtfirebasedevelopment

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is blitz-cc?

Blitz Claude Code plugin supercharges your Vue, Nuxt, and Firebase development workflow with 37 specialized skills, 10 autonomous agents, and 37 hooks. It automates common tasks like component generation, Firebase integration, and project scaffolding, saving developers hours of repetitive work.

How to install blitz-cc?

To install blitz-cc: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/blitz-cc.md. Finally, @blitz-cc in Claude Code.

What is blitz-cc best for?

blitz-cc is a agent categorized under General. It is designed for: agent, plugin, claude-code, claude, vue, nuxt, firebase, development.

What can I use blitz-cc for?

blitz-cc is useful for: Generate a Vue component with TypeScript, props, and slots using a single command.; Set up Firebase Authentication and Firestore in a Nuxt project with best practices.; Create a full CRUD module for a Firestore collection with validation and error handling.; Scaffold a new Nuxt page with Vuex store, API calls, and loading states.; Deploy a Nuxt app to Firebase Hosting with automatic environment configuration.; Add a new agent to handle recurring development tasks like code review or testing..