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 instructions/luabagg/agent-skills/agents-mdgit clone --depth 1 https://github.com/luabagg/agent-skillsWhat 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.00320 | $0.00320 |
| Opus 5 | $0.00160 | $0.00160 |
| Sonnet 5 | $0.00064 | $0.00064 |
| Haiku 4.5 | $0.00032 | $0.00032 |
Grade A, and why
agent-skills AGENTS.md 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 2d 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
Agent Instructions
This repository is the public source of truth for Luan Baggio's personal agent skills, curated third-party skill list, and related agent tooling references.
Repository Model
- This repo is Agentfolio collection #1.
collection.yamldeclares profiles and ordered harness actions. scripts/agentfolio-adapter.mjsimplements collection actions through the existingagent-skillssetup commands.- Personal skills live in
skills/<skill-name>/SKILL.md. - Use
agentfolio-operatorto choose Agentfolio profiles. Do not edit live harness files by hand. - Keep Agentfolio harness-agnostic. Collection-owned adapters and setup scripts live in this repo.
- Third-party skills that
npx skillscan install belong incurated-skills.jsonsources. - Plugin-style skill references belong in
curated-skills.jsonpluginReferences. - Non-skill tools belong in
curated-tools.json. - Harness manifests live under
harnesses/; their actions stay collection-owned and profile-selected. - Do not copy third-party skill folders into
skills/unless you fork the skill. - Do not commit tokens, org IDs, internal URLs, API keys, or generated memory.
Repository Editing Rules
- Use
npx skills/agent-skills list skillsto verify skill discovery after changingskills/. - Validate JSON manifests after edits.
- Keep
node_modules/out of git. - Treat
package-lock.jsonas the npm dependency lockfile for repo tooling.
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.
- 2d ago First seen · 25 lines · 320 tokens per session scan A f126ded1abe6
agent-skills AGENTS.md is an instructions file published in the GitHub repository luabagg/agent-skills (2 stars, last pushed 3d ago), licensed MIT. It adds 320 tokens to every session, about $0.0016 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 instructions, from other repositories
skill-map CLAUDE.md
Instructions for crystian/skill-map: Pointer file. Claude Code (CLAUDE.md) and Codex (AGENTS.md) each pick up their own filename when they boot in this repo. Keeping CLAUDE.md as a one-line @AGENTS.md reference means the operating manual lives in a single file (AGENTS.md) without either tool falling back to defaults.…
harness-mini AGENTS.md
Instructions for harness-mini/harness-mini, covering harness-mini — agent map, start here — routing gate (precedence), the one rule that governs everything: the 40% line, core constraint: mini (when changing the harness itself) and lifecycle (the state machine you live inside).
dscode AGENTS.md
Instructions for creativedswork/dscode, covering agents.md, ⛔ pre-flight checklist(每次写文件前必答), 编码规范, 文档绘图 and 图像识别.
skill-map AGENTS.md
Instructions for crystian/skill-map, covering agents.md, language & persona activation (read first), arquitecto persona (only when activated per the gate above), operating rules and git & commits.
ai-toolkit AGENTS.md
Instructions for pipefy/ai-toolkit, covering repository guidelines, documentation map, project structure, import namespace migration: pipefysdk → pipefy and src/pipefysdk/init.py (transitional shim).
superpowers-reasonix AGENTS.md
Instructions for christopherarter/superpowers-reasonix, covering project guidance, skills — stop. load a skill before you act, red flags — these thoughts mean stop. you are rationalizing and priority.