thread

thread is a skill for Claude Code from mishahanin/heading-os. It costs 74 tokens per session (1,861 once invoked), scanned A, original, Apache-2.0.

A registry for tracking ongoing situations across sessions, such as projects, deals, personal matters, or other threads that need follow-up over time.

In plain words
What is it for?
It helps open, find, update, pause, resume, and close long-running work or life threads.
Why use it?
It keeps decisions, pending actions, completed follow-ups, pauses, and closure reasons attached to the same situation instead of scattered across messages or notes.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/thread.py open <business|personal> "<title>".

Good fit It helps open, find, update, pause, resume, and close long-running work or life threads.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/mishahanin/heading-os
agentmods
npx agentmods add skills/mishahanin/heading-os/thread

Made for: Claude Code.

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 thread

README.md
[![agentmods](https://agentmods.dev/badge/skills/mishahanin/heading-os/thread/github.svg)](https://agentmods.dev/skills/mishahanin/heading-os/thread)
Your own site
<a href="https://agentmods.dev/skills/mishahanin/heading-os/thread"><img src="https://agentmods.dev/badge/skills/mishahanin/heading-os/thread/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 thread

Your own site · 80×15
<a href="https://agentmods.dev/skills/mishahanin/heading-os/thread"><img src="https://agentmods.dev/badge/skills/mishahanin/heading-os/thread.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,861 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.00074 $0.01861
Opus 5 $0.00037 $0.00931
Sonnet 5 $0.00015 $0.00372
Haiku 4.5 $0.00007 $0.00186

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

Security

Grade A, and why

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

.claude/skills/thread/SKILL.md · 175 lines

How it starts

The opening of the file, as written. The whole thing — 175 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/thread - Operational Threads Registry

Manages running state of business and personal life situations across sessions. Distinct from CRM (people), pipeline (deals), ZK (ideas), outputs (artifacts).

Spec: docs/superpowers/specs/2026-04-29-threads-registry-design.md (data overlay: .heading-os-data/docs/superpowers/specs/2026-04-29-threads-registry-design.md)

When to use

Trigger Action
Multi-step external situation that has follow-through across sessions open
Recurring project (HEADING book, ODUN.ONE x TrustONE, SPL) open
Personal life thread (medical, family, travel) open with type personal
Outbound communication on an existing thread log with --artifact
Decision made on an active thread log --decision "..."
Pending action surfaced log --follow-up "..."
Follow-up completed log --done <index>
Thread done close --reason "<why>"
Thread paused for weeks hold --reason "<why>"
Thread reactivates reopen
Operator says "do not remind me about this until " quiet --until <date>
Operator says "freeze this, I will raise it myself" quiet --indefinite
Quiet period is over quiet --clear
Survey active threads list
Lookup by keyword find <query>
Read full thread show <id>
/prime archive scan archive-scan --apply

When NOT to use

  • Code work, debugging, technical fixes - explicitly out of scope.
  • Single emails to new contacts - use /email-draft.
  • Knowledge notes / insights - use /zk.
  • CRM contact logs - use /crm.
  • Anything inside _secure/ - the vault has its own audit log via _secure/.audit-log.md.

Approval gate (always)

I never open or log silently. Before invoking the CLI, I ask:

"This looks like a thread, or part of the [Quillon] thread. Open it, or log to it?"

The user approves, modifies, or skips. After several months of trusted use, this gate may be relaxed - deferred to v2.

CLI

Read the full file on GitHub · 175 lines

Files

What ships with it

1 file 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.

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. 5d ago First seen · 175 lines · 74 tokens per session scan A 865b9354eb77

Subscribe to this mod's changes

thread is a skill published in the GitHub repository mishahanin/heading-os (11 stars, last pushed today), licensed Apache-2.0. It adds 74 tokens to every session and 1,861 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

shogun-model-switch

A live-switching tool for changing which command-line AI agent, model, and reasoning mode is running. It updates settings, restarts the agent, and refreshes the displayed session information.

yohey-w/multi-agent-shogun · 83 tokens

toolbox

Pre/post dev toolbox — named bundles of skills/agents loaded before development work and councils of experts invoked after. Run /toolbox or the toolbox.py CLI to list, activate, initialize, export, import, and validate toolboxes. Invoke at the start or end of a dev session, when setting up a new repo, or when sharing…

stevesolun/ctx · 77 tokens

devops-expert

Expert-level DevOps practices, culture, automation, and continuous delivery. Use when the user mentions CI/CD, automation, infrastructure, or culture, or when the task involves DevOps Culture or Culture & Process.

personamanagmentlayer/pcl · 47 tokens

file-collect-sort-action

Erkennt Nutzeraufträge der Form "hole aus einem Ordner immer bestimmte Dateien und sammle sie an einem Ziel" und richtet dafür das Modul file-collect-sort-action (CLI fcsa) ein — ein konfigurationsgetriebener Agent, der Ordner scannt, Dateien per Schablone kategorisiert und gestufte Aktionen anwendet…

ellmos-ai/skills · 206 tokens

ibrahim-daily-briefing

Generate Ibrahim's daily briefing — new leads, upcoming calls, pending follow-ups, system health, and one strategic question. Delivered to Telegram.

S3YED/appie-kit · 37 tokens

wecomcli-todo

A tool for managing to-do items in WeCom, the workplace messaging and collaboration app used by many Chinese companies. It handles existing WeCom tasks and their titles, descriptions, people, status, and deadlines.

Pinvou/pinvou-agent · 83 tokens