Troy Davis Claude Code plugins
npx claudepluginhub davistroy/claude-marketplacePersonal Claude Code commands and skills for documentation review, architecture analysis, git workflows, document processing, and multi-source research
BPMN 2.0 workflow tools: XML generation from natural language/markdown, and conversion to Draw.io format. Includes bundled bpmn2drawio Python tool.
A collection of Claude Code plugins containing custom slash commands and skills for documentation review, architecture analysis, git workflows, document processing, security analysis, multi-LLM research, visual explanation generation, and BPMN workflow generation.
First, add this marketplace to Claude Code:
/plugin marketplace add davistroy/claude-marketplace
Then install the plugins you want:
/plugin install personal-plugin@troys-plugins
/plugin install bpmn-plugin@troys-plugins
You can install to different scopes:
/plugin install personal-plugin@troys-plugins --scope user # Global (all projects)
/plugin install personal-plugin@troys-plugins --scope project # Team-shared (.claude/settings.json)
/plugin install personal-plugin@troys-plugins --scope local # Personal only (gitignored)
23 commands and 19 skills for productivity workflows, code review, document processing, and security analysis.
23 Commands:
| Command | Description |
|---|---|
/analyze-transcript | Meeting transcript to structured markdown report |
/ask-questions | Interactive Q&A session from questions JSON file |
/assess-document | Document quality evaluation with scored assessment report (supports --focus) |
/bump-version | Automate version bumping across plugin files with CHANGELOG placeholder |
/clean-repo | Comprehensive repository cleanup, organization, and documentation refresh (supports --json) |
/consolidate-documents | Analyze multiple document variations and synthesize a superior consolidated version (supports --json) |
/convert-markdown | Convert a markdown file to a nicely formatted Microsoft Word document |
/create-plan | Generate detailed IMPLEMENTATION_PLAN.md from requirements documents (BRD, PRD, TDD, design specs) |
/define-questions | Extract questions and open items from documents to JSON |
/develop-image-prompt | Generate detailed image generator prompts from content, optimized for 11x17 landscape prints |
/finish-document | Extract questions from a document, answer them interactively, and update the document |
/implement-plan | Execute IMPLEMENTATION_PLAN.md using orchestrated subagents with automatic testing and git workflow |
/new-command | Generate a new command file from a template with proper structure and conventions |
/new-skill | Generate a new skill file with proper nested directory structure and required frontmatter |
/plan-improvements | Analyze codebase and generate prioritized improvement recommendations with phased implementation plan |
/plan-next | Analyze repo and recommend the next logical action |
/remove-ip | Sanitize documents by removing company identifiers and non-public intellectual property |
/review-arch | Quick architectural audit with technical debt assessment (supports --json, --focus) |
/review-intent | Determine original project intent and compare against current implementation |
/review-pr | Structured PR review with MCP GitHub integration and line-level comments |
/scaffold-plugin | Create a new plugin with proper directory structure, metadata, and starter files |
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.