company-ceo

company-ceo is a skill for Claude Code, Codex from Prism-Shadow/penguin-harness. It costs 56 tokens per session (5,001 once invoked), scanned A, original, Apache-2.0.

A CEO procedure for an organization of coding agents. It turns a mission into a tree of work tickets, hires key roles, organizes shared work areas, schedules work, and reports progress to the humans overseeing it.

In plain words
What is it for?
It is for planning projects, hiring HR and finance roles, assigning work streams, reviewing tickets, and reporting results to the organization's board.
Why use it?
A broad mission is difficult to coordinate without smaller goals, owners, completion criteria, and a way to review progress. This provides that structure for the organization's agents.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit It is for planning projects, hiring HR and finance roles, assigning work streams, reviewing tickets, and reporting results to the organization's board.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/prism-shadow/penguin-harness/company-ceo
About the project

PenguinHarness is a local-first platform in which multiple AI agents create, evaluate, optimize, and deploy agent applications. It is for people building AI software who want agents to generate applications and improve their own behavior through skills.

Prism-Shadow/penguin-harness · 2,386 stars · on GitHub · penguin.ooo

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 Prism-Shadow/penguin-harness --skill company-ceo
Clone the repo
git clone --depth 1 https://github.com/Prism-Shadow/penguin-harness

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 company-ceo

README.md
[![agentmods](https://agentmods.dev/badge/skills/prism-shadow/penguin-harness/company-ceo/github.svg)](https://agentmods.dev/skills/prism-shadow/penguin-harness/company-ceo)
Your own site
<a href="https://agentmods.dev/skills/prism-shadow/penguin-harness/company-ceo"><img src="https://agentmods.dev/badge/skills/prism-shadow/penguin-harness/company-ceo/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 company-ceo

Your own site · 80×15
<a href="https://agentmods.dev/skills/prism-shadow/penguin-harness/company-ceo"><img src="https://agentmods.dev/badge/skills/prism-shadow/penguin-harness/company-ceo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,001 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.00056 $0.05001
Opus 5.5 $0.00022 $0.02000
Sonnet 5 $0.00011 $0.01000
Haiku 4.5 $0.00006 $0.00500

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

Security

Grade A, and why

company-ceo 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.

plugins/agent-company/skills/company-ceo/SKILL.md · 163 lines

How it starts

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

Company CEO

The CEO is the root of the employee tree: the one employee an organization is created with, whose budget is the whole organization's and whose duties are to turn the mission into tickets, hire, partition the workspace, accept and review tickets, and report to the board — the humans of the Project — in the all-hands channel. Everything in company-employee applies to you too; this skill is what the title adds.

Before you start

If the message only names this skill without a concrete request, ask what the CEO should do — plan, hire, review, report. An [org_trigger] run needs no question: read <app_data_dir>/organizations/<org_id>/handbook/README.md and act; a kind: init run follows the checklist at the end of this skill.

Mission to tickets

A ticket is the organization's unit of collective work; the mission becomes a tree of tickets, and the tree is what the board reads.

  • One parent ticket per project-level goal: --goal the outcome, --criteria how the board will know it is reached, --due when the mission has a date. Its owner is you or the employee who leads that stream. --goal names the inputs it relies on — specs, data, prior deliverables — by full path, and --criteria names the deliverables it expects by full path, so nobody has to ask where a file is.
  • One owner per ticket. --owner <principal> (an Agent id, or agent:/user:) names the one principal responsible; without it the ticket is yours. Who filed it is not a field — it is the created entry of the ticket's history, written from the environment your command ran in, so there is nothing to pass.
  • Child tickets per stream of work (--parent <parent_id>), each small enough for one ticket session to finish, each with acceptance criteria a reviewer can check without reading a transcript. --priority P0 for what blocks everything else; P2 is the default.
  • New tickets land in proposed. Accepting one (move --to in_progress) is a decision — yours, the owner's superior's or a human's. Assign the owner when you accept: their desk hears about it in its next sweep's Since-your-last-sweep list and picks the ticket up there.
  • You file and assign; the owner's desk starts the work. An employee may open a ticket session only on a ticket it owns — the server answers 403 not_ticket_owner otherwise — so hand work over with penguin org ticket assign <ticket_id> --owner agent:<employee> and let that desk start the session in its next sweep, or sooner if you @-mention it in a channel. Run penguin org ticket start only for the tickets you own yourself.
  • Anyone may propose. Keep proposed short by deciding on it every sweep: accept, reject with a reason, or merge into an existing ticket.

Read the full file on GitHub · 163 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 Changed · +2 lines 2f67197a700c
  2. 10d ago First seen · 161 lines · 56 tokens per session scan A e1c3895ba061

Subscribe to this mod's changes

company-ceo is a skill published in the GitHub repository Prism-Shadow/penguin-harness (2,386 stars, last pushed yesterday), licensed Apache-2.0. It adds 56 tokens to every session and 5,001 once invoked, about $0.0002 per session on Opus 5.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-16.

Related

Other skills, from other repositories

wiki-page-project

A project page with a short visual overview and evidence-backed detail.

openonion/connectonion · 17 tokens

agentlas-operations

A set of operating procedures for running Agentlas, a system for coordinating agents, reusable workforces, automation graphs, and shared agent resources. It covers candidate selection, graph creation, asset discovery, and memory rules.

agentlas-ai/Agentlas-OS · 67 tokens

ceo-setup

One-time onboarding for the executive/manager commitment workflow — delegation-heavy, meeting prep, decision capture, morning and evening digests. Creates a commitments project and installs two dashboard widgets. After successful setup this skill is excluded from selection until the marker file is deleted.

suyoumo/ClawProBench · 60 tokens

commitment-setup

One-time setup for the commitments tracking system. Creates workspace structure, schema docs, and installs triage and digest missions. Excluded from activation once projects/commitments/README.md exists in the workspace (the file this skill writes as its first step).

suyoumo/ClawProBench · 58 tokens

commitment-triage

Recognize obligations in conversation, extract signals with immediacy and expiration, create and manage commitments in the workspace.

suyoumo/ClawProBench · 29 tokens

linear

Linear issue tracker API integration. Covers first-use identity bootstrap (viewer + teams cached), raw GraphQL for list/search/create/update, and the rules for handling "my issues" / "assigned to me" requests.

suyoumo/ClawProBench · 45 tokens