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 skills add flonat/flonat-research --skill update-focusgit clone --depth 1 https://github.com/flonat/flonat-researchWrote 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/flonat/flonat-research/update-focus)<a href="https://agentmods.dev/skills/flonat/flonat-research/update-focus"><img src="https://agentmods.dev/badge/skills/flonat/flonat-research/update-focus/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/flonat/flonat-research/update-focus"><img src="https://agentmods.dev/badge/skills/flonat/flonat-research/update-focus.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00029 | $0.01645 |
| Opus 5 | $0.00015 | $0.00822 |
| Sonnet 5 | $0.00006 | $0.00329 |
| Haiku 4.5 | $0.00003 | $0.00164 |
Grade A, and why
update-focus 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 6d 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 — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Update Focus Skill
Structured end-of-session update to
.context/current-focus.mdthat preserves the document's full structure.
Purpose
The stop hook nudges to update current-focus.md at session end, but ad-hoc edits risk flattening its rich structure. This skill handles session rotation, open loop management, and targeted questions — so the file stays useful as a working memory between sessions.
When to Use
- At the end of a work session (triggered by stop hook or manually)
- When the user says "update my focus", "save where I left off", "update current focus"
- After
session-logifcurrent-focus.mdwasn't updated
Canonical Document Structure
current-focus.md follows this structure — always preserve it:
# Current Focus
> Update this file regularly...
## This Week's Focus (w/c YYYY-MM-DD)
### Primary Goal
[One sentence]
### Active Projects (Top 3)
1. **[Project]** - [Status/phase]
2. **[Project]** - [Status/phase]
3. **[Project]** - [Status/phase]
### Waiting On
- [ ] [Person] - [What] - [Since when]
### Upcoming Deadlines
| Deadline | What | Project |
|----------|------|---------|
## Recent Context
### Last Session Summary (YYYY-MM-DD — [Title])
- [Bullet points of what happened]
### Previous Session (YYYY-MM-DD — [Title])
- [Bullet points]
### Previous Session (YYYY-MM-DD — [Title])
- [Bullet points]
### Previous Session (YYYY-MM-DD — [Title])
- [Bullet points]
### Open Loops
Things I started but haven't finished:
- [ ] [Item]
- [x] [Completed item — remove on next update]
### Mental State
[Optional: How are you feeling about work?]
---
## Quick Reference
### Key Meetings This Week
- [Day]: [Meeting] with [Person] about [Topic]
### Papers in Active Revision
- [Paper title] - [Journal] - [Stage]
---
Workflow
Step 1: Read current state
Read these three sources to understand what happened:
.context/current-focus.md— current file contents- Latest file in
log/— most recent session log (if one was created) git log --oneline -10— recent commits for concrete evidence of work done
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.
- 6d ago First seen · 206 lines · 29 tokens per session scan A a9c91da3e43f
update-focus is a skill published in the GitHub repository flonat/flonat-research (132 stars, last pushed 14d ago), licensed MIT. It adds 29 tokens to every session and 1,645 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-09-03.
Other skills, from other repositories
done
Wrap up the current session by writing a short HANDOFF.md in the project folder, so the next session can resume quickly. Use when the user says done, wrap up, close this out, or capture the session.
calendar-event-manager
Create macOS Calendar events with tiered sound alarms and paired Reminders so events are never missed across Mac and iOS.
alive:settings
The human wants to adjust how the system behaves — not what it contains, but how it feels. Voice, rhythm, preferences, walnut-level config, full permissions toggleable, named squirrel config, action logging toggle. The system adapting to them. Routes to preferences.yaml or walnut config.yaml depending on scope. For…
lark-contact
A Feishu (Lark) contacts tool for finding users or bots and looking up their profiles and contact details.
collection
Choose which SkillNote skill collection is active for this Codex project. Use when the user says "change collection", "switch skills", "use frontend skills", or "show collections".
ask-agents
Send a task or question to Claude Code and/or Gemini as external subagents and report back what they said. Use when the user asks to ask Claude, ask Gemini, ask both, get a second opinion, split reviewer roles, or compare external agents.