Skip to content

chore: add deploy skill for static site deployment (Claude Code extension) #48

@rajnavakoti

Description

@rajnavakoti

Description

Create a reusable `/deploy` Claude Code skill that builds and deploys static sites to Firebase Hosting. Should be generic enough to work across multiple projects.

Acceptance Criteria

  • Skill detects build tool (Astro, Vite, Next static) and runs appropriate build command
  • Deploys `dist/` (or configured output dir) to Firebase Hosting
  • Works as a global skill (usable across projects)
  • Includes dry-run option to preview what would be deployed
  • Prints the deployed URL on success

Out of Scope

  • Cloud Run or server-based deployments
  • Multi-cloud support (Firebase only for now)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions