turritopsis-onboarding

turritopsis-onboarding is a skill for Codex from anhe2021212-spec/Turritopsis. It costs 77 tokens per session (821 once invoked), scanned A, original, MIT.

A project-onboarding workflow that scans a software project and records its important, lasting knowledge in structured Stages.

In plain words
What is it for?
Use it to inspect a repository, choose the right areas of knowledge, create Stage templates, validate them, and update project guidance.
Why use it?
It reduces the need to reread the whole project or replay old conversations when joining or resuming work. It also checks proposed project knowledge before applying it.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to inspect a repository, choose the right areas of knowledge, create Stage templates, validate them, and update project guidance.

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

Made for: 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 turritopsis-onboarding

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/anhe2021212-spec/turritopsis/turritopsis-onboarding"><img src="https://agentmods.dev/badge/skills/anhe2021212-spec/turritopsis/turritopsis-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 821 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 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.00077 $0.00821
Opus 5 $0.00039 $0.00411
Sonnet 5 $0.00015 $0.00164
Haiku 4.5 $0.00008 $0.00082

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

Security

Grade A, and why

turritopsis-onboarding 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 12d 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.

skills/turritopsis-onboarding/SKILL.md · 53 lines

How it starts

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

Turritopsis Onboarding

Use the installed Agent as the classifier and writer. Keep scanning local and deterministic; never require a second model or API key for onboarding.

Cold start

  1. Run turritopsis scan. Reuse existing scan-evidence.json unless the repository changed enough to justify --refresh.
  2. Read scan-run.json first, then inspect coverage and omitted materials in scan-evidence.json. Do not assume the snapshot contains everything.
  3. Read stage-types.md. Select one responsibility for each Stage.
  4. Read project-suites.md. Choose the smallest suitable suite; combine suites for hybrids.
  5. Inspect only the evidence needed to classify durable knowledge regions. Do not generate one Stage per file, directory, or document.
  6. Read cli-contract.md, then write skeleton.json from that public contract. Never inspect installed package source to discover fields, revisions, or write calls.
  7. Run turritopsis apply-skeleton skeleton.json. Fix every validation error instead of bypassing it.
  8. Run turritopsis get-stage --all, write the Stage body files and one batch manifest, then use turritopsis update-stages --manifest updates.json --actor <name>.

Use paired-examples.md when a Stage is structurally valid but vague. Use the seven fixtures when selecting a suite:

Fixtures are examples, not templates. Replace their fictional evidence paths and choose only the types the target project needs.

Read the full file on GitHub · 53 lines

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. 12d ago First seen · 53 lines · 77 tokens per session scan A 8c020b2b69db

Subscribe to this mod's changes

turritopsis-onboarding is a skill published in the GitHub repository anhe2021212-spec/Turritopsis (13 stars, last pushed 17d ago), licensed MIT. It adds 77 tokens to every session and 821 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-08-30.

Related

Other skills, from other repositories

to-goal

Turn an approved spec, agent-ready ticket, tracker frontier, or partially implemented ticket into a verifiable execution goal without re-interviewing the user. Use after to-tickets or triage, before starting a fresh implementation session; use --all only for an explicitly requested cross-ticket goal.

tt-a1i/matt-skills-with-to-goal · 62 tokens

handing-off-work

Hands off unfinished work with a closed-loop briefing of state, changed conditions, remaining scope, authority limits, and open evidence. Use when AI-agent, reviewer, verifier, releaser, or resumed-thread work transfers to a new owner. Do not use when the same owner continues uninterrupted with full context.

FlyFission/nuclear-grade-context-engineering · 65 tokens

tracking-deficiencies

Keeps a standing register of known deficiencies so flaky tests, noisy alerts, unowned services, and recurring incidents get aged, owned, and fixed or formally risk-accepted instead of quietly normalized. Use when a known problem will outlive a single change. Do not use for a one-off lesson already closed inside a…

FlyFission/nuclear-grade-context-engineering · 80 tokens

forward-plan

Use when turning Brigade's native ready set, outcome rank, and ROADMAP.md into a dependency-filed plan artifact under .brigade/work/plans/ - propose GraphTrail-derived edges (blocks from def/use, conflicts-with from write overlap) marked derived and requiring confirmation. Degrade cleanly when GraphTrail is…

escoffier-labs/brigade · 73 tokens

handoff-inbox-drain

Use when draining a Brigade handoff review inbox - triage drafts with allowlist-bound Brigade handoff commands, grounded edits that cite on-disk content, archive-only retention, and reinforce-in-place when ingest already matched a known fact (#724). Never delete, remove, or prune.

escoffier-labs/brigade · 64 tokens

pace-bridge

Use to bridge a confirmed Superpowers/native plan into PACEflow CHG/HOTFIX artifacts, create artifact-writer prompts, and mark the specific plan as synced.

paceaitian/paceflow · 38 tokens