skild: Skill for Claude Code

.agents/skills/firebase-basics/SKILL.md

firebase-basics is a skill for Claude Code, Codex from adrianhajdin/skild. It costs 92 tokens per session (1,064 once invoked), scanned A, original, no licence file.

A foundational guide to Firebase, Google's platform for building applications, covering initial setup, the Firebase command-line tool, and first-time sign-in.

In plain words
What is it for?
Use it for general Firebase work, including installing the required tools, signing in, and setting up a project.
Why use it?
It gives developers a starting point for Firebase tasks and explains the basic setup needed before using its services.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is adrianhajdin/skild's own configuration. It tells Claude Code and Codex how to work on skild itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything skild configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/adrianhajdin/skild/main/.agents/skills/firebase-basics/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/adrianhajdin/skild

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for firebase-basics

README.md
[![agentmods](https://agentmods.dev/badge/skills/adrianhajdin/skild/firebase-basics.svg)](https://agentmods.dev/skills/adrianhajdin/skild/firebase-basics)
Your own site
<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>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,064 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash fc37c65a5dd5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

.agents/skills/firebase-basics/SKILL.md · 57 lines

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.

Read it on GitHub

Changes

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.

  1. 7d ago First seen · 57 lines · 92 tokens per session scan A fc37c65a5dd5

Subscribe to this mod's changes

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.

Related

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…

supermemoryai/supermemory · 81 tokens

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…

ericrisco/rsc-harness · 77 tokens

tuturuuu-external-apps

Integrate branded external apps with Tuturuuu app sessions, uploads, and content APIs.

tutur3u/platform · 26 tokens

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…

Ameyanagi/morphos · 79 tokens

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".

filipebraida/adonisjs-starter-kit · 66 tokens

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…

filipebraida/adonisjs-starter-kit · 111 tokens