leadership

leadership is a skill for Claude Code, Codex from travisjneuman/.claude. It costs 42 tokens per session (2,496 once invoked), scanned A, original, MIT.

A guide to leading people and organisations through decisions, change, crises, stakeholder relationships, and team development. It includes decision-making frameworks and delegation guidance.

In plain words
What is it for?
Use it to make leadership decisions, manage change or crises, work with stakeholders, build teams, and delegate work.
Why use it?
It gives leaders a structured way to evaluate choices, assign responsibility, and handle organisational change or difficult situations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to make leadership decisions, manage change or crises, work with stakeholders, build teams, and delegate work.

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

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 leadership

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/travisjneuman/.claude/leadership"><img src="https://agentmods.dev/badge/skills/travisjneuman/.claude/leadership.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,496 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 pass 7 Sept 2026
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.00042 $0.02496
Opus 5 $0.00021 $0.01248
Sonnet 5 $0.00008 $0.00499
Haiku 4.5 $0.00004 $0.00250

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

Security

Grade A, and why

leadership 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/leadership/SKILL.md · 373 lines

How it starts

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

Leadership Expert

Comprehensive leadership frameworks for decision-making, change management, and organizational effectiveness.

Executive Decision-Making

Decision-Making Frameworks

OODA LOOP (Fast Decisions):
Observe → Orient → Decide → Act

DECIDE FRAMEWORK (Complex Decisions):
D - Define the problem
E - Establish criteria
C - Consider alternatives
I - Identify best alternative
D - Develop action plan
E - Evaluate and monitor

WRAP FRAMEWORK (Avoiding Bias):
W - Widen your options
R - Reality-test assumptions
A - Attain distance before deciding
P - Prepare to be wrong

Decision Quality Checklist

Factor Questions to Ask
Frame Are we solving the right problem?
Alternatives Have we considered enough options?
Information Do we have reliable data?
Values Are we clear on what matters?
Reasoning Is our logic sound?
Commitment Will people execute?

Delegation Matrix

Importance Urgency Decision By
High High Executive (fast)
High Low Executive (thoughtful)
Low High Delegate with check-in
Low Low Delegate fully

Change Management

Kotter's 8-Step Model

1. Create Urgency - Compelling reasons, threats/opportunities
2. Build Guiding Coalition - Influential cross-functional team
3. Form Strategic Vision - Clear future state and strategy
4. Communicate Vision - Repeat across channels, model behaviors
5. Enable Action - Remove barriers, encourage risk-taking
6. Generate Short-term Wins - Plan victories, build momentum
7. Sustain Acceleration - Hire change agents, new projects
8. Institute Change - Anchor in culture, ensure continuity

ADKAR Model (Individual Change)

Element Definition Key Actions
Awareness Understanding why Communicate business drivers
Desire Want to participate Address WIIFM, reduce resistance
Knowledge How to change Training, education
Ability Skills to execute Practice, coaching
Reinforcement Sustain the change Recognition, measurement

Read the full file on GitHub · 373 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. 9d ago First seen · 373 lines · 42 tokens per session scan A 7164bfd59f5c

Subscribe to this mod's changes

leadership is a skill published in the GitHub repository travisjneuman/.claude (97 stars, last pushed 7d ago), licensed MIT. It adds 42 tokens to every session and 2,496 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-09-03.

Related

Other skills, from other repositories

incremental-shipping

Use when implementing a non-trivial feature, migration, or refactor that would otherwise be a single large change. Activate for keywords like "feature flag", "incremental", "vertical slice", "migration", "rollout", "behind a flag", "ship small". Enforces vertical slicing, feature-flagged rollout, and refactor-with…

duthaho/claudekit · 102 tokens

to-issues

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

stevesolun/ctx · 53 tokens

toolbox

Pre/post dev toolbox — named bundles of skills/agents loaded before development work and councils of experts invoked after. Run /toolbox or the toolbox.py CLI to list, activate, initialize, export, import, and validate toolboxes. Invoke at the start or end of a dev session, when setting up a new repo, or when sharing…

stevesolun/ctx · 77 tokens

bootstrap-monorepo

Autonomous polyglot monorepo bootstrap meta-prompt on the moon + proto + Bun stack (Nx-convergent). TRIGGERS - new monorepo, new repository, polyglot setup, scaffold repo, moon proto bootstrap, monorepo from scratch.

terrylica/cc-skills · 62 tokens

plan-review-experience

Experience-dimension reviewer for written plans (UX + DX). Use when running plan-review or directly when an experience review is wanted. Activate for keywords like "UX review", "DX review", "experience review", "error states", "API ergonomics", "developer experience", "user states". Scores 5 sub-dimensions 0-10…

duthaho/claudekit · 121 tokens

teamboard

Shared team board: claim a work item before starting, hand it over, finish it. The claim is a git-ref lock, so two people cannot take the same item.

byerlikaya/claude-starter-kit · 38 tokens