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.
npx skills add anotb/management-consulting-plugin --skill org-designgit clone --depth 1 https://github.com/anotb/management-consulting-pluginWrote 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.
[](https://agentmods.dev/skills/anotb/management-consulting-plugin/org-design)<a href="https://agentmods.dev/skills/anotb/management-consulting-plugin/org-design"><img src="https://agentmods.dev/badge/skills/anotb/management-consulting-plugin/org-design.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00041 | $0.00734 |
| Opus 5 | $0.00020 | $0.00367 |
| Sonnet 5 | $0.00008 | $0.00147 |
| Haiku 4.5 | $0.00004 | $0.00073 |
Grade A, and why
org-design 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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 42 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Organizational Design
Design how work, decisions, and accountability fit together. Diagnose whether structure is part of the problem before proposing a reorganization. The user may need one role definition, a decision-rights repair, an operating-model comparison, or a full transition; match that scope.
Use supplied strategy, work flows, organization data, constraints, and employee implications. Mark missing facts and proposed roles or spans. Ask only when an unknown prevents a defensible design; draft alternative designs or principles where the strategy remains unsettled. Do not invent headcount, costs, capability scores, stakeholder positions, or approval.
Diagnose the operating problem
Trace strategic priorities to capabilities and recurring decisions. Identify what the organization must do better and how success will be observed. Inspect how work actually crosses functions, where it queues, who resolves exceptions, and which informal arrangements make it work.
Separate structural problems from gaps in systems, skills, incentives, process, workload, or leadership. A maturity gap does not establish its cause. Use 7S or another alignment lens only when it helps test a specific mismatch; ratings need behavioral anchors and evidence. Consider a repair to decision rights or coordination before changing reporting lines.
Baseline relevant layers, spans, roles, effort, costs, vacancies, and service outcomes using consistent definitions. Average span can hide very different work. Diagnose supervision and coordination demand rather than declaring a narrow span vanity or a wide span neglect.
Compare viable designs
Define principles that resolve a trade-off, such as which decisions need local customer knowledge and which gain from scale. Compare functional, product, geography, customer, matrix, network, or platform structures as appropriate. Assess strategic fit, economics, service, accountability, coordination cost, talent, and transition risk. Preserve the approved strategy and actual constraints.
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.
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.
- today Changed · -199 lines · -54 tokens per session 24245c81c4ab
- 8d ago First seen · 241 lines · 95 tokens per session scan A 42f53be55a7e
org-design is a skill published in the GitHub repository anotb/management-consulting-plugin (49 stars, last pushed 2d ago), licensed MIT. It adds 41 tokens to every session and 734 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-30.
Other skills, from other repositories
plugin-system
Generic plugin system for Python applications. Auto-discovery, validation, fault tolerance. Zero dependencies (Python stdlib only).
openclaw-setup
Set up, install, configure, and deploy OpenClaw (formerly ClawdBot/MoltBot) — a personal AI assistant that runs on your own devices and connects to messaging channels. Use when users ask to "set up OpenClaw," "install ClawdBot," "install MoltBot," "deploy a personal AI assistant," "configure OpenClaw on Mac," "deploy…
reinforcement-learning
Reinforcement Learning best practices for Python using modern libraries (Stable-Baselines3, RLlib, Gymnasium). Use when: Implementing RL algorithms (PPO, SAC, DQN, TD3, A2C) Creating custom Gymnasium environments Training, debugging, or evaluating RL agents Setting up hyperparameter tuning for RL Deploying RL models…
x402-payments
Build applications using the x402 protocol — Coinbase's open standard for HTTP-native stablecoin payments using the HTTP 402 status code. Use this skill when: Creating APIs that require USDC payments per request (seller/server side) Building clients or AI agents that pay for x402-protected resources (buyer/client…
cpp-reinforcement-learning
C++ Reinforcement Learning best practices using libtorch (PyTorch C++ frontend) and modern C++17/20. Use when: Implementing RL algorithms in C++ for performance-critical applications Building production RL systems with libtorch Creating replay buffers and experience storage Optimizing RL training with GPU acceleration…
deep-learning
Comprehensive guide for Deep Learning with Keras 3 (Multi-Backend: JAX, TensorFlow, PyTorch). Use when building neural networks, CNNs for computer vision, RNNs/Transformers for NLP, time series forecasting, or generative models (VAEs, GANs). Covers model building (Sequential/Functional/Subclassing APIs), custom…