feat(skills): add 12 Firebase skill entries (OCI distribution)#1122
Merged
Conversation
Adds the Firebase agent-skills pack from firebase/agent-skills to the ToolHive catalog. Pinned upstream to commit 4679fc8 and packaged by Dockyard to ghcr.io/stacklok/dockyard/skills/<name>:0.1.0. Apache-2.0. Skills added: - developing-genkit-dart, developing-genkit-go, developing-genkit-js - firebase-basics, firebase-auth-basics, firebase-ai-logic-basics - firebase-app-hosting-basics, firebase-hosting-basics - firebase-data-connect-basics - firebase-firestore-standard, firebase-firestore-enterprise-native-mode - firebase-security-rules-auditor Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
Contributor
Registry Build PreviewAll registries built successfully! Registry:
|
rdimitrov
approved these changes
Apr 21, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds the 12-skill Firebase pack from
firebase/agent-skillsto the ToolHive catalog. Content is Apache-2.0, pinned upstream to commit4679fc8and packaged by Dockyard (see stacklok/dockyard#513) toghcr.io/stacklok/dockyard/skills/<name>:0.1.0.Follows the OCI-distribution pattern established by PR #1093 (claude-api), PR #1094 (toolhive-cli-user), PR #1095 (trailofbits security skills), and PR #1109 (gemini).
Skills added
Firebase fundamentals
firebase-basics— project setup, SDK install, Firebase CLI, emulators, product selectionfirebase-auth-basics— sign-in methods, session management, custom claims across platformsAI with Firebase
firebase-ai-logic-basics— client-side Gemini/Imagen access with App Check and per-user rate controlsdeveloping-genkit-dart— Genkit flows, models, tools, prompts for Dart/Flutter appsdeveloping-genkit-go— Genkit flows, tool calling, retrieval, observability for Go servicesdeveloping-genkit-js— Genkit flows, plugins, observability for Node.js and Next.js appsData
firebase-data-connect-basics— Firebase SQL Connect (managed Postgres + GraphQL, typed SDKs, Auth integration)firebase-firestore-standard— document DB for mobile/web with offline sync, rules, indexesfirebase-firestore-enterprise-native-mode— Firestore on GCP for backend workloads, multi-region, migrationsHosting
firebase-hosting-basics— static/dynamic site hosting, preview channels, GitHub Actions integrationfirebase-app-hosting-basics— full-stack Next.js/Angular deploys with rollouts and backendsSecurity
firebase-security-rules-auditor— audits Firestore/RTDB/Cloud Storage rules for bypass patterns and authorization gapsNotes for review
License:
Apache-2.0. Confirmed at thefirebase/agent-skillsrepo root; upstream does not embed an SPDX identifier in per-skill SKILL.md frontmatter, which is tracked as an allowed Dockyard manifest issue.Upstream
namedrift (3 skills). Three skills have upstream SKILL.mdname:frontmatter that differs from the dockyardmetadata.name/ OCI tag:firebase-ai-logic-basics— upstream frontmatter name isfirebase-ai-logicfirebase-data-connect-basics— upstream frontmatter name isfirebase-data-connectfirebase-security-rules-auditor— upstream frontmatter name isfirestore-security-rules-auditorThe catalog
nameand directory match the dockyard manifest name (which is what the OCI tag uses:ghcr.io/stacklok/dockyard/skills/<name>:0.1.0). This keeps the catalog entry aligned with the OCI identifier users will actually install; flagging it here for reviewer visibility.No
allowedTools. None of the 12 skills declaremcp__*tools — they use Claude Code built-ins and the Firebase CLI (npx -y firebase-tools@latest).No
skill/SKILL.mdsubfolder. Following theclaude-api/toolhive-cli-userprecedent — OCI is authoritative, and a commit-pinned git package is included as a fallback.Icons. All 12 skills share the same monochrome stylized-flame SVG (thematic for Firebase). Happy to differentiate per-skill if reviewers prefer.
Test plan
task catalog:validate— 32 skills total, all valid (both upstream and toolhive formats)task catalog:build— all 12 new skills present underdata.skillsinbuild/toolhive/registry-upstream.jsontask catalog:validatein CIregistry-upstream.jsonfeedSigned-off-by: Juan Antonio Osorio ozz@stacklok.com