Borrowing it
Nothing to install: this file belongs to adrianhajdin/skild. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/adrianhajdin/skild/main/.agents/skills/firebase-basics/SKILL.mdgit clone --depth 1 https://github.com/adrianhajdin/skildWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/adrianhajdin/skild/firebase-basics)<a href="https://agentmods.dev/skills/adrianhajdin/skild/firebase-basics"><img src="https://agentmods.dev/badge/skills/adrianhajdin/skild/firebase-basics.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00092 | $0.01064 |
| Opus 5 | $0.00046 | $0.00532 |
| Sonnet 5 | $0.00018 | $0.00213 |
| Haiku 4.5 | $0.00009 | $0.00106 |
Grade A, and why
firebase-basics scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
14 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/firebase-cli-guide.md 462 B
- references/firebase-service-init.md 694 B
- references/local-env-setup.md 3.2 KB
- references/refresh/antigravity.md 2.0 KB
- references/refresh/claude.md 376 B
- references/refresh/gemini-cli.md 479 B
- references/refresh/other-agents.md 2.2 KB
- references/setup/antigravity.md 3.2 KB
- references/setup/claude_code.md 1.8 KB
- references/setup/cursor.md 3.0 KB
- references/setup/gemini_cli.md 1.9 KB
- references/setup/github_copilot.md 3.3 KB
- references/setup/other_agents.md 3.3 KB
- references/web_setup.md 1.6 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 57 lines · 92 tokens per session scan A fc37c65a5dd5
firebase-basics is a skill published in the GitHub repository adrianhajdin/skild (41 stars, last pushed 4mo ago), with no licence file. It adds 92 tokens to every session and 1,064 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
supermemory
Supermemory is a state-of-the-art memory and context infrastructure for AI agents. Use this skill when building applications that need persistent memory, user personalization, long-term context retention, or semantic search across knowledge bases. It provides Memory API for learned user context, User Profiles for…
firebase
Use when building on Firebase — Firestore data modeling, Security Rules, Auth and custom claims, Cloud Functions, Storage, modular Web/Admin SDK imports — including symptoms like a database open to the internet, a query rejected by rules, or a doc stuck at 1 write/sec. NOT managed-Postgres BaaS with SQL and RLS (that…
tuturuuu-external-apps
Integrate branded external apps with Tuturuuu app sessions, uploads, and content APIs.
morphous-catalog
Create or refresh Morphous website design-system/theme bundles from animal, insect, plant, landscape, mineral, weather, or other nature motifs. Use when Codex is asked to generate Morphous motif images, light/dark design-system boards, reusable image prompts, generated web assets, shadcn/tweakcn theme exports, or the…
crud
Build an end-to-end CRUD stack in AdonisJS + Inertia: resource route → thin controller → VineJS validator → Bouncer policy → single-purpose action → transformer variant → Inertia page. Trigger on: "add CRUD for X", "create resource", "list/create/edit/delete X", "resource endpoint".
actions-events
Action + event pattern for AdonisJS. Actions are single-purpose classes with .handle(input); they never touch HttpContext and never call side-effect code (mail, notifications, transmit) directly — they emit a domain event and a listener wired in /start/events.ts runs the effect. Use when adding a new action, wiring a…