claude-plugins/.claude-plugin/marketplace.json
Cal Corum 7d8aad5554 feat: initial commit — 20 plugins (10 agents, 10 skills)
Agents: architect, claude-researcher, designer, engineer, issue-worker,
pentester, pr-reviewer, swarm-coder, swarm-reviewer, swarm-validator

Skills: backlog, create-scheduled-task, json-pretty, optimise-claude,
playwright-cli, project-plan, resume-tailoring, save-doc,
youtube-transcriber, z-image

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 23:04:27 -05:00

107 lines
4.2 KiB
JSON

{
"name": "cal-claude-plugins",
"owner": { "name": "Cal" },
"plugins": [
{
"name": "architect",
"source": "./plugins/architect",
"description": "Principal Software Architect agent for PRD creation, system design, and technical specifications."
},
{
"name": "designer",
"source": "./plugins/designer",
"description": "Elite design review specialist for UX/UI design, visual design, accessibility, and front-end implementation."
},
{
"name": "engineer",
"source": "./plugins/engineer",
"description": "Principal Software Engineer agent for code implementation, debugging, optimization, security, and testing."
},
{
"name": "pentester",
"source": "./plugins/pentester",
"description": "Offensive security specialist for penetration testing, vulnerability assessments, and security audits."
},
{
"name": "claude-researcher",
"source": "./plugins/claude-researcher",
"description": "Web research agent using Claude's built-in WebSearch with multi-query decomposition and parallel search."
},
{
"name": "swarm-coder",
"source": "./plugins/swarm-coder",
"description": "Implementation agent for orchestrated swarms. Writes code for assigned tasks following project conventions."
},
{
"name": "swarm-reviewer",
"source": "./plugins/swarm-reviewer",
"description": "Read-only code reviewer for orchestrated swarms. Reviews completed work for correctness, quality, and security."
},
{
"name": "swarm-validator",
"source": "./plugins/swarm-validator",
"description": "Read-only spec validator for orchestrated swarms. Verifies all requirements are met and tests pass."
},
{
"name": "save-doc",
"source": "./plugins/save-doc",
"description": "Save documentation to the knowledge base with proper frontmatter for auto-indexing."
},
{
"name": "pr-reviewer",
"source": "./plugins/pr-reviewer",
"description": "Automated Gitea PR reviewer. Reviews for correctness, conventions, and security, then posts a formal review."
},
{
"name": "issue-worker",
"source": "./plugins/issue-worker",
"description": "Autonomous agent that fixes a single Gitea issue, creates a PR, and reports back."
},
{
"name": "project-plan",
"source": "./plugins/project-plan",
"description": "Generate comprehensive PROJECT_PLAN.json files for tracking tasks, technical debt, features, and migrations."
},
{
"name": "json-pretty",
"source": "./plugins/json-pretty",
"description": "Simple JSON prettifier CLI tool for formatting JSON without external online services."
},
{
"name": "optimise-claude",
"source": "./plugins/optimise-claude",
"description": "Guide for writing and optimizing CLAUDE.md files for maximum Claude Code performance."
},
{
"name": "create-scheduled-task",
"source": "./plugins/create-scheduled-task",
"description": "Create, manage, or debug headless Claude scheduled tasks that run on systemd timers."
},
{
"name": "backlog",
"source": "./plugins/backlog",
"description": "Check Gitea repo for open issues and surface the next task. Scans for TODOs if no issues exist."
},
{
"name": "youtube-transcriber",
"source": "./plugins/youtube-transcriber",
"description": "Transcribe YouTube videos using OpenAI's GPT-4o-transcribe. Parallel processing, auto-chunking, unlimited length."
},
{
"name": "z-image",
"source": "./plugins/z-image",
"description": "Generate images from text prompts using Z-Image Turbo model with local NVIDIA GPU inference."
},
{
"name": "playwright-cli",
"source": "./plugins/playwright-cli",
"description": "Browser automation for web testing, form filling, screenshots, and data extraction via playwright-cli."
},
{
"name": "resume-tailoring",
"source": "./plugins/resume-tailoring",
"description": "Generate tailored resumes for job applications with company research, experience discovery, and multi-format output."
}
]
}