Skip to content

Commit 0643b13

Browse files
authored
Merge firebase-local-env-setup skills into firebase-basics (#56)
1 parent bec78e7 commit 0643b13

File tree

8 files changed

+8
-13
lines changed

8 files changed

+8
-13
lines changed

skills/firebase-basics/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: firebase-basics
3-
description: Core principles, workflow, and maintenance for using Firebase. Use this for all Firebase CLI tasks, building, service setup, and REFRESHING or UPDATING an existing environment. Make sure to ALWAYS use this skill whenever you are trying to use Firebase, even if not explicitly asked.
3+
description: The definitive, foundational skill for ANY Firebase task. Make sure to ALWAYS use this skill whenever the user mentions or interacts with Firebase, even if they do not explicitly ask for it. This skill covers everything from the bare minimum INITIAL setup (Node.js setup, Firebase CLI installation, first-time login) to ongoing operations (core principles, workflows, building, service setup, executing Firebase CLI commands, troubleshooting, refreshing, or updating an existing environment).
44
---
55
# Prerequisites
66

@@ -9,7 +9,7 @@ Please complete these setup steps before proceeding, and remember your progress
99
1. **Local Environment Setup:** Verify the environment is properly set up so we can use Firebase tools:
1010
- Run `npx -y firebase-tools@latest --version` to check if the Firebase CLI is installed.
1111
- Verify if the Firebase MCP server is installed using your existing tools.
12-
- If either of these checks fails, please use the `firebase-local-env-setup` skill to get the environment ready.
12+
- If either of these checks fails, please review [references/local-env-setup.md](references/local-env-setup.md) to get the environment ready.
1313

1414
2. **Authentication:**
1515
Ensure you are logged in to Firebase so that commands have the correct permissions. Run `npx -y firebase-tools@latest login`. For environments without a browser (e.g., remote shells), use `npx -y firebase-tools@latest login --no-localhost`.

skills/firebase-local-env-setup/SKILL.md renamed to skills/firebase-basics/references/local-env-setup.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
name: firebase-local-env-setup
3-
description: Bare minimum INITIAL setup for getting started with Firebase (Node.js, CLI installation, first-time login). Use ONLY for first-time setup. For updating, troubleshooting, or refreshing an existing environment, use the firebase-basics skill instead.
4-
---
5-
61
# Firebase Local Environment Setup
72

83
This skill documents the bare minimum setup required for a full Firebase experience for the agent. Before starting to use any Firebase features, you MUST verify that each of the following steps has been completed.
@@ -59,12 +54,12 @@ You must be authenticated to manage Firebase projects.
5954
To fully manage Firebase, the agent needs specific skills and the Firebase MCP server installed. Identify the agent environment you are currently running in and follow the corresponding setup document strictly.
6055

6156
**Read the setup document for your current agent:**
62-
- **Gemini CLI**: Review [references/gemini_cli.md](references/gemini_cli.md)
63-
- **Antigravity**: Review [references/antigravity.md](references/antigravity.md)
64-
- **Claude Code**: Review [references/claude_code.md](references/claude_code.md)
65-
- **Cursor**: Review [references/cursor.md](references/cursor.md)
66-
- **GitHub Copilot**: Review [references/github_copilot.md](references/github_copilot.md)
67-
- **Other Agents** (Windsurf, Cline, etc.): Review [references/other_agents.md](references/other_agents.md)
57+
- **Gemini CLI**: Review [setup-gemini_cli.md](setup-gemini_cli.md)
58+
- **Antigravity**: Review [setup-antigravity.md](setup-antigravity.md)
59+
- **Claude Code**: Review [setup-claude_code.md](setup-claude_code.md)
60+
- **Cursor**: Review [setup-cursor.md](setup-cursor.md)
61+
- **GitHub Copilot**: Review [setup-github_copilot.md](setup-github_copilot.md)
62+
- **Other Agents** (Windsurf, Cline, etc.): Review [setup-other_agents.md](setup-other_agents.md)
6863

6964
---
7065
**CRITICAL AGENT RULE:** Do NOT proceed with any other Firebase tasks until EVERY step above has been successfully verified and completed.

skills/firebase-local-env-setup/references/antigravity.md renamed to skills/firebase-basics/references/setup-antigravity.md

File renamed without changes.

skills/firebase-local-env-setup/references/claude_code.md renamed to skills/firebase-basics/references/setup-claude_code.md

File renamed without changes.
File renamed without changes.

skills/firebase-local-env-setup/references/gemini_cli.md renamed to skills/firebase-basics/references/setup-gemini_cli.md

File renamed without changes.

skills/firebase-local-env-setup/references/github_copilot.md renamed to skills/firebase-basics/references/setup-github_copilot.md

File renamed without changes.

skills/firebase-local-env-setup/references/other_agents.md renamed to skills/firebase-basics/references/setup-other_agents.md

File renamed without changes.

0 commit comments

Comments
 (0)