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 sehoon787/my-codex --skill boss-advancedgit clone --depth 1 https://github.com/sehoon787/my-codexWrote 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/sehoon787/my-codex/boss-advanced)<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>- NVIDIA SkillSpector warn
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.
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.00035 | $0.03991 |
| Opus 5 | $0.00017 | $0.01996 |
| Sonnet 5 | $0.00007 | $0.00798 |
| Haiku 4.5 | $0.00003 | $0.00399 |
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- boss-advanced — 89% identical, 36 lines differ
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) |
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.
- 7d ago First seen · 315 lines · 35 tokens per session scan A ef48e51e78b1
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.
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…
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.
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…
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.
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…
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…