By monty1985
Deep dive into codebase architecture, key modules, and design patterns
A Claude Code plugin marketplace for the Adams Mind product. Contains internal skills for product management, development workflows, and team onboarding.
# Add the marketplace
claude plugin marketplace add git+https://github.com/monty1985/adams-mind.git
# Install a plugin
claude plugin install pm-sprint-planning@adams-mind
# Use the skill
/sprint-planning
pm-)| Skill | Command | Description |
|---|---|---|
| Sprint Planning | /sprint-planning | Guided sprint planning with agendas, story pointing, capacity tracking |
| Roadmap Builder | /roadmap-builder | Build and maintain product roadmaps with prioritization frameworks |
| User Story Writer | /user-story-writer | Write user stories with acceptance criteria and edge cases |
| Backlog Grooming | /backlog-grooming | Structured backlog refinement with prioritization and estimation |
dev-)| Skill | Command | Description |
|---|---|---|
| Code Review | /code-review | Systematic code review with checklist, security scan, feedback templates |
| Testing Workflow | /testing-workflow | End-to-end testing strategy with unit, integration, and E2E generation |
| API Design | /api-design | RESTful API design with OpenAPI specs, validation, documentation |
| Debugging Guide | /debugging-guide | Systematic debugging with root cause analysis and fix verification |
onboard-)| Skill | Command | Description |
|---|---|---|
| New Engineer | /new-engineer | Step-by-step new engineer setup — env, codebase tour, first PR |
| Product Tour | /product-tour | Guided product walkthrough for new team members |
| Codebase Walkthrough | /codebase-walkthrough | Deep dive into codebase architecture and key modules |
Regenerate the showcase site after adding or updating plugins:
node site/build.js
plugins/<category>-<name>/.claude-plugin/plugin.json with name, description, version, category, keywordsskills/<name>/SKILL.md with YAML frontmatter and phased instructions.claude-plugin/marketplace.jsonnode site/build.jsOwn 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.
npx claudepluginhub monty1985/adams-mind --plugin onboard-codebase-walkthroughWrite user stories with acceptance criteria, edge cases, and technical considerations
Build and maintain product roadmaps with prioritization frameworks and stakeholder alignment
Systematic debugging workflow with root cause analysis and fix verification
End-to-end testing strategy with unit, integration, and E2E test generation
Step-by-step onboarding for new engineers — environment setup, codebase tour, and first PR guide
New developer onboarding documentation generator
Codebase learning through knowledge extraction, code knowledge graph, challenges, and spaced repetition. Prevents knowledge atrophy for experienced developers and accelerates onboarding for new ones.
AI Development Environment - Multi-agent orchestration for Claude Code
Interactive skill that analyzes a task, proposes an agent team composition, and creates the team after user confirmation
Helps Claude read a planning document and explore related files to get familiar with a topic. Asking Claude to prepare to discuss seems to work better than asking it to prepare to do specific work. This is followed by Plan, then Execute.
Complete development toolkit - documentation, PRDs, design docs, debugging, PR workflows, and planning