simba-onboard

simba-onboard is a skill for Claude Code, Codex from mahmoudimus/simba. It costs 71 tokens per session (812 once invoked), scanned A, original, MIT.

A project-onboarding tool that reads Markdown instruction files and creates consolidated SIMBA instructions for the repository.

In plain words
What is it for?
Use it to inspect CLAUDE.md, AGENTS.md, and .claude documentation, audit SIMBA markers, and update the project's core instruction file.
Why use it?
It brings scattered project rules, build commands, environment details, and coding conventions into one maintained reference.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions CLAUDE.md; mentions subagents; mentions AGENTS.md.

Part of the simba plugin — 10 skills shipped together

Good fit Use it to inspect CLAUDE.md, AGENTS.md, and .claude documentation, audit SIMBA markers…

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

Made for: Claude Code, Codex.

Or install simba, the plugin that ships this one along with the rest of its 10 skills.

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 simba-onboard

README.md
[![agentmods](https://agentmods.dev/badge/skills/mahmoudimus/simba/simba-onboard.svg)](https://agentmods.dev/skills/mahmoudimus/simba/simba-onboard)
Your own site
<a href="https://agentmods.dev/skills/mahmoudimus/simba/simba-onboard"><img src="https://agentmods.dev/badge/skills/mahmoudimus/simba/simba-onboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 812 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.00071 $0.00812
Opus 5 $0.00036 $0.00406
Sonnet 5 $0.00014 $0.00162
Haiku 4.5 $0.00007 $0.00081

Measured 6d ago against content hash 1d9828f81d7e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

simba-onboard 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 6d 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.

src/simba/codex_skills/simba-onboard/SKILL.md · 114 lines

How it starts

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

Simba Onboard

Set up SIMBA markers for a project by analyzing existing markdown files and generating consolidated core instructions.

Follow these steps in order.

Step 0: Resolve Core Filename

Run:

simba config get guardian.core_filename

Use the returned filename as ${CORE_FILE} for all following steps. Default is CORE_INSTRUCTIONS.md.

Step 1: Discover Existing Files

Collect onboarding inputs:

  1. Read CLAUDE.md if it exists.
  2. Read AGENTS.md if it exists.
  3. Read .md files under .claude/, excluding .claude/handoffs/ and .claude/notes/.
  4. Run simba markers audit.
  5. Run simba markers list.

Report all files found, approximate sizes, and any existing markers or <!-- CORE --> tags.

Step 2: Analyze Content

Extract and categorize instructions from discovered files:

Category What to extract SIMBA section
Critical Constraints Non-negotiable rules and security requirements constraints
Build & Test Build/test commands and CI steps build_commands
Environment Paths, ports, machines, deployment targets environment
Code Style Formatting and naming conventions code_style
Workflow Git/PR conventions and process rules workflow
Agent Rules Agent/subagent dispatch and context rules agent_rules

Rules:

  • Create only categories with real content.
  • Preserve original wording where possible.
  • Deduplicate repeated rules.

Report a table of category, source files, and item counts.

Step 3: Draft .claude/rules/${CORE_FILE}

Prepare a full draft with SIMBA markers:

  • Use one marker pair per section: <!-- BEGIN SIMBA:{name} --> and <!-- END SIMBA:{name} -->.
  • Keep SIMBA:core tight and critical only.
  • Separate sections with ---.

SIMBA:core is re-injected repeatedly by guardian logic, so keep it concise.

Step 4: Ask for Verification Before Writing

Show the full proposed file first.

For each section include:

  1. Marker name.
  2. Proposed content.
  3. Source file(s).
  4. Explicit note for SIMBA:core that it is repeatedly re-injected.

Read the full file on GitHub · 114 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. 6d ago First seen · 114 lines · 71 tokens per session scan A 1d9828f81d7e

Subscribe to this mod's changes

simba-onboard is a skill published in the GitHub repository mahmoudimus/simba (6 stars, last pushed 1mo ago), licensed MIT. It adds 71 tokens to every session and 812 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-31.

Related

Other skills, from other repositories

hivemind-goals

Create, track and update team goals + KPIs via the Deeplake virtual filesystem at memory/goal/ and memory/kpi/. Use whenever the user mentions a goal, objective, KPI, target, milestone, or asks to track progress on something measurable. ALSO use when the user says "task", "todo", "work item", "remind me to", "fix X"…

activeloopai/hivemind · 113 tokens

review-proposals

Triages pending improvement-proposal MCP items — presents each with its scope and evidence, collects an accept/reject/defer decision per proposal, and carries out the disposition: project-scoped acceptances get their exact YAML applied to .taskorchestrator/config.yaml and pushed per-root; global acceptances get a…

jpicklyk/task-orchestrator · 129 tokens

work-summary

Generates a project dashboard from MCP work items. Default is a lean, attention-first view: what's in flight, what's blocked, what to do next, what's queued. Use when the user says: project status, what's active, show me the dashboard, work summary, what should I work on, project health, what's blocked, where did I…

jpicklyk/task-orchestrator · 110 tokens

adopt-project-scope

Migrates an already-populated, unscoped Task Orchestrator database in place to the project-scoping convention — creates a project anchor root, re-parents existing work trees under it, and writes rootId back to config.yaml. Use when a user says: adopt project scope, migrate this database to project scoping, make this…

jpicklyk/task-orchestrator · 99 tokens

create-item

Creates an MCP work item from conversation context. Scans existing containers to anchor the item in the right place (Bugs, Features, Tech Debt, Observations, etc.), infers type and priority, creates single items or work trees, and pre-fills required notes. Use when the conversation surfaces a bug, feature idea, tech…

jpicklyk/task-orchestrator · 105 tokens

dependency-manager

Visualizes, creates, and diagnoses dependencies between MCP work items. Use when a user says: what blocks this, add a dependency, show dependency graph, why can't this start, link these items, unblock this, remove dependency, or show blockers.

jpicklyk/task-orchestrator · 53 tokens