Claude Code plugins for enhanced developer workflows
npx claudepluginhub team-attention/agentsInteractive markdown review with web UI - review plans and documents with checkbox approvals and inline comments
Claude Code plugin marketplace for enhanced developer workflows.
Add this marketplace to Claude Code:
/plugin marketplace add team-attention/agents
Interactive markdown review with web UI. Review plans and documents with checkbox approvals and inline comments.
/plugin install interactive-review@team-attention-plugins
Features:
Cmd+Enter to submit)Usage: Say "review this" or use /review after Claude generates a plan.
.claude-plugin/
└── marketplace.json # Marketplace manifest
plugins/
└── interactive-review/ # Interactive review plugin
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/
│ └── review/
│ └── SKILL.md # Review skill definition
├── mcp-server/
│ ├── server.py # MCP server
│ ├── web_ui.py # HTML generator
│ └── requirements.txt # Python dependencies
├── .mcp.json # MCP configuration
└── README.md # Plugin documentation
Test plugins locally:
claude --plugin-dir ./plugins/interactive-review
mcp package: pip install mcp