chore: package Matt Pocock skills as local Codex plugin - #11
Merged
Merged
Conversation
Replace the project-local .agents/skills installation with a repository-local Codex plugin under third_party/mattpocock-skills. Upstream intentionally defers a native Codex plugin because its promoted skills are split across engineering and productivity buckets while Codex accepts only one recursive skills path. Resolve that packaging constraint locally by copying only the 25 promoted skill directories into one flat skills tree and pointing a thin Codex manifest at it. Keep every skill, support document, script, and OpenAI metadata file unchanged. Record the upstream revision and add update scripts that regenerate the promoted bundle from mattpocock/skills main. Expose both mattpocock-skills and Ponytail from the same llama-cpp-local marketplace and add a unified setup script for installing both plugins. Remove the older skills-CLI updater and .agents/skills copies so the repository has one coherent, reviewable third-party plugin model.
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.
Migrates the Matt Pocock skill set from direct
.agents/skills/copies into the same repository-local Codex plugin architecture now used by Ponytail.New layout
third_party/mattpocock-skills/- canonical project copythird_party/mattpocock-skills/.codex-plugin/plugin.json- thin Codex packaging adapterthird_party/mattpocock-skills/skills/- flat promoted-only skill treethird_party/mattpocock-skills/UPSTREAM_REVISION- source SHAscripts/update-mattpocock-skills.ps1/.sh- refresh from upstreamscripts/setup-agent-plugins.ps1/.sh- install both local pluginsdocs/agents/mattpocock-skills.md- architecture/update notesWhy an adapter is needed
Upstream intentionally defers a native Codex plugin because Codex currently accepts only one recursive
skillspath while Matt's promoted skills are split acrossskills/engineering/andskills/productivity/alongside non-promoted buckets.This repo solves only that packaging problem: the same 25 promoted skill directories are copied unchanged into one flat
skills/tree, and a thin manifest points Codex at that directory.No skill behavior is rewritten.
Unified local marketplace
llama-cpp-localnow exposes:ponytailmattpocock-skillsThe unified setup script installs both from the repository-local marketplace.
Removed
.agents/skills/Matt Pocock copiesscripts/update-agent-skills.ps1scripts/update-agent-skills.shThe skill files, support docs/scripts, and
agents/openai.yamlmetadata are preserved byte-for-byte from the previous pinned upstream snapshot.Initial source revision:
mattpocock/skills@c55ee46073ed923f86ce59a5eb3b6d895095d1b7