-
Notifications
You must be signed in to change notification settings - Fork 1.1k
set up a proper claude plugin directory #9739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+28
−34
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
1890f07
First draft of firestore-basics skill
joehan fc43ff9
Merge remote-tracking branch 'origin/main' into jh-skills
joehan 869d13f
Second pass, with more detail
joehan 1535b51
More skill improvements
joehan 2a821b6
Merge branch 'main' into jh-skills
joehan c5937b4
Omit skills from prettier
joehan 766970a
PR fixes
joehan 448aab3
Merge branch 'main' into jh-skills
joehan e31f176
Merge branch 'main' into jh-skills
joehan c9311e2
set up a proper claude plugin directory
MichaelDoyle e10ab43
Merge branch 'launch.skills' into claude-plugin
joehan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,45 +4,13 @@ | |
| "name": "Firebase", | ||
| "email": "[email protected]" | ||
| }, | ||
| "metadata": { | ||
| "description": "Official Claude plugin for Firebase to help understand and manage your Firebase project, resources, and data", | ||
| "version": "1.0.0" | ||
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "firebase", | ||
| "description": "Claude plugin for Firebase that installs the Firebase MCP server and helps to manage Firebase projects, add backend services, add AI features, deploy & host apps, and more", | ||
| "version": "1.0.0", | ||
| "author": { | ||
| "name": "Firebase", | ||
| "url": "https://firebase.google.com/" | ||
| }, | ||
| "homepage": "https://github.com/firebase/firebase-tools", | ||
| "repository": "https://github.com/firebase/firebase-tools.git", | ||
| "license": "MIT", | ||
| "keywords": [ | ||
| "firebase", | ||
| "mcp", | ||
| "cloud", | ||
| "firestore", | ||
| "database", | ||
| "hosting", | ||
| "functions", | ||
| "cli" | ||
| ], | ||
| "description": "Official Claude plugin for Firebase. Manage projects, add backend services, develop AI features, deploy & host apps, and more", | ||
| "category": "development", | ||
| "tags": ["firebase", "backend", "database", "cloud-services"], | ||
| "mcpServers": { | ||
| "firebase": { | ||
| "description": "Firebase MCP server for understanding and managing your Firebase project, resources, and data", | ||
| "command": "npx", | ||
| "args": ["-y", "firebase-tools", "mcp", "--dir", "."], | ||
| "env": { | ||
| "IS_FIREBASE_MCP": "true" | ||
| } | ||
| } | ||
| }, | ||
| "source": "./" | ||
| "source": "./claude-plugins/firebase" | ||
| } | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "name": "firebase", | ||
| "description": "Official Claude plugin for Firebase. Manage projects, add backend services, develop AI features, deploy & host apps, and more", | ||
| "version": "1.1.0", | ||
| "author": { | ||
| "name": "Firebase", | ||
| "url": "https://firebase.google.com/" | ||
| }, | ||
| "homepage": "https://github.com/firebase/firebase-tools", | ||
| "repository": "https://github.com/firebase/firebase-tools.git", | ||
| "license": "MIT", | ||
| "keywords": ["firebase", "mcp", "cloud", "firestore", "database", "hosting", "functions", "cli"] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "mcpServers": { | ||
| "firebase": { | ||
| "description": "Firebase MCP server - understand and manage your Firebase project, resources, and data", | ||
| "command": "npx", | ||
| "args": ["-y", "firebase-tools", "mcp", "--dir", "."], | ||
| "env": { | ||
| "IS_FIREBASE_MCP": "true" | ||
| } | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../../skills |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.