Back to skills
SkillHub ClubShip Full StackFull Stack

firebase-services

Imported from https://github.com/oimiragieo/agent-studio.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
17
Hot score
87
Updated
March 20, 2026
Overall rating
C3.0
Composite score
3.0
Best-practice grade
B75.1

Install command

npx @skill-hub/cli install oimiragieo-agent-studio-firebase-services

Repository

oimiragieo/agent-studio

Skill path: .claude/skills/firebase-services

Imported from https://github.com/oimiragieo/agent-studio.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: oimiragieo.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install firebase-services into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/oimiragieo/agent-studio before adding firebase-services to shared team environments
  • Use firebase-services for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: firebase-services
description: Firebase Firestore, Auth, and Cloud Functions
allowed-tools: [Bash, Read, WebFetch]
---

# Firebase Services Skill

## Overview
Firebase backend services. 90%+ context savings.

## Requirements
- FIREBASE_PROJECT_ID
- GOOGLE_APPLICATION_CREDENTIALS

## Tools (Progressive Disclosure)

### Firestore
| Tool | Description | Confirmation |
|------|-------------|--------------|
| get-doc | Get document | No |
| list-docs | List documents | No |
| set-doc | Create/update doc | Yes |
| delete-doc | Delete document | **REQUIRED** |

### Auth
| Tool | Description |
|------|-------------|
| list-users | List auth users |
| get-user | Get user by UID |

### Functions
| Tool | Description | Confirmation |
|------|-------------|--------------|
| list-functions | List functions | No |
| call-function | Call function | Yes |
| deploy | Deploy function | Yes |

### BLOCKED
| Tool | Status |
|------|--------|
| delete-collection | **BLOCKED** |

## Agent Integration
- **developer** (primary): Firebase development
- **mobile-developer** (secondary): Mobile backends
firebase-services | SkillHub