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/lootlog/monorepo/hownpx skills add lootlog/monorepo --skill howgit clone --depth 1 https://github.com/lootlog/monorepoWrote 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/lootlog/monorepo/how)<a href="https://agentmods.dev/skills/lootlog/monorepo/how"><img src="https://agentmods.dev/badge/skills/lootlog/monorepo/how.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.00045 | $0.00289 |
| Opus 5 | $0.00023 | $0.00144 |
| Sonnet 5 | $0.00009 | $0.00058 |
| Haiku 4.5 | $0.00005 | $0.00029 |
Grade A, and why
how 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 4d 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.
What it actually says
How
Build a working mental model from current code.
Explore
- Interpret the narrowest useful scope from the request. State the interpretation when ambiguity remains instead of blocking on a question.
- Read
AGENTS.md, relevant design guidance, and local package metadata. - If
.codegraph/exists, usecodegraph explorefirst. Trace entry points, calls, data transformations, side effects, and downstream consumers. - Use
codegraph nodefor specific symbols or files. Usergonly for strings, configuration, generated data, or gaps outside the graph. - Verify framework behavior against the pinned version and current primary documentation when it matters.
- Separate observed behavior from inferred intent.
Do not spawn subagents unless the user explicitly asks for delegation or parallel analysis.
Explain
Lead with the subsystem's purpose and boundary. Then cover, as needed:
- key concepts and owners;
- the flow from trigger to observable effect;
- important files and packages;
- data and external-system boundaries;
- non-obvious constraints and failure modes.
Reference real symbols and paths, but do not turn the answer into annotated source code.
What ships with it
1 file 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.
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.
- 4d ago First seen · 32 lines · 45 tokens per session scan A 57553fffc9ca
how is a skill published in the GitHub repository lootlog/monorepo (10 stars, last pushed 4d ago), licensed MIT. It adds 45 tokens to every session and 289 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-31.
Other skills, from other repositories
skill-creator
Create new FreeCAD AI skills, modify existing skills, and iteratively improve them. Use when users want to create a skill from scratch, update or optimize an existing skill, capture a workflow as a reusable skill, or improve an existing skill's instructions. Also trigger when the user says "turn this into a skill"…
create-validation
Generate a draft VALIDATION.md for a skill by analyzing its SKILL.md construction steps.
enclosure
Generate a parametric electronics enclosure with a base and lid.
gear
Create an involute spur gear using FreeCAD's Part module.
sketch-from-image
Extract 2D geometry from an attached image and create a FreeCAD sketch from it.
fastener-hole
Create standard fastener holes: clearance, counterbore, or countersink.