session-observatory-live

session-observatory-live is a skill for Claude Code, Codex from Tibsfox/gsd-skill-creator. It costs 76 tokens per session (1,242 once invoked), scanned A, original, no licence file.

A conversational guide for recording what happens during a coding session, including problems, decisions, corrections, and useful outcomes.

In plain words
What is it for?
It is for starting, updating, and closing a live session log with the supplied observation tool.
Why use it?
It helps preserve the reasons behind changes and the friction encountered while work is still happening.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for starting, updating, and closing a live session log with the supplied observation tool.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tibsfox/gsd-skill-creator/session-observatory-live
Install

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.

Any agent
npx skills add Tibsfox/gsd-skill-creator --skill session-observatory-live
Clone the repo
git clone --depth 1 https://github.com/Tibsfox/gsd-skill-creator

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 session-observatory-live

README.md
[![agentmods](https://agentmods.dev/badge/skills/tibsfox/gsd-skill-creator/session-observatory-live/github.svg)](https://agentmods.dev/skills/tibsfox/gsd-skill-creator/session-observatory-live)
Your own site
<a href="https://agentmods.dev/skills/tibsfox/gsd-skill-creator/session-observatory-live"><img src="https://agentmods.dev/badge/skills/tibsfox/gsd-skill-creator/session-observatory-live/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 session-observatory-live

Your own site · 80×15
<a href="https://agentmods.dev/skills/tibsfox/gsd-skill-creator/session-observatory-live"><img src="https://agentmods.dev/badge/skills/tibsfox/gsd-skill-creator/session-observatory-live.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,242 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.
Origin unknown 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.00076 $0.01242
Opus 5 $0.00038 $0.00621
Sonnet 5 $0.00015 $0.00248
Haiku 4.5 $0.00008 $0.00124

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

Security

Grade A, and why

session-observatory-live 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.

examples/skills/gsd-meta/session-observatory-live/SKILL.md · 122 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 6d ago First seen · 122 lines · 76 tokens per session scan A 782863ac2974

Subscribe to this mod's changes

session-observatory-live is a skill published in the GitHub repository Tibsfox/gsd-skill-creator (69 stars, last pushed 1mo ago), with no licence file. It adds 76 tokens to every session and 1,242 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

agent-teams

Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.

rohitg00/pro-workflow · 50 tokens

skill-router

The index of every pro-workflow skill and command, grouped by job, with when to reach for each and whether it is human-run or auto-triggered. Use when you are not sure which skill fits, want the full map, or ask "what can this do", "which skill for X", "list the workflow".

rohitg00/pro-workflow · 69 tokens

token-efficiency

Reduce token waste by 40-60% through anti-sycophancy rules, tool-call budgets, one-pass coding, task profiles, and read-before-write enforcement. Inspired by drona23/claude-token-efficient.

rohitg00/pro-workflow · 49 tokens

cost-tracker

Track session costs, set budget alerts, and optimize token spend. Use to check costs mid-session or set spending limits.

rohitg00/pro-workflow · 28 tokens

replay-learnings

Surface past learnings relevant to the current task before starting work. Searches correction history, recalls past mistakes, and applies prior patterns. Use when starting a task, saying "what do I know about", "previous mistakes", "lessons learned", or "remind me about".

rohitg00/pro-workflow · 61 tokens

wrap-up

End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying "wrap up", "done for the day", "finish coding", or ending a coding session.

rohitg00/pro-workflow · 48 tokens