prime

prime is a skill for Claude Code from mishahanin/heading-os. It costs 78 tokens per session (3,417 once invoked), scanned A, original, Apache-2.0.

A session-start routine that loads workspace information, checks business systems, and summarizes current priorities. It also recommends relevant skills for the day.

In plain words
What is it for?
Use it at the start of a working session to review personal and business context, pipeline work, current data, and available next actions.
Why use it?
It reduces the time spent gathering context and helps begin work with an accurate view of priorities and system health.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; reads .claude/ paths; mentions CLAUDE.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/prime-health-parallel.py.

Good fit Use it at the start of a working session to review personal and business context, pipeline work, current data, and available next actions.

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/prime

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 prime

README.md
[![agentmods](https://agentmods.dev/badge/skills/mishahanin/heading-os/prime.svg)](https://agentmods.dev/skills/mishahanin/heading-os/prime)
Your own site
<a href="https://agentmods.dev/skills/mishahanin/heading-os/prime"><img src="https://agentmods.dev/badge/skills/mishahanin/heading-os/prime.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,417 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 7
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
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.00078 $0.03417
Opus 5 $0.00039 $0.01708
Sonnet 5 $0.00016 $0.00683
Haiku 4.5 $0.00008 $0.00342

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

Security

Grade A, and why

prime 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 4d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • prime — 94% identical, 16 lines differ
.claude/skills/prime/SKILL.md · 217 lines

How it starts

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

Prime

Initialize the session. Load full context. Surface priorities. Recommend today's agents.


Read

First, read .workspace-identity.json to determine workspace type.

CLAUDE.md is already auto-loaded by the Claude Code harness (visible in the system prompt's claudeMd block) - do NOT re-read it.

Load the following files in this order (paths depend on workspace type):

CEO workspace (flat paths):

  1. context/personal-info.md - who Misha is
  2. context/business-info.md - 31C organization and ODUN.ONE
  3. context/strategy.md - strategic priorities and arc
  4. context/current-data.md - current metrics, milestones, active workstreams
  5. context/people.md - read only the "Top 10 Active Contacts (summary)" section. Full file remains available - Read context/people.md when a specific named contact requires deeper context.
  6. context/pipeline.md - active deals and investor conversations
  7. reference/workspace-overview.md - read only the H1 + "## Index" section. Defer the per-section detail to lazy-read when a specific tool, script, or system needs deeper context.
  8. datastore/INDEX.md - read only the H1 + "## Top-Level Structure (summary)" section. Defer the per-document tables to lazy-read when a specific fact needs validating.

Exec workspace (shared content under corporate/, personal under personal/):

  1. personal/context/personal-info.md - who the exec is
  2. corporate/context/business-info.md - 31C organization and ODUN.ONE
  3. corporate/context/strategy.md - strategic priorities and arc
  4. corporate/context/current-data.md - current metrics, milestones, active workstreams
  5. corporate/context/people.md - read only the "Top 10 Active Contacts (summary)" section when present. Full file remains available for lazy-read.
  6. corporate/context/pipeline.md - active deals and investor conversations
  7. corporate/datastore/INDEX.md - read only the H1 + "## Top-Level Structure (summary)" section when present.

Read the full file on GitHub · 217 lines

Files

What ships with it

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

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. 4d ago First seen · 217 lines · 78 tokens per session scan A 84fca8fbac26

Subscribe to this mod's changes

prime is a skill published in the GitHub repository mishahanin/heading-os (11 stars, last pushed yesterday), licensed Apache-2.0. It adds 78 tokens to every session and 3,417 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.