codex/skills/ms/SKILL.md
Create, update, or refactor Codex skills in this repo: SKILL.md, frontmatter triggers, agents/openai.yaml, scripts, references, and assets. Use for creating a skill or direct in-place skill edits now; not for read-only analysis or "should we update this?" turns. Treat `$refine` as higher-level evidence-driven existing-skill refinement.
npx skillsauth add tkersey/dotfiles msInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create and update Codex skills with minimal diffs. Use this as the direct skill-surgery primitive: work directly in the skill folder (no external registry) and keep the skill lean.
name and description.metadata, license, allowed-tools) when updating system skills.name must be hyphen-case (<=64 chars) and match the folder name.description is the trigger surface: include "when to use" cues; no angle brackets; <=1024 chars.references/.description.agents/openai.yaml (if present/needed):
generate_openai_yaml.py.short_description must be 25-64 chars.default_prompt must be one short sentence and mention $skill-name.agents/openai.yaml disposition as one of: regenerated, verified unchanged, or not present.quick_validate.py command used and its pass/fail result in the final summary.quick_validate.py before calling it done.
uv run --with pyyaml -- python3 codex/skills/.system/skill-creator/scripts/quick_validate.py <path/to/skill>import yaml).ms yet.$refine for an existing skill: let $refine own the refinement turn and treat $ms as implicit/redundant.ms itself: run the Seq Feedback Loop first and use that evidence to choose the smallest update set.scripts/, references/, or assets/ are required; create only what is necessary.uv run --with pyyaml -- python3 codex/skills/.system/skill-creator/scripts/init_skill.py <skill-name> --path codex/skills--resources scripts,references,assets only when needed.--interface key=value (repeatable).SKILL.md:
description to include concrete triggers (file types, tools, tasks, key phrases).references/).uv run --with pyyaml -- python3 codex/skills/.system/skill-creator/scripts/generate_openai_yaml.py codex/skills/<skill-name> --interface key=valuedefault_prompt, include it again in overrides (generator does not infer it).codex/skills/.system/skill-creator/references/openai_yaml.md.uv run --with pyyaml -- python3 codex/skills/.system/skill-creator/scripts/quick_validate.py codex/skills/<skill-name>scripts/.codex/skills (or codex/skills/.system for system skills).SKILL.md and resources to identify the smallest set of required changes.description if triggers changed.agents/openai.yaml exists, keep it consistent with the skill and regenerate if stale.uv run --with pyyaml -- python3 codex/skills/.system/skill-creator/scripts/generate_openai_yaml.py <path/to/skill> --interface key=value.uv run --with pyyaml -- python3 codex/skills/.system/skill-creator/scripts/quick_validate.py <path/to/skill>.openai_yaml: regenerated|verified unchanged|not present.quick_validate: <exact command> -> <result>.ms)When the target skill is ms, mine recent sessions before editing:
$ms:
seq query --root ~/.codex/sessions --spec '{"dataset":"messages","where":[{"field":"role","op":"eq","value":"assistant"},{"field":"text","op":"contains","value":"$ms"}],"select":["path","timestamp","text"],"sort":["timestamp"],"format":"jsonl"}'quick_validate.pyuv run --with pyyaml -- python3 codex/skills/.system/skill-creator/scripts/quick_validate.pyagents/openai.yamlgenerate_openai_yaml.pytools
Convert markdown plans into beads with dependencies using br CLI. Use when creating task graphs, polishing beads before implementation, or bridging planning to agent swarm execution.
development
Orchestrate Codex skill optimization during active sessions through $cas goal control, $shadow single-session evidence, $tune diagnosis/refinement briefs, and the skill-optimizer custom subagent. Trigger for $opt, skill optimization loops, session-driven skill tuning, meta-skill audits, or explicit validated skill edits. Do not use for general code optimization, product optimization, or performance tuning.
development
Run a targeted fresh-eyes blunder pass over code, specs, plans, adjudications, closure gates, skill edits, or negative-evidence ledgers. Trigger when asked to reread with fresh eyes, find obvious bugs, catch mistakes/oversights/omissions, check for embarrassing misses, or perform a second independent blunder pass before closure. Do not use as a substitute for implementation, adjudication, or verification; use it as the final falsification/check pass for those workflows.
development
Explicitly shadow, tail, watch, follow, monitor, supervise, or companion exactly one Codex session id/path through `$seq`, then apply a named target skill as an interpretation/reporting/proposal/action lens until the watched session stops.