onboarding

onboarding is a skill for Claude Code from odere-pro/claude-oop-excellence. It costs 109 tokens per session (1,243 once invoked), scanned A, original, MIT.

A read-only introduction to claude-oop-excellence, a tool for reviewing object-oriented code and guiding design improvements.

In plain words
What is it for?
Use it when you are new to the plugin, need to understand its design-review model, or want to know where to start.
Why use it?
It explains the available review and improvement workflow before you change code, including what /audit does and which command to use next.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the claude-oop-excellence plugin — 5 skills, 2 commands, 6 agents, 1 hook shipped together

Good fit Use it when you are new to the plugin, need to understand its design-review model, or want to know where to start.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/odere-pro/claude-oop-excellence/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 odere-pro/claude-oop-excellence --skill onboarding
Clone the repo
git clone --depth 1 https://github.com/odere-pro/claude-oop-excellence

Made for: Claude Code.

Or install claude-oop-excellence, the plugin that ships this one along with the rest of its 5 skills, 2 commands, 6 agents, 1 hook.

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 onboarding

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/odere-pro/claude-oop-excellence/onboarding"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-oop-excellence/onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,243 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.00109 $0.01243
Opus 5 $0.00055 $0.00622
Sonnet 5 $0.00022 $0.00249
Haiku 4.5 $0.00011 $0.00124

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

Security

Grade A, and why

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 9d 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/onboarding/SKILL.md · 94 lines

How it starts

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

Getting started with claude-oop-excellence

This plugin enforces good object-oriented design in any programming language: you audit a codebase, get one unified read-only report, then apply gated, test-verified fixes. It hunts God Classes, Anemic Domain Models, Feature Envy and the rest, then refactors toward sound design with proven patterns (Strategy, Facade, Decorator…) — no framework, stack, or paradigm lock-in.

This orientation changes nothing. It explains the mental model and the shortest path to value, then points you at the deeper docs. Run a real audit when you are ready.

The mental model

One front door, three layers, two tracks.

  • One front door/audit is the single, read-only analysis entry point. With no selector it runs everything and merges it into ONE unified report.
  • Three layers/audit resolves a selector against the glossary and zooms across track → aspect → family / category / entity:
    • L1 — the full run (/audit, both tracks together).
    • L2 — a single track or aspect.
    • L3 — a single family, category, or entity id.
  • Two tracks — every full audit runs both in parallel:
    • RISK — antipatterns, code smells, vulnerabilities, supply-chain risks.
    • PATTERN — two aspects: scan (design patterns already present) and fit (most-suitable pattern suggestions).

A full /audit is read-only end to end. The report closes with a Recommended Actions handoff that prints the exact gated commands to run next — nothing is modified until you run one yourself.

The 60-second path

  1. Analyze (read-only). Run /audit for the whole project, or /audit changed for just the files changed versus the base branch.
  2. Read the unified report. You get risk findings (matrix, hotspots, correlations, an aggregate score), Patterns Present, Pattern Opportunities, and a Recommended Actions section.
  3. Act (gated, your call). Run the exact /fix-risks or /implement-patterns command the report prints, scoped to what it found. Add --plan-only to preview the change without writing.

Read the full file on GitHub · 94 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. 9d ago First seen · 94 lines · 109 tokens per session scan A 365884ff6b36

Subscribe to this mod's changes

onboarding is a skill published in the GitHub repository odere-pro/claude-oop-excellence (1 stars, last pushed 1mo ago), licensed MIT. It adds 109 tokens to every session and 1,243 once invoked, about $0.0005 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.