boss-advanced

boss-advanced is a skill for Claude Code, Codex from sehoon787/my-codex. It costs 35 tokens per session (3,991 once invoked), scanned A, original, MIT.

A set of patterns for coordinating multiple coding agents and deciding which agent or skill owns each task. It also covers delegation, conflict handling, safeguards, and detecting low-quality AI-generated code.

In plain words
What is it for?
Use it to plan delegations, lead agent teams, choose between skills and agents, apply a Guardian pattern, and spot AI-generated code that may be poor quality.
Why use it?
It helps keep multi-agent work organised when several tools or skills overlap. It provides shared ways to assign work, resolve ownership disputes, and check results.

Skill for Claude CodeCodex

Written for Claude Code and Codex: user-invocable in frontmatter, but also reads ~/.codex or $CODEX_HOME. Also seen: mentions subagents; mentions Claude Code; mentions AGENTS.md.

Good fit Use it to plan delegations, lead agent teams, choose between skills and agents, apply a Guardian pattern, and spot AI-generated code that may be poor quality.

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

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 boss-advanced

README.md
[![agentmods](https://agentmods.dev/badge/skills/sehoon787/my-codex/boss-advanced.svg)](https://agentmods.dev/skills/sehoon787/my-codex/boss-advanced)
Your own site
<a href="https://agentmods.dev/skills/sehoon787/my-codex/boss-advanced"><img src="https://agentmods.dev/badge/skills/sehoon787/my-codex/boss-advanced.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,991 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 51
    Subtle instructions detected that may alter agent decision-making or introduce hidden biases.
    Fix: Review content for implicit steering or bias. Ensure instructions are explicit and align with the skill's stated purpose.
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.00035 $0.03991
Opus 5 $0.00017 $0.01996
Sonnet 5 $0.00007 $0.00798
Haiku 4.5 $0.00003 $0.00399

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

Security

Grade A, and why

boss-advanced 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 7d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/core/boss-advanced/SKILL.md · 315 lines

How it starts

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

Boss Advanced Orchestration Patterns

Capability Lanes

Boss discovers capabilities at runtime. This is the ownership map for resolving overlaps between what it finds — one owner per lane, no cross-lane duplicates.

Lane Owner Contents
Core orchestration this repo (skills/core/) boss-advanced, boss-briefing, briefing-vault, gstack-sprint (4)
P0 workflows gstack 26 skills + the gstack root router (27) — see the domain routing table in boss.toml
Dev discipline superpowers test-driven-development, systematic-debugging, brainstorming, writing-plans, executing-plans, requesting/receiving-code-review, verification-before-completion, using-git-worktrees, subagent-driven-development, writing-skills, using-superpowers, finishing-a-development-branch (13)
Stack + AI knowledge ECC 79 skills — language/framework patterns, agent and LLM engineering, codebase tooling
Document deliverables Anthropic doc skills pdf, docx, pptx, xlsx
Execution modes OMC (ralph, autopilot, ultrawork, team) referenced by codex-AGENTS.md and gstack-sprint, but installed only when the OMC skill set is also present under ~/.codex/skills — confirm in the registry before routing
Agents this repo + omx 17 active: boss (core) + omo 9 + omx 7. Agent packs (data-ai 13, llmops 4) are opt-in — enable with ~/.codex/bin/my-codex-packs enable <pack> before delegating

A name outside these lanes is not installed. Never route to a capability the Phase 0 scan did not discover.


Skill vs Agent Conflict Resolution

When both a skill and an agent could handle the request, evaluate three dimensions:

Dimension -> Skill -> Agent
Scope Narrow (single file/function/document) Wide (multi-file, project-wide, cross-module)
Depth (weighted 2x) Shallow (template, format, generate, lookup) Deep (analyze patterns, trace dependencies, investigate, reason about code)
Interactivity One-shot (produce output, done) Iterative (explore -> decide -> act -> verify)

Read the full file on GitHub · 315 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. 7d ago First seen · 315 lines · 35 tokens per session scan A ef48e51e78b1

Subscribe to this mod's changes

boss-advanced is a skill published in the GitHub repository sehoon787/my-codex (26 stars, last pushed today), licensed MIT. It adds 35 tokens to every session and 3,991 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.

Related

Other skills, from other repositories

maintain-codex-wiki

Maintain a review-first Markdown knowledge base for Codex practices with source provenance, engineering capture, citation-aware queries, explicit archive and promotion, and deterministic linting. Use when asked to capture a durable engineering lesson, ingest Codex research, query or archive what the repository knows…

Phelan164/codex-howto · 76 tokens

vc-agent-teams

Coordinate durable or cross-process work with local JSON mailboxes and vc teams commands. Use when messages must persist beyond one Codex session; prefer built-in Codex subagents for normal in-session delegation.

kks0488/vibe-codex · 45 tokens

orchestrate-engineering

Coordinate complex engineering work across bounded subagents while protecting the main context, preventing edit conflicts, and measuring whether delegation was worthwhile. Use when the user asks to delegate, parallelize, orchestrate, use subagents, fan out a review, or handle a large task with independent workstreams…

Phelan164/codex-howto · 78 tokens

choose-engineering-flow

Select the smallest useful Codex engineering workflow from this repository's existing skills. Use when a task spans multiple engineering concerns, the user is unsure which skill to invoke, or loading every specialist would waste context; return a recommendation only and do not execute the engineering task.

Phelan164/codex-howto · 58 tokens

operate-devops

Plan and implement infrastructure, CI/CD, container, deployment, observability, and operational configuration changes with least privilege, staged validation, and rollback awareness. Use for pipelines, infrastructure as code, Kubernetes, containers, release automation, monitoring, and production-readiness work; do not…

Phelan164/codex-howto · 69 tokens

build-backend

Build or modify backend APIs, services, jobs, persistence, and integrations while preserving contracts, authorization, data integrity, and failure behavior. Use for server-side features, database changes, background processing, backend defects, and service refactors; do not use for frontend-only or infrastructure-only…

Phelan164/codex-howto · 62 tokens