Skills Discovery and Curation
Use this skill to build a practical skill portfolio for a repo.
Workflow
- Route the request through
$skill-hubfor baseline chain selection. - Capture the current meta-harness authority contract for the curation pass:
- PC Control evidence/status surfaces first
- canonical repo root
G:\GitHubon the maintainer workstation - authoritative model lanes
http://127.0.0.1:9000/v1andhttp://127.0.0.1:2337/v1 http://127.0.0.1:1234/v1only as a non-authoritative operator surface
- Inventory available skills and currently installed skills.
- If maintaining multiple repos, run
$skills-cross-repo-radarfirst. - When the ask is about recent Codex work, inspect recent local workstreams/continuity artifacts as evidence in addition to git history.
- Map repository workflows to missing capabilities.
- Include practical baseline checks via
$skill-common-sense-engineering. - Run
$usage-watcherand capture usage mode plus analysis/plan artifacts. - Run
$skill-cost-credit-governorand capture analysis/policy artifacts. - Run
$skill-cold-start-warm-path-optimizerand capture cold/warm analysis/plan artifacts. - Include quality/compliance lanes where needed (
$skill-auditor,$skill-enforcer). - For candidate additions/updates, classify each skill as
uniquevsupgradeusing$skill-auditor. - Require arbiter evidence status
passbefore admitting candidates. - Propose a minimal prioritized skill set (core first, optional second) with usage guardrail status.
- Provide admission plan using local
skill-arbiterlockdown flow. - For meta-harness or whole-PC curation, normalize repo paths to
G:\GitHub, capture PC Control status/evidence first, and treathttp://127.0.0.1:9000/v1plushttp://127.0.0.1:2337/v1as the authoritative model lanes.
Discovery Commands
find $CODEX_HOME/skills -mindepth 1 -maxdepth 1 -type d -printf '%f\n' | sort
find $CODEX_HOME/skills -mindepth 1 -maxdepth 2 -name SKILL.md -type f | sort
Optional recurring cross-repo scan:
python3 "$CODEX_HOME/skills/skills-cross-repo-radar/scripts/repo_change_radar.py" \
--repo "<PRIVATE_REPO_A>=/path/to/<PRIVATE_REPO_A>" \
--repo "<PRIVATE_REPO_B>=/path/to/<PRIVATE_REPO_B>" \
--since-days 14 \
--json-out /tmp/skills-cross-repo-radar.json
Curation Output Format
- Current inventory summary.
- Missing capability gaps by repo workflow.
- Usage guardrail decision (
economy/standard/surge) with JSON evidence paths fromusage-watcher,skill-cost-credit-governor, andskill-cold-start-warm-path-optimizer. - Recommended skill candidates (ranked).
- Admission command using
--personal-lockdown.
Admission Command Template
python3 "$CODEX_HOME/skills/skill-arbiter/scripts/arbitrate_skills.py" <skill> [<skill> ...] \
--source-dir "$CODEX_HOME/skills" \
--window 10 --threshold 3 --max-rg 3 \
--personal-lockdown
Scope Boundary
Use this skill only for the skills-discovery-curation lane and workflow defined in this file and its references.
Do not use this skill for unrelated lanes; route those through $skill-hub and the most specific matching skill.
Reference
references/discovery-checklist.md
Loopback
If this lane is unresolved, blocked, or ambiguous:
- Capture current evidence and failure context.
- Route back through
$skill-hubfor chain recalculation. - Resume only after the updated chain returns a deterministic next step.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.