Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/ksprashu/agent-skill-forge/codelabnpx skills add ksprashu/agent-skill-forge --skill codelabgit clone --depth 1 https://github.com/ksprashu/agent-skill-forgeWrote 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/ksprashu/agent-skill-forge/codelab)<a href="https://agentmods.dev/skills/ksprashu/agent-skill-forge/codelab"><img src="https://agentmods.dev/badge/skills/ksprashu/agent-skill-forge/codelab.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 | $0.00025 | $0.02251 |
| Opus 5 | $0.00013 | $0.01125 |
| Sonnet 5 | $0.00005 | $0.00450 |
| Haiku 4.5 | $0.00003 | $0.00225 |
Grade A, and why
codelab 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 3d 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
30 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.
- assets/common-images/activate_billing_comic.png 1414 KB
- assets/common-images/create_project_comic.png 1448 KB
- assets/common-images/environment_setup_comic.png 1365 KB
- assets/common-images/gemini_cli_comic.png 1392 KB
- assets/common-images/verify_billing_comic.png 1427 KB
- assets/example-template/codelab/design-doc.md 151 B
- assets/example-template/codelab/index.lab.md 444 B
- README.md 421 B
- references/.gemini/BACKLOG.md 84 B
- references/.gemini/CONTEXT.md 675 B
- references/.gemini/EVIDENCE.json 796 B
- references/.gemini/EVIDENCE.md 544 B
- references/.gemini/PLAN_ARCHIVE.md 640 B
- references/.gemini/PLAN.md 1.2 KB
- references/.gemini/STATE.md 1.7 KB
- references/best-practices.md 5.9 KB
- references/cloud-credits.md 1.4 KB
- references/comic-scripts.md 4.4 KB
- references/metadata-schemas.md 2.3 KB
- references/narration-guides.md 2.2 KB
- references/polyglot.md 1.5 KB
- references/snippets/intro-gemini-cli.md 1.8 KB
- references/snippets/setup-environment.md 2.1 KB
- references/snippets/setup-project.md 2.2 KB
- references/style_guide/inclusive-documentation.md 1.1 KB
- references/style_guide/voice.md 1.2 KB
- scripts/fog.cjs 2.7 KB runs code
- scripts/init_codelab.cjs 2.7 KB runs code
- scripts/manage_codelab.cjs 16 KB runs code
- scripts/validate_codelab.cjs 3.6 KB runs code
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.
- 3d ago First seen · 121 lines · 25 tokens per session scan A a461e9d5b5e2
codelab is a skill published in the GitHub repository ksprashu/agent-skill-forge (2 stars, last pushed 8d ago), with no licence file. It adds 25 tokens to every session and 2,251 once invoked, about $0.0001 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-31.
Other skills, from other repositories
conductor-new-track
Plans a new track (feature or bug fix), generates spec/plan documents, and updates the registry.
conductor-implement
Executes the tasks defined in the specified track's plan. Use this to start or continue working on a feature, bug fix, or chore.
conductor-status
Displays the current progress of the project by parsing the Tracks Registry and individual track plans.
training-report
Produce a professional training/workshop report as a .docx file. Use this skill whenever the user mentions "training report", "workshop report", "compte rendu", "compte rendu de formation", "formation report", "debriefing a workshop", "write up a training session", "résumé de formation", or any request to document a…
memory-manager
Standardized workflow for discovering, reading, writing, and compacting the project's memory file (memory.instructions.md) to persist context across AI chat sessions, with a permanent Knowledge Base for cross-session decisions and lessons learned.
tdd-generate-docs
Workflow for auditing, designing, and writing structured user & developer documentation based on the Diátaxis Framework (Tutorials, How-to, Reference, Explanation) using test-derived living examples.