feat: add PI-Desktop Install Guard and PI Matt Workflow skill packs - #52
Open
YahooYuan666 wants to merge 3 commits into
Open
YahooYuan666 wants to merge 3 commits into
YahooYuan666 wants to merge 3 commits into
Conversation
|
@YahooYuan666 is attempting to deploy a commit to the vastsa's projects Team on Vercel. A member of the Team first needs to authorize it. |
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
Add two community skill packs:
local.pi-desktop-install-guard1.2.0 — PI-Desktop Install Guard / 一次装到位. Teaches the agent how to write a PI-Desktop plugin (official templates, marketplace fields, unique skill filenames) and how to nail a formal install (PluginScaffold→PluginCheck→PluginPack→ Plugins page.piplug). Distinguishes PI-Desktop from PI CLI. Not a Windows desktop-layout or shortcut installer.local.pi-matt-workflow1.1.1 — PI Matt Workflow. Matt Pocock engineering skills for PI-Desktop (plan, implement, test, review) plus a PI-native gate. No memory, media, or MCP.Media relay and Conversation Memory are not in this PR.
Why
local.*idsThese started as personal Desktop plugins. Community plugins often use
io.github.<user>.*. Happy to rename toio.github.yahooyuan666.*if maintainers want reverse-DNS before merge.Capability / data flow
agent.prompt.injectskills/(and install-guardreferences/)main.jsexports emptyonLoad/onUnload. No agent tools, no panel, no secrets.This is high risk by capability (
agent.prompt.inject) per SECURITY.md, even though the plugins only inject instruction documents. Two independent maintainer reviews are expected.Pack / catalog
d33fd978cf9c17fd58da30c234d7eea54424f7daf1bd6d4264d462c316f20a11caa4a57b94e7d77c47e77bf23440728123321a277306fc2d5ece0563f92599cdpython3 scripts/pack_plugin.pypython3 scripts/rebuild_catalog.py(not hand-edited)python3 scripts/security_audit.py plugins/local.pi-desktop-install-guard plugins/local.pi-matt-workflow— 0 blockers--check-packagesfails on existing packages on Windows because checkout CRLF does not match Linux-packed.piplugbytes. That is pre-existing; this PR does not repack other plugins.Tests
Asserts exact permission list
["agent.prompt.inject"], versions, bilingual i18n, unique kebab skill filenames, and noSKILL.mdentries.Checklist
idversionpython3 scripts/pack_plugin.py ...succeedspython3 scripts/rebuild_catalog.pyupdatedcatalog.json.piplugagent.prompt.inject: two independent maintainer approvals