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/escoffier-labs/brigade/notenpx skills add escoffier-labs/brigade --skill notegit clone --depth 1 https://github.com/escoffier-labs/brigadeWrote 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/escoffier-labs/brigade/note)<a href="https://agentmods.dev/skills/escoffier-labs/brigade/note"><img src="https://agentmods.dev/badge/skills/escoffier-labs/brigade/note.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.00096 | $0.01317 |
| Opus 5 | $0.00048 | $0.00659 |
| Sonnet 5 | $0.00019 | $0.00263 |
| Haiku 4.5 | $0.00010 | $0.00132 |
Grade A, and why
note 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/note - Create Obsidian-Formatted Notes
Create an Obsidian-formatted markdown note and place it in ~/notes/. Tell the user the exact file path and confirm the sync.
If the user provided a topic argument after /note, use it as the topic. Otherwise, review the conversation to identify the topic.
When to use
Two distinct modes. Pick the right one before you start writing.
| Mode | When |
|---|---|
| Verbatim fix capture | Troubleshooting sessions, root-causing bugs, recovering from incidents. The fix needs to be reproducible step-by-step. Future-you will paste the exact commands. |
| Summarize / concept | Learning something new, capturing a workflow, documenting a system. The reader needs to understand why, not just how. |
Common triggers:
- Troubleshooting sessions - issues, errors, and the fix that worked
- System concepts - how things work on Linux, networking, services, frameworks
- Coding knowledge - languages, libraries, patterns, gotchas
- Development workflows - tools, commands, configurations
- Architecture decisions - what was chosen and why
Process
- Decide which mode applies. If unclear, ask: "Should I write this verbatim (reproducible) or summarize the concept?"
- Review the conversation to identify the topic and pull the relevant commands, errors, paths.
- Write the
.mdfile to~/notes/<topic-slug>.md. - Sync to the configured Obsidian inbox (see "Sync target" below).
- Tell the user the exact file path and confirm the sync.
Note format
YAML frontmatter
Every note MUST start with YAML frontmatter:
---
tags:
- tag1
- tag2
created: YYYY-MMM-DD
---
- 3-5 relevant tags. Lowercase, hyphenated for multi-word.
- Date format
YYYY-MMM-DD(e.g.2026-Jan-24). - Add
mode: verbatimormode: conceptif you want the mode visible in frontmatter.
Structure: verbatim fix
## The problem
> [!bug] Title
> Brief symptom. Paste the actual error string verbatim.
Context. What was the system doing. What changed recently.
## The fix
> [!success] Title
> The exact command(s) that worked.
```bash
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.
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.
- 5d ago First seen · 174 lines · 96 tokens per session scan A 457078ef56f4
note is a skill published in the GitHub repository escoffier-labs/brigade (71 stars, last pushed 5d ago), licensed MIT. It adds 96 tokens to every session and 1,317 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.
Other skills, from other repositories
clinical-case-report
Structured medical case presentation for clinical rounds, conferences, and documentation. Generates SOAP-format or narrative case reports with physiologically accurate vitals, labs, and evidence-based plans. Use when the brief mentions "case report", "case presentation", "SOAP note", "clinical case", "ward rounds"…
government-writing
撰写规范的党政机关公文。当用户要"写/起草/拟一份 通知 / 意见 / 公文"时使用。当前内置文种:通知、意见,印发型主件支持办法/规定(法规体例;请示/报告/函可扩展,在 templates/ 增模板)。按《党政机关公文格式》GB/T 9704-2012 套发文字号、主送机关、层级序号、落款与固定话术,结构化内容经 gongwen MCP 渲染为合规 .docx。.
excel-author
Create and edit Excel (.xlsx) workbooks with openpyxl. Supports formulas, charts, formatting, and data analysis.
ppt-author
Create and edit PowerPoint (.pptx) presentations programmatically. Requires python-pptx.
pdf-reader
Extract text from PDF files. Use when reading, parsing, or analyzing PDFs.
liteparse
Parse documents into LLM-ready content entirely on the local machine — PDF / DOCX / XLSX / PPTX / images → Markdown, structured JSON (with bounding boxes), or page screenshots, via the lit CLI. No cloud, no LLM, works offline. Use whenever the user attaches or points to a document that must be read before reasoning…