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/jcesarperez/claude-em/write-updatenpx skills add jcesarperez/claude-em --skill write-updategit clone --depth 1 https://github.com/jcesarperez/claude-emWrote 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/jcesarperez/claude-em/write-update)<a href="https://agentmods.dev/skills/jcesarperez/claude-em/write-update"><img src="https://agentmods.dev/badge/skills/jcesarperez/claude-em/write-update.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.1 | $0.00043 | $0.01861 |
| Opus 5 | $0.00022 | $0.00931 |
| Sonnet 5 | $0.00009 | $0.00372 |
| Haiku 4.5 | $0.00004 | $0.00186 |
Grade A, and why
write-update 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 — 181 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: Write Update
You are helping an Engineering Manager write a periodic update for their team.
Step 1 — Determine inputs
Check the user's prompt for:
- Team (required — e.g. "events"). If missing, ask.
- Format (optional — template name). If missing, list the
.mdfiles in this skill'sassets/folder and ask the user to choose. - Date range (optional — defaults to last 7 days inclusive from today). Accept natural language like "last week" or "from Monday to Sunday". Convert to absolute dates before passing to subagents.
Once you have the team, read data/team_{name}.md and extract:
- Jira project key, board ID, Jira skill name, and conventions
- Slack channels (under
## Slack) - Update source URLs (under
## Update Sources)
Then read the chosen template file. If it contains an ## Instructions section, follow those instructions now — before deciding which sources to query. The instructions may:
- Tell you to ask the user which project this update is for
- Restrict which Jira epics, Slack channels, and URLs to use
- Tell you to filter shared sources (e.g. meeting notes) by project name or epic keys
Resolve all source scoping decisions before launching subagents in Step 2.
Step 2 — Collect data via parallel subagents
Launch one subagent per data source using the Agent tool, all in parallel (single message, multiple tool calls). Do not wait for one before launching the others.
Pass each subagent only what it needs. Each subagent must return a structured summary — never raw content.
Subagent: Jira
Prompt template:
You are collecting Jira data for a team update.
Team: {team} Date range: {date_from} to {date_to} Jira project key: {project_key} Jira skill: {jira_skill} Jira conventions: {conventions}
Use the
{jira_skill}skill to query:
- Epics updated or closed in this date range
- Issues updated or closed in this date range
- Apply all team-specific filters
Return a structured summary with:
- Completed: list of done items (title, Jira URL, epic they belong to, any metrics)
- In progress / updated: notable items that moved but aren't done
- Incidents / bugs: any incidents or customer cases
- Allocation: counts by Strategy / Scale / KTLO if available
If data is unavailable, return
{"error": "reason"}.
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 · 181 lines · 43 tokens per session scan A 56065efee531
write-update is a skill published in the GitHub repository jcesarperez/claude-em (95 stars, last pushed 2mo ago), licensed MIT. It adds 43 tokens to every session and 1,861 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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…