Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Generates various types of documentation including ADRs, architecture diagrams, changelogs, READMEs, tutorials, and API documentation for Personal projects
npx claudepluginhub bradleyboehmke/brads-marketplace --plugin document-generatorCreate an Architecture Decision Record (ADR) following MADR format
Create Mermaid architecture diagrams for visualizing system structure and data flow
Create a new CHANGELOG.md file from scratch for a project
Create a new README.md from scratch for projects without one
Update existing CHANGELOG.md with new entries from recent commits
Expert in writing Architecture Decision Records following MADR format and best practices
Expert in creating visual architecture diagrams using Mermaid syntax for all diagram types
README generation and standardization specialist for Personal projects
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-purpose documentation toolkit (generation, explanation, diagrams, RFCs, health)
Documentation generation with API docs, architecture diagrams, and tutorials
Documentation generation - API docs, README, knowledge graphs, LaTeX PDF conversion
Create comprehensive documentation for code, APIs, and projects.
Technical documentation specialist for README files, API docs, user guides, specifications, and release notes with Obsidian vault management
Documentation generation, code explanation, and technical writing with automated doc generation and tutorial creation
Enforce Standard Git and GitHub collaboration practices
Tools for creating educational content for data science, ML, AI, and MLOps courses
Tools for developing plugins that align with Personal marketplace architecture
Tools for documenting project work sessions with structured notes and templates
Personal collection of Claude Code plugins for productivity, development workflow automation, and documentation.
This marketplace provides AI-powered agents, skills, and commands to accelerate software development. Built on a modern plugin architecture with specialized agents and progressive knowledge disclosure, the marketplace includes tools for:
brads-marketplace/
├── .claude-plugin/ # Marketplace configuration
├── {plugin-name}/ # Each plugin directory contains:
│ ├── agents/ # Domain expert AI personas
│ ├── commands/ # User-facing slash commands
│ └── skills/ # Reusable knowledge modules
├── docs/ # Documentation (see below)
└── README.md
Plugins: git-workflow, document-generator, marketplace-dev, note-taker, course-builder
| Plugin | Description | Key Commands |
|---|---|---|
| git-workflow | Automate Git/GitHub workflows with standards enforcement | draft-commit, draft-pr, create-branch, pre-commit-check |
| document-generator | Generate and maintain project documentation | generate-readme, generate-changelog, generate-adr, generate-architecture-diagram |
| marketplace-dev | Build and validate marketplace plugins | design-plugin, review-plugin, update-plugin-docs |
| note-taker | Create structured notes from work sessions | document-work |
| course-builder | Create educational content for data science courses | write-chapter, create-lab-nb, create-quiz, create-slides |
For detailed information about each plugin, see Plugin Documentation.
To add this marketplace to your Claude Code installation:
claude plugin marketplace add https://github.com/bradleyboehmke/brads-marketplace
Or from a local directory:
claude plugin marketplace add /path/to/brads-marketplace
Once the marketplace is added, install specific plugins:
claude plugin install git-workflow@brads-marketplace
claude plugin install document-generator@brads-marketplace
claude plugin install marketplace-dev@brads-marketplace
claude plugin install note-taker@brads-marketplace
claude plugin install course-builder@brads-marketplace
View all available plugins:
claude
/plugin list
# Navigate to any project
cd /path/to/your/project
# Create a properly-named branch
/git-workflow:create-branch
# Make your changes, then draft a commit
/git-workflow:draft-commit
# Create a pull request
/git-workflow:draft-pr
# Generate or update documentation
/document-generator:generate-readme
/document-generator:update-changelog
Built on a three-layer architecture:
/git-workflow:draft-commit)Key principles: Single responsibility, progressive disclosure, composability, minimal token usage.
For detailed architecture patterns, see Architecture Guide.
Comprehensive documentation is available in the docs/ directory:
Want to add a new plugin? Use the built-in design tool:
/marketplace-dev:design-plugin
This interactive command will guide you through plugin architecture, identify reusable skills, and generate an implementation plan.
For detailed contribution guidelines, see Architecture Guide.