Commit Graph
2 Commits
Author SHA1 Message Date
richardopenaiandGitHub b0401f0721 [codex] Add define-goal skill (#417)
## Summary

- Add the `define-goal` curated skill for shaping user intent into
concrete, measurable goals.
- Include agent UI metadata so the skill can be invoked as
`$define-goal`.
- Add the standard Apache 2.0 license file for the new skill package.

## Validation

- `quick_validate.py
/Users/richardlee/code/skills/skills/.curated/define-goal`
2026-05-21 11:13:37 -07:00
richardopenaiandGitHub c25113bf4c Replace hatch-pet curated skill workflow (#399)
## Summary
- add the curated `hatch-pet-v2` skill for Codex-compatible pet
spritesheet generation
- keep image generation lightweight with per-job workers, storage
controls, and visual QA guidance
- add adaptive brand discovery briefs while keeping generation prompts
compact

## Verification
- `python -m py_compile skills/.curated/hatch-pet-v2/scripts/*.py`
- `ruff check skills/.curated/hatch-pet-v2/scripts`
- smoke-tested `prepare_pet_run.py` with and without a brand discovery
brief
2026-05-12 15:24:22 -07:00