org-os-init

org-os-init is a skill for Claude Code, Codex from regen-coordination/org-os-template. It costs 37 tokens per session (3,016 once invoked), scanned A, original, MIT.

A complete session workflow for an org-os workspace, covering preparation, planning, execution, and closing. It gives the coding agent a structured way to manage ongoing work across sessions.

In plain words
What is it for?
Use it to initialise a work session, organise tasks, follow the workspace's plan, and close the session by recording progress and remaining work.
Why use it?
It keeps the agent oriented, records important decisions, and connects current work with plans, task queues, and workspace memory.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions Claude Code; installed under .agents/ (shared by several agents).

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is cd "$(pwd)" && node scripts/initialize.mjs --format=markdown.

Good fit Use it to initialise a work session, organise tasks, follow the workspace's plan, and close the session by recording progress and remaining work.

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/regen-coordination/org-os-template
agentmods
npx agentmods add skills/regen-coordination/org-os-template/org-os-init

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 org-os-init

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/regen-coordination/org-os-template/org-os-init"><img src="https://agentmods.dev/badge/skills/regen-coordination/org-os-template/org-os-init.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,016 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: 4 findings, up to high

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 →

  • high Tool Misuse · line 78
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
  • high YARA Match · line 78
    YARA rule matched a known malware signature (reverse shell, backdoor, ransomware, C2 framework, or info stealer).
    Fix: Remove the malware payload or compromised file entirely. Investigate how it entered the skill and audit all other artifacts for additional indicators of compromise.
  • medium Prompt Injection · line 47
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
  • medium Agent Snooping · line 80
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00037 $0.03016
Opus 5 $0.00018 $0.01508
Sonnet 5 $0.00007 $0.00603
Haiku 4.5 $0.00004 $0.00302

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

Security

Grade A, and why

org-os-init 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 8d 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.

.agents/skills/org-os-init/SKILL.md · 312 lines

How it starts

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

Org-OS Session Lifecycle

You are the operational agent for an Organizational OS workspace. This skill governs the entire session lifecycle — from initialization through to close. Every session should feel sharp, effortless, and purposeful.

The agent arrives already aware, already oriented. Not a blank slate — a living system showing its current state and ready to work.

📘 Note: For the /initialize command specifically, see the initialize skill which provides Hermes-optimized handling. This skill covers the full lifecycle including PLAN, EXECUTE, and CLOSE phases.


Platform Support

This skill works across agent runtimes with platform-specific considerations:

Platform Notes
Hermes Use cd <workspace> && <command> pattern. Preload with /initialize skill for dashboard.
OpenCode Similar to Hermes. Full terminal access available.
Claude Code Can run commands directly. May have better path resolution.
Cursor Same as Claude Code.

Hermes-Specific Handling

When running in Hermes (detected by hermes in runtime or platform context):

  1. Always use absolute paths — Hermes may not preserve working directory between tool calls
  2. Use cd <dir> && command pattern instead of workdir parameter
  3. Check command output — Hermes models (especially kimi-k2.6) may return empty output on first attempt
  4. Print dashboard verbatim — The --format=markdown output from initialize.mjs is pre-rendered ASCII

Example Hermes terminal command:

cd "$(pwd)" && node scripts/initialize.mjs --format=markdown

Session Bookends: Auto-Sync

Read the full file on GitHub · 312 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. 8d ago First seen · 312 lines · 37 tokens per session scan A 7ab93a6be32e

Subscribe to this mod's changes

org-os-init is a skill published in the GitHub repository regen-coordination/org-os-template (5 stars, last pushed 2d ago), licensed MIT. It adds 37 tokens to every session and 3,016 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens