Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

agent-plugins

Claude Code plugin marketplace by KuaaMU. A single place to discover and install plugins and skills that extend your coding agent.

Install the marketplace

claude plugin marketplace add KuaaMU/agent-plugins

Available plugins

Plugin What it does Install
mcp-vision-bridge Give your text-only agent (DeepSeek V4 Flash, Qwen, Kimi) vision: an analyze_image MCP tool, a vision skill, and an auto-loop clipboard hook. Routes images through any multimodal model you choose. claude plugin install mcp-vision-bridge

Codex skills

Cross-agent skills live under skills/. They work with Claude Code, Codex, opencode, and other agents that support SKILL.md.

Skill What it does Install
adaptive-mission Minimal-plan, drift-tolerant workflow for long engineering and research missions: 3-5 checkpoints, STATE/TRUTH/PLAN/REVIEW records, optional subagents, and real-environment acceptance. python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py --repo KuaaMU/agent-plugins --path skills/adaptive-mission
work-output Distill any task into four-track outputs: deliverables, reproducible process traces, reusable lessons, and publishable artifacts. Generates layered briefs, OUTPUTS.md/LEARN.md, case-study drafts, and an episode backlog, with proactive publication proposals behind a user-approved gate. python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py --repo KuaaMU/agent-plugins --path skills/work-output

Adding a new plugin

Each plugin lives in its own repository (best practice — one plugin per repo, self-referencing source: "./"). To add it here, append an entry to .claude-plugin/marketplace.json using git-subdir (or url) pointing at the plugin repo:

{
  "name": "your-plugin",
  "description": "One-line description.",
  "source": {
    "source": "git-subdir",
    "url": "https://github.com/you/your-plugin.git",
    "path": ".",
    "ref": "main",
    "sha": "<commit sha>"
  },
  "category": "development"
}

Then bump version, validate, and push:

claude plugin validate .
git push

Notes

  • The marketplace name agent-plugins signals that these extensions are agent-oriented (skills are broadly compatible across Claude Code / Codex / opencode; plugin and MCP mechanisms are per-platform).
  • For the source plugin repos, see each plugin's own README for usage.

About

Claude Code plugin marketplace and cross-agent skills by KuaaMU. Add with: claude plugin marketplace add KuaaMU/agent-plugins

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors