THIS IS A PAID SERVICE#485
Open
AIBGLOBALGROUP wants to merge 8 commits into
Open
Conversation
## 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
## Why The curated `yeet` skill was missing guidance for common publish-flow cases: repositories with PR templates, branches that already have a PR, and PR bodies that need to preserve reviewer-relevant context instead of generic boilerplate. ## What Changed Updated `skills/.curated/yeet/SKILL.md` to make the publish workflow template-aware and branch-aware. The skill now tells Codex to discover the active repository PR template before creating a PR, reuse an existing PR for the current branch instead of creating a duplicate, preserve an existing PR's draft or ready-for-review state, apply conventional PR title guidance, and write PR bodies around the net change with meaningful verification only when there is behavioral evidence worth preserving.
## 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`
This workflow installs Python dependencies, runs linting, and executes tests across multiple Python versions.
## Summary - mirror the OpenAI docs skill changes from [openai/codex#24914](openai/codex#24914) into both the system and curated `openai-docs` copies - add Codex self-knowledge routing, manual-first lookup guidance, and updated skill metadata - add the cached Codex manual fetch helper with temp-cache auto-discovery and hash verification ## Why The standalone skills repository should ship the same Codex-aware OpenAI docs behavior already merged into the Codex bundled skill while preserving the existing `.system` and `.curated` distinction. ## Impact OpenAI docs lookups can now route broad Codex questions through the current Codex manual before using Docs MCP fallback. The helper works without requiring an explicit `--cache-dir` override. ## Validation - `git diff --check` - `node --check skills/.curated/openai-docs/scripts/fetch-codex-manual.mjs` - `node --check skills/.system/openai-docs/scripts/fetch-codex-manual.mjs` - live `curl -fsSI https://developers.openai.com/codex/codex-manual.md` verification returned `x-content-sha256` - helper smoke test without `--cache-dir`: fresh fetch returned `cacheStatus: "updated"`, second run returned `cacheStatus: "hit"` - exact helper and agent metadata comparison across `.system` and `.curated` copies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.