latitude-llm: Skill for Claude Code

.agents/skills/agentation-watch-mode/SKILL.md

agentation-watch-mode is a skill for Claude Code, Codex from latitude-dev/latitude-llm. It costs 51 tokens per session (364 once invoked), scanned A, original, MIT.

A continuous workflow for handling Agentation annotations, which are notes attached to a web page by someone reviewing it. It watches for new notes and applies the requested changes as they arrive.

In plain words
What is it for?
It helps monitor annotation sessions, acknowledge feedback, make the requested code changes, ask questions when a note is unclear, and mark completed notes as resolved.
Why use it?
It lets a developer give feedback in the browser and have the coding agent process each note without repeatedly restarting the workflow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is latitude-dev/latitude-llm's own configuration. It tells Claude Code and Codex how to work on latitude-llm itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything latitude-llm configures →

About the project

Latitude is an open-source platform for monitoring AI agents by collecting execution traces, grouping failures, dispatching coding agents to make fixes, and replaying failures to verify them. Teams use it to observe agent behavior, investigate errors, and monitor whether fixes prevent regressions. The catalogue entries include skills, instructions, and an MCP server for working with Latitude.

latitude-dev/latitude-llm · 4,632 stars · on GitHub · latitude.so

Reuse

Borrowing it

Nothing to install: this file belongs to latitude-dev/latitude-llm. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/latitude-dev/latitude-llm/development/.agents/skills/agentation-watch-mode/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/latitude-dev/latitude-llm

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for agentation-watch-mode

README.md
[![agentmods](https://agentmods.dev/badge/skills/latitude-dev/latitude-llm/agentation-watch-mode/github.svg)](https://agentmods.dev/skills/latitude-dev/latitude-llm/agentation-watch-mode)
Your own site
<a href="https://agentmods.dev/skills/latitude-dev/latitude-llm/agentation-watch-mode"><img src="https://agentmods.dev/badge/skills/latitude-dev/latitude-llm/agentation-watch-mode/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.

agentmods 80×15 button for agentation-watch-mode

Your own site · 80×15
<a href="https://agentmods.dev/skills/latitude-dev/latitude-llm/agentation-watch-mode"><img src="https://agentmods.dev/badge/skills/latitude-dev/latitude-llm/agentation-watch-mode.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 364 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.00364
Opus 5 $0.00026 $0.00182
Sonnet 5 $0.00010 $0.00073
Haiku 4.5 $0.00005 $0.00036

Measured 9d ago against content hash 4a8a3219a34d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

agentation-watch-mode 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 9d 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.

.agents/skills/agentation-watch-mode/SKILL.md · 41 lines

What it actually says

Agentation watch mode

When to use: The user says watch mode, wants continuous Agentation feedback handling, or asks you to keep watching annotations and applying fixes as new feedback arrives.

Goal

Stay in a watch loop so the user can annotate in the browser and have those annotations processed continuously.

Workflow

  1. Start a watch loop with agentation_agentation_watch_annotations.
  2. For each returned annotation:
    • Call agentation_agentation_acknowledge immediately so the user can see you picked it up.
    • Read any extra session context you need.
    • Make the requested fix.
    • Call agentation_agentation_resolve with a short summary of what changed.
  3. After the batch is done, call agentation_agentation_watch_annotations again.
  4. Continue until the user says stop or the watch call times out.

Defaults

  • If the user gives a session ID, watch that session.
  • If they do not, watch all sessions.
  • Use a short batching window so nearby annotations are grouped together.
  • Use a reasonable timeout and report when it expires.

Handling ambiguous feedback

  • If an annotation is unclear, reply on the thread with a short clarifying question before making speculative changes.
  • If you cannot complete the fix safely, leave the annotation open and explain the blocker in a reply.

Response style

  • Keep progress updates brief.
  • In each resolve summary, state what you changed, not just that it is done.
Changes

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.

  1. 9d ago First seen · 41 lines · 51 tokens per session scan A 4a8a3219a34d

Subscribe to this mod's changes

agentation-watch-mode is a skill published in the GitHub repository latitude-dev/latitude-llm (4,632 stars, last pushed yesterday), licensed MIT. It adds 51 tokens to every session and 364 once invoked, about $0.0003 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.