Tools for creating educational content for data science, ML, AI, and MLOps courses
Create 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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
npx claudepluginhub bradleyboehmke/brads-marketplace --plugin course-builderEnforce 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
Comprehensive teaching lifecycle suite for university professors: design → build → assess → deliver → reflect → improve. 15 skills, 89 modes, 76-agent ensemble, Course Passport state, alignment + quality gates, spec-driven submission auditing, AI-era assessment integrity, plus extensions: slide-deck rendering, executable labs, video scripting, course publishing, TA coordination, accreditation mapping, bilingual courseware, learner analysis (学情分析), course dashboard.
A personal AI tutor based on Bloom's 2-sigma research: it generates a structured syllabus, teaches one adaptive lesson at a time, and tailors each next lesson to the learner's highlights and feedback. Bundles the bloom-tutor tutoring skill plus six learn-* learning-method skills.
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.