feat: port latest gstack skills for codex#214
Open
devwithjp wants to merge 1 commit intogarrytan:mainfrom
Open
feat: port latest gstack skills for codex#214devwithjp wants to merge 1 commit intogarrytan:mainfrom
devwithjp wants to merge 1 commit intogarrytan:mainfrom
Conversation
|
Thanks for your contribution. However, after using your branch to the local codex, with the Gstack. It shows that › ⚠ Skipped loading 1 skill(s) due to invalid SKILL.md files. ⚠ /Users/admin/.codex/skills/gstack-codex/SKILL.md: invalid description: exceeds I wonder whether it would lead some errors |
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.
Summary
This ports the latest upstream
gstackrefresh to a Codex-native skillstack.
The main goal here is to keep Garry Tan's upstream skill system current while
making it usable from Codex without hand-maintaining divergent skill docs
every update.
What Changed
.claude/skills/gstackto.codex/ skills/gstack-codexAGENTS.mdentrypoint for Codex skill discoverythe upstream templates
installs
bin/gstack-configVerification
bun run testbun run buildNotes
This intentionally keeps the upstream template system as the source of truth
as much as possible, then applies Codex-specific transformation in the
generator layer. That should make future upstream refreshes much easier to
port.
The repo's full upstream
bun testsuite still contains Claude-specificassertions and E2E flows, so the Codex port uses the reduced smoke suite
behind
bun run test.Credits
Full credit to Garry Tan for the original
gstackconcept, workflows, skilldesign, and upstream implementation. This PR is a Codex-focused adaptation of
his stack, not an original workflow design.
If you want a shorter, more direct version for GitHub, use this:
Summary
Ports the latest upstream
gstackupdate to a Codex-native skill stack.Changes
.codex/skills/gstack-codexAGENTS.mdentrypointbin/gstack-configVerification
bun run testbun run buildCredits
Credit to Garry Tan for the original
gstacksystem and upstreamimplementation. This PR adapts the latest upstream stack for Codex use.