Claude Code plugins for development workflows, research, and productivity.
/plugin marketplace add fx/ccComplete development workflow including SDLC, pull requests, and GitHub integration.
Components:
- 10 agents: sdlc, coder, planner, requirements-analyzer, issue-updater, pr-reviewer, pr-preparer, pr-check-monitor, pr-changeset-minimalist, workflow-runner
- 1 skill: copilot-feedback-resolver
- 2 commands: /dev, /gitingest
Research tools for finding and evaluating technologies and libraries.
Components:
- 1 agent: tech-scout
MCP server management guidance and best practices.
Components:
- 1 skill: managing-mcp-servers
Meta tools for building Claude Code plugins, skills, and agents.
Components:
- 2 skills: skill-creator, plugin-creator
Personal assistant tools for task extraction and productivity.
Components:
- 1 agent: task-extractor
After installing plugins:
- Skills are automatically invoked by Claude when relevant
- Agents appear in
/agentslist and can be used via Task tool - Commands are available as slash commands
See AGENTS.md for plugin development guidelines, and REVIEW.md for the review conventions every automated reviewer applies to this repo.
Quick start:
- Create plugin directory:
plugins/<plugin-name>/ - Add
.claude-plugin/plugin.jsonmanifest - Add plugin files (skills, agents, etc.)
- Update
.claude-plugin/marketplace.json - Create PR
MIT