Agentprivacy wiki publish plugin
Skill mitchuski/agentprivacy-skills/agentprivacy-skills-v5/wikis/agentprivacy-wiki-publish-plugin
End-to-end release of a Federated Wiki plugin update β docs, version bump, GitHub commit/tag, npm publish, and help/catalog pages. Activates when shipping a new version of a fedwiki plugin. Kept by the Librarian ποΈ in the Tower's Wikis.From its SKILL.md
npx -y skills add mitchuski/agentprivacy-skills --skill agentprivacy-wiki-publish-pluginAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as Apache-2.0. That is the authorβs claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.5 KB, 577 tokens by cl100k_base, as published. Nobody here has run it
Publish Plugin Update Skill
Note: the upstream page
publish-plugin-update-skillwas unreachable (HTTP 404) when this skill was materialized on 2026-06-21. This body is reconstructed from the sitemap synopsis ("End-to-end plugin release: docs, versioning, GitHub, npm, and help pages") and cross-references. Refresh it withagentprivacy-wiki-to-skillonce the upstream page resolves.
The publish-plugin-update skill runs the end-to-end release of a Federated Wiki plugin update β covering documentation, versioning, GitHub, npm, and the help/catalog pages, so a new version is shipped and discoverable in one pass.
The Release Pipeline
- Docs β update the plugin's
README.mdand refresh its catalog page onplugin.fedwiki.club(agentprivacy-wiki-document-plugin). - Version β bump the version in
package.json(npm version patch|minor|major), following semver. - GitHub β commit the changes, tag the release, and push (commit + tag + push origin). Create a GitHub release if the project uses them.
- npm β
npm publishthewiki-plugin-{name}package (ensure you are logged in and the version is new). - Help pages β update any in-wiki help/about pages for the plugin (e.g. an
About {Name} Pluginpage) so users see the new behaviour. - Verify discoverability β confirm the new version is found via
agentprivacy-wiki-searching-plugins(npm channel + catalog wikis).
Checklist
- README + catalog doc updated
-
package.jsonversion bumped (semver) - Committed, tagged, pushed to GitHub
-
npm publishsucceeded (new version live) - Help/about pages updated in the wiki
- New version discoverable (npm + plugin.fedwiki.club)
Related Skills
agentprivacy-wiki-create-pluginβ scaffold the plugin this releasesagentprivacy-wiki-document-pluginβ the doc-publishing stepagentprivacy-wiki-searching-pluginsβ verify the release is discoverable
Verify: agentprivacy.ai Β· kept by the Librarian ποΈ in the Tower's Wikis (the git-less onboarding layer) Β· reconstructed body β refresh from upstream when reachable Upstream: skill.fedwiki.club/publish-plugin-update-skill β vendored + re-framed; not original agentprivacy authorship
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.