Local Claude Code marketplace with reusable AI agent skills.
Recommended for multiple AI coding agents:
npx skills add mr-kelly/skillsIn Claude Code:
/plugin marketplace add mr-kelly/skills
/plugin install mr-kelly-skills
| Skill | What It Does | When To Use It | README |
|---|---|---|---|
agent-rules |
Keeps rules and skills for Codex, Claude Code, Copilot, Kiro, Cursor, and Gemini aligned from one source of truth. It creates and verifies symlinks so agents share AGENTS.md and .agents/skills/. |
Use it when setting up a repo for multiple coding agents, checking agent rule drift, or fixing broken skill/rule symlinks. | Open README |
app-in-skill-creator |
Documents and scaffolds the App-in-Skill pattern: a skill bundled with a small local review UI, local handoff files, locks, scripts, and safe approval boundaries. | Use it when building a skill that needs a browser-based review queue, approval desk, dashboard, or lightweight local workflow. | Open README |
kelly-email |
Runs an AI-assisted inbox-zero workflow across configured email accounts. It triages unread mail, drafts replies, prepares cleanup actions, and uses a local UI for human approval before execution. | Use it when processing unread email, drafting support replies, archiving or marking messages read after approval, or managing email through an App-in-Skill UI. | Open README |
kelly-writer |
Repurposes one source idea, article, transcript, outline, or announcement into channel-ready drafts for platforms like Xiaohongshu, WeChat, newsletters, LinkedIn, X/Twitter, short video, and SEO snippets. | Use it when turning long-form source material into a multi-platform content pack with local review, edits, approvals, and export. | Open README |
kelly-pr-review |
Runs a GitHub PR review desk through gh CLI. It gathers review-requested pull requests, prepares review notes, uses a local UI for approval, and executes approved gh pr review actions. |
Use it when reviewing GitHub pull requests, approving/commenting/requesting changes from a local queue, or batching PR review decisions. | Open README |
kelly-drama |
Produces short-drama series with a local workbench for series overview, character library, relationship map, episode table, and shot sheets. Generates storyboard images with character reference cards and coordinates AI and human tasks. | Use it when planning and producing a short-drama series end-to-end: writing episode scripts, building character sheets, managing storyboard shots, and reviewing AI-generated images before use. | Open README |
kelly-mv |
Builds a pure-visual music video workbench: upload an MP3, write the MV concept, build a cast of on-screen characters with reference cards, and create a shot-by-shot storyboard with generated or uploaded images and draft videos. | Use it when producing a pure-visual music video — no narration or subtitles — by generating or uploading shot images and videos and assembling them over the song. | Open README |
These skills include local browser UIs for review, approval, and handoff workflows. They are useful when an agent can prepare work, but a person still needs a clear place to inspect context, edit drafts, approve safe actions, block risky ones, and export or execute only after review.
The common pattern is a local command desk: demo-safe queues, status filters, detail panes, editable recommendations, approval controls, and handoff records. The screenshots below show the main use cases for each App UI rather than just isolated screens.
.claude-plugin/marketplace.jsondefines the marketplace and plugin.skills/contains one folder per skill.- Each skill folder contains
SKILL.md. - Skill folders should also include a
README.mdfor human-facing usage notes.



















