Personal collection of Claude Code plugins for documentation, development workflows, and productivity.
Add this marketplace to Claude Code:
/plugin marketplace add Benbentwo/benbentwos-claude-marketplaceOr for local development:
/plugin marketplace add /path/to/benbentwos-claude-marketplaceHelps maintain FEATURES.md and CHANGELOG.md documentation during development tasks.
/plugin install feature-changelog@benbentwos-claude-marketplaceFeatures:
- Automatic guidance: When FEATURES.md or CHANGELOG.md exists in your project, Claude will update them as part of completing development tasks
- Manual updates: Use
/update-docsto catch up documentation based on current session work - Project scaffolding: Use
/init-docsto create FEATURES.md and CHANGELOG.md with project-aware content
Editor lifecycle management, AI-driven rebuilds, log analysis, and MCP integration for UE5 projects. Wraps the ue5 CLI server daemon.
/plugin install uem@benbentwos-claude-marketplaceFeatures:
- Editor control:
/uem:start,/uem:stopto launch and stop managed editor instances - AI-driven rebuilds:
/uem:rebuildtriggers daemon-orchestrated stop-build-restart with metadata tracking - Log intelligence:
/uem:logsqueries captured logs with filtering by level, category, pattern, and time - Server management:
/uem:servermanages the background daemon - Multi-agent coordination: Automatic build coalescing when multiple agents request rebuilds
- MCP integration: Push notifications to connected agents via SSE
- Development assistant: Agent for autonomous build-test-debug cycles
Automatically detects, logs, and fixes SadTire MCP limitations in the background while you continue your main work.
/plugin install unreal-mcp-improver@benbentwos-claude-marketplaceFeatures:
- Gap detection: Skill that recognizes when MCP tools can't do what you need
- Background implementation:
/mcp-improvecommand spawns agents to implement improvements without interrupting your work - Failure detection: PostToolUse hook monitors MCP tool calls for errors and offers fixes
- Progress tracking: Maintains a log of requested and completed improvements in
SadTire_MCP/docs/mcp-improvements.md
To add a new plugin:
- Create a directory under
plugins/ - Add a
.claude-plugin/plugin.jsonmanifest - Add your commands, skills, agents, or hooks
- Update the marketplace.json to include your plugin
- Run
/plugin validate .to verify the structure
MIT