publish
v0.1.27Skills for getting a change from a local checkout to GitHub: README conventions, the sample universe, and the configuration smoke test — plus Margot, the estate's non-author PR reviewer.
By Lexi JamesLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install publish for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install publish@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/lexijamesesq/publish-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/github-readme/SKILL.md├── skills/pr-council/SKILL.md├── skills/sample-universe/SKILL.md└── skills/smoke/SKILL.md
Included Skills4
Triggers when the user says "generate readme for [path]", "write a readme", "/github-readme [path]", or similar README generation requests for Claude Code infrastructure artifacts.
The council reviewer's common law for Margot's pull-request review — what Margot gives you, the evidence law at the head sha, the working-directory confinement with the own-card carve-out, file-and-line citation, the refute posture, your probe budget, the Checked block that makes a green card earnable, and the per-card result you return. The six cards live under playbooks/, one per card name, and each carries only what is specific to it. Loaded by the `pr-reviewer` agent, which Margot spawns once per card.
The estate's canonical fictional universe (Acorndyne — a woodland-tech foraging-intelligence company) for public-facing example content. Load before authoring or sanitizing ANY example, worked example, few-shot content, or *.sample.* file bound for a public repo or Wiki publication. Narrative examples draw ONLY from the bundled universe.md, extended coherently — never invented per-file. Triggers on authoring/reviewing public-facing examples, sanitizing real content for publication, or writing *.sample.* files.
On-demand Mac-side configuration health check — makes each of the estate's local protection layers (a PreToolUse hook, the lint fixture suite, every hook a live settings.json registers, every hook a plugin serves in its place) prove it is wired RIGHT NOW, not that it was wired the day it shipped. Nine probes, grown by regression (two declared, operator-approved exceptions) — each one exists because a real silent-misconfiguration incident bit before it existed, or (probes 7 and 8) closes a coverage gap the ticket that added it named explicitly. Reports only; never fixes. Triggers on "/smoke", "run smoke", "smoke test the config", "check the hooks are wired".
Plugin manifests1
{
"name": "publish",
"version": "0.1.27",
"description": "Skills for getting a change from a local checkout to GitHub: README conventions, the sample universe, and the configuration smoke test — plus Margot, the estate's non-author PR reviewer.",
"author": {
"name": "Lexi James",
"url": "https://github.com/lexijamesesq"
},
"repository": "https://github.com/lexijamesesq/publish-skills",
"license": "MIT",
"skills": "./skills",
"defaultEnabled": false
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[publish on Agent Plugins Marketplace](https://pluginsmp.com/plugins/publish)