Skip to content

mr-kelly/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mr-kelly/skills

Local Claude Code marketplace with reusable AI agent skills.

Install

Recommended for multiple AI coding agents:

npx skills add mr-kelly/skills

In Claude Code:

/plugin marketplace add mr-kelly/skills
/plugin install mr-kelly-skills

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

App UI Screenshots

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.

kelly-email

Kelly Email overview Kelly Email inbox approval desk
Overview
Inbox-zero command desk with account context, queue metrics, and review workflow controls.
Inbox approval desk
Mock inbox queue with approvals, sender context, reply drafts, and status filters.
Kelly Email needs review Kelly Email blocked security request
Needs review
Human-in-the-loop review scene for a partnership reply that needs tone and timing judgment.
Blocked security request
Risk-heavy email scenario where the assistant blocks a suspicious request instead of drafting a reply.

kelly-writer

Kelly Writer todo queue Kelly Writer topic discovery
Todo queue
Confirmed content directions queued for AI writing, with ownership, status, and next-step controls.
Topic discovery
Mock editorial planning with keyword clusters, audience fit, and topic opportunities.
Kelly Writer main draft Kelly Writer distribution review
Main draft
Long-form writing workspace with outline, draft sections, source notes, and approval status.
Distribution review
Channel handoff view for publishing, social snippets, newsletter framing, and final checks.

kelly-pr-review

Kelly PR Review overview Kelly PR Review needs review
Overview
Pull request review desk with repository filters, status counts, and reviewer configuration.
Needs review
Mock pull request review with findings, confidence signals, test notes, and suggested actions.
Kelly PR Review ready to approve Kelly PR Review blocked review
Ready to approve
Approval-focused review where checks pass and the final recommendation is ready to send.
Blocked review
Security-sensitive PR scenario with unresolved risk, blocking rationale, and reviewer handoff details.

kelly-drama

Kelly Drama overview Kelly Drama episode table
Overview
Series workbench with health dashboard, execution timeline, stats, and settings for series parameters.
Episode table
Episode list with script and storyboard status, shot readiness indicators, and per-episode detail pane.
Kelly Drama character library Kelly Drama relationship map
Character library
Character list with three-view image status, actor settings, wardrobe, and voice preview controls.
Relationship map
Character relationship view with power dynamics, evidence links, and relationship detail pane.

kelly-mv

Kelly MV concept view Kelly MV storyboard
Concept
MV concept workbench with project checklist, next-step guidance, concept form, and how-to walkthrough.
Storyboard
Shot list with duration, image status, and a detail pane for description, image generation, and video upload.
Kelly MV cast Kelly MV song
Cast
Character list with reference card status and a detail form for visual description, wardrobe, and consistency anchors.
Song
MP3 upload and song metadata form with auto-detected duration and song-gen backend status.

Layout

  • .claude-plugin/marketplace.json defines the marketplace and plugin.
  • skills/ contains one folder per skill.
  • Each skill folder contains SKILL.md.
  • Skill folders should also include a README.md for human-facing usage notes.

About

Agent Skills by mr-kelly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors