skild: Skill for Claude Code

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

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

A guide for setting up Firebase Authentication, the service that handles user sign-in and user accounts for an application.

In plain words
What is it for?
Use it when an app needs user login, user management, or secure access to Firebase data.
Why use it?
It helps developers add sign-in, manage users, and restrict access to data through authentication rules.

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-auth-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-auth-basics

README.md
[![agentmods](https://agentmods.dev/badge/skills/adrianhajdin/skild/firebase-auth-basics.svg)](https://agentmods.dev/skills/adrianhajdin/skild/firebase-auth-basics)
Your own site
<a href="https://agentmods.dev/skills/adrianhajdin/skild/firebase-auth-basics"><img src="https://agentmods.dev/badge/skills/adrianhajdin/skild/firebase-auth-basics.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 700 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.00037 $0.00700
Opus 5 $0.00018 $0.00350
Sonnet 5 $0.00007 $0.00140
Haiku 4.5 $0.00004 $0.00070

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

Security

Grade A, and why

firebase-auth-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 8d 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-auth-basics/SKILL.md · 87 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

Files

What ships with it

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

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. 8d ago First seen · 87 lines · 37 tokens per session scan A de0aaf00fe6c

Subscribe to this mod's changes

firebase-auth-basics is a skill published in the GitHub repository adrianhajdin/skild (41 stars, last pushed 4mo ago), with no licence file. It adds 37 tokens to every session and 700 once invoked, about $0.0002 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