This skillpack is a policy-driven operating framework for Codex that improves delivery quality on complex software tasks.
It combines:
- deterministic governance decisions
- dependency-correct execution ordering
- regression-aware testing and validation
- synchronized documentation and instruction tracking
- UX-focused skills for frontend work
The pack is designed to make outputs safer, more reproducible, and easier to audit.
- Current version:
1.0.0(see VERSION) - Change history: CHANGELOG.md
- License: LICENSE
The pack currently contains 21 skills:
skill-governancegovernance-enforcementrequirement-clarifiersemantic-policy-auditthoughtful-approachthoroughly-rate-reviewuser-instructions-trackerhistory-indexingui-spatial-canvasui-design-skillseffective-testing-methodsscripted-command-executionpseudo-agentic-automationtoken-reductionorder-of-operationsregression-preventionfile-structure-optimizationdoc-maintenancefile-maintenanceproject-backuprestore-drill
The skillpack is intentionally layered to avoid overlap and conflicting ownership.
skill-governanceselects mode, mandatory gates, and go or no-go posture.
order-of-operationsenforces dependency-correct task flow.requirement-clarifierturns ambiguous requests into explicit acceptance contracts.
scripted-command-executionhandles deterministic local command workflows.pseudo-agentic-automationhandles dynamic browser or GUI runtime loops.
regression-preventionclassifies risk and controls release confidence.effective-testing-methodsmaps code changes to unit and Playwright coverage updates.
governance-enforcementexecutes validators and CI policy checks.semantic-policy-auditverifies intent-level compliance beyond string or schema checks.thoroughly-rate-reviewapplies weighted quality scoring when evaluation is requested.
doc-maintenance,file-maintenance,file-structure-optimization,user-instructions-tracker, andhistory-indexingpreserve long-horizon accuracy and traceability.
thoughtful-approach,ui-design-skills, andui-spatial-canvasdrive user-value decisions and coherent interaction architecture.
The canonical cross-skill routing source is /skills/docs/skill-index.md, with execution scenarios in SKILL-MAP.md.
Governance is not optional in risky or multi-step work.
Key controls:
- startup declaration requires explicit
skills_in_use, rationale, and execution order - validator checks enforce policy snippets, startup declaration integrity, skill catalog sync, and artifact pairing
- ordering sync check fails if
SKILL-MAP.mdanddocs/skill-index.mddrift - CI entrypoint enforces governed scope and requires governance artifacts when governed files change
- regression tests cover governance validator behavior
Primary governance tooling:
skill-governance/scripts/generate_governance_artifact.pyskill-governance/scripts/validate_governance_artifact.pyskill-governance/scripts/validate_skill_policy.pyskill-governance/scripts/validate_skill_order_sync.pyskill-governance/scripts/enforce_governance_ci.pydocs/ci/skills-governance-ci.yml(workflow template)
Default baseline:
token-reductionorder-of-operationsdoc-maintenancewhen behavior, workflow, or policy changes
Conditional priorities:
- choose governance first for risky, ambiguous, or multi-skill tasks
- choose command execution mode (
scripted-command-executionorpseudo-agentic-automation) - apply risk and testing controls before release recommendation
- enforce documentation and instruction tracker updates before completion
Conflict resolution order:
- policy (
skill-governance) - sequence (
order-of-operations) - risk (
regression-prevention) - test design (
effective-testing-methods) - execution (
scripted-command-execution)
This skillpack is intended to produce:
- consistent decisions on process strictness and gates
- fewer regressions on non-trivial changes
- auditable validation evidence for release readiness
- tighter alignment between user intent and execution behavior
- durable documentation and instruction-state continuity
- faster task completion without reducing safety standards
When adding or changing skills:
- update
SKILL-MAP.mdanddocs/skill-index.mdin the same change - update related skill cross-links
- run governance validators and tests
- update
user-instructions.mdwith directive and fulfillment evidence