Add tokrepo-discovery skill — agent-native registry discovery for Codex#72
Open
henu-wang wants to merge 1 commit into
Open
Add tokrepo-discovery skill — agent-native registry discovery for Codex#72henu-wang wants to merge 1 commit into
henu-wang wants to merge 1 commit into
Conversation
…g reusable artifacts
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.
What this PR adds
A new Codex skill
tokrepo-discovery/(under Meta & Utilities) that teaches Codex to call TokRepo's MCPtokrepo_discoverat the plan→implementation boundary, so common reusable artifacts (skills, prompts, MCP configs, scripts) get pulled from https://tokrepo.com instead of re-generated per project.Skill folder layout
Why this fits Meta & Utilities
Pattern matches existing
skill-installer/andtemplate-skill/— meta utilities that help Codex discover and install other skills. TokRepo is broader (covers Cursor/Cline/Copilot/Windsurf/Roo/OpenHands/Aider/Gemini/Claude in addition to Codex), but for this list the skill is scoped to its Codex behavior: when Codex sees a reusable-artifact task, it callstokrepo_discoverfirst.What TokRepo is
tokrepo-mcp-serveron npm; hosted athttps://tokrepo.com/mcp) — 12 tools for discover / verify / install_plan / install / lifecycle / handoff / push.io.github.henu-wang/tokrepo-mcp-server(v2.12.1).Happy to move the entry to a different category, shorten the SKILL.md, or split scripts/references if the maintainer prefers a tighter scope.