Agent Plugins Marketplace
All plugins

publish

v0.1.27

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.

Claude Code4 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install publish@agent-plugin-marketplace

Paste 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-skills

Clone 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

publish/
├── .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

github-readmeskills/github-readme/SKILL.md

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.

pr-councilskills/pr-council/SKILL.md

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.

sample-universeskills/sample-universe/SKILL.md

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.

smokeskills/smoke/SKILL.md

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

.claude-plugin/plugin.json
{
  "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
}

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)