prime

prime is a skill for Claude Code from tomcounsell/ai. It costs 34 tokens per session (998 once invoked), scanned A, original, GPL-3.0.

A codebase orientation guide for the Valor AI project. It explains how the system is structured and how it works.

In plain words
What is it for?
It is used during onboarding, architecture study, and questions about the system’s operation.
Why use it?
It helps developers get familiar with an unfamiliar codebase before making changes.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit It is used during onboarding, architecture study, and questions about the system’s operation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tomcounsell/ai/prime
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 tomcounsell/ai --skill prime
Clone the repo
git clone --depth 1 https://github.com/tomcounsell/ai

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/tomcounsell/ai/prime/github.svg)](https://agentmods.dev/skills/tomcounsell/ai/prime)
Your own site
<a href="https://agentmods.dev/skills/tomcounsell/ai/prime"><img src="https://agentmods.dev/badge/skills/tomcounsell/ai/prime/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 prime

Your own site · 80×15
<a href="https://agentmods.dev/skills/tomcounsell/ai/prime"><img src="https://agentmods.dev/badge/skills/tomcounsell/ai/prime.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 998 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00034 $0.00998
Opus 5 $0.00017 $0.00499
Sonnet 5 $0.00007 $0.00200
Haiku 4.5 $0.00003 $0.00100

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

Security

Grade A, and why

prime scanned grade A with 1 finding 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 7d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s localhost:8500/dashboard.json # full system state as JSON
.claude/skills/prime/SKILL.md · 95 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

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. 7d ago First seen · 95 lines · 34 tokens per session scan A 299142788956

Subscribe to this mod's changes

prime is a skill published in the GitHub repository tomcounsell/ai (24 stars, last pushed yesterday), licensed GPL-3.0. It adds 34 tokens to every session and 998 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

guidance

A guide for answering questions about installing and configuring QwenPaw, a software tool with local documentation. It says to check those documents first and use official website information only when needed.

agentscope-ai/QwenPaw · 44 tokens

slides-polish

Per-page Codex review + targeted python-pptx / Beamer fixes for academic talk slides. Use AFTER /paper-slides (or any externally generated PPTX/Beamer) when the deck looks 'mostly OK' but the user wants a final pass that aligns visual weight with a reference, bumps PPTX fonts to projector-readable size, kills italic…

wanshuiyin/Auto-claude-code-research-in-sleep · 136 tokens

interview-cheatsheet

A long Chinese study guide for preparing machine-learning and large-language-model job interviews, with explanations, formulas, code, comparisons, and practice questions.

wanshuiyin/Auto-claude-code-research-in-sleep · 121 tokens

research-review

Get a deep critical review of research from an external reviewer backend (Codex or manual). Use when user says "review my research", "help me review", "get external review", or wants critical feedback on research ideas, papers, or experimental results.

wanshuiyin/Auto-claude-code-research-in-sleep · 54 tokens

semantic-scholar

Search published venue papers (IEEE, ACM, Springer, etc.) via Semantic Scholar API. Complements /arxiv (preprints) with citation counts, venue metadata, and TLDR. Use when user says "search semantic scholar", "find IEEE papers", "find journal papers", "venue papers", "citation search", or wants published literature…

wanshuiyin/Auto-claude-code-research-in-sleep · 80 tokens

proof-writer

A tool for writing or checking rigorous mathematical proofs for claims such as theorems, lemmas, propositions, and corollaries.

wanshuiyin/Auto-claude-code-research-in-sleep · 73 tokens