Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Tools for creating educational content for data science, ML, AI, and MLOps courses
npx claudepluginhub bradleyboehmke/brads-marketplace --plugin course-builderCreate a companion Jupyter notebook for a textbook chapter
Create a lab assignment Jupyter notebook
Create a Canvas module overview document
Create a reading comprehension quiz based on chapter content
Create presentation slides for a lecture
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.
Evidence-based instructional design pipeline. 11 skills backed by peer-reviewed research across 11 domains. Analyze, design, build, review, and export courses with every recommendation citing its evidence tier.
Interactive learning companion — creates personalized learning plans, quizzes with adaptive difficulty, and tracks progress across sessions
Adaptive tutor skill with 10 teaching modes, active teaching tools, and a browser-based visual companion — runs code, creates exercises, generates interactive diagrams, quizzes, and walkthroughs. Makes Claude act as an interactive coach for learning any subject.
Transform textbook chapters into engaging, evidence-based lectures. Applies cognitive load theory, narrative design (ABT), active learning, and produces Quarto reveal.js slides.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Enforce Standard Git and GitHub collaboration practices
Tools for developing plugins that align with Personal marketplace architecture
Generates various types of documentation including ADRs, architecture diagrams, changelogs, READMEs, tutorials, and API documentation for Personal projects
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.