jellydn-my-ai-tools
πͺMarketplacejellydn/my-ai-tools
Streamlines AI tool discovery and integration with curated, ready-to-use prompts, scripts, and workflow templates for developers and AI enthusiasts.
Add this Marketplace
/plugin marketplace add sawyerhood/dev-browserPlugins in this Marketplace
adr
productivityManages Architecture Decision Records (ADR) for tracking important architectural decisions. Initialize, create, list, search, and view ADRs.
codemap
productivityOrchestrate parallel codebase analysis to produce 7 structured documents (STACK, INTEGRATIONS, ARCHITECTURE, STRUCTURE, CONVENTIONS, TESTING, CONCERNS) in .planning/codebase/.
handoffs
productivityCreates detailed handoff plans of conversations for continuing work in new sessions. Capture context, technical decisions, and pending tasks for seamless session continuation.
pickup
productivityResumes work from a previous handoff session stored in .claude/handoffs/. Load and continue from where you left off in prior sessions.
pr-review
productivityFix PR review comments by implementing requested changes. Fetch review comments, implement fixes, run tests, and commit changes.
prd
productivityGenerate Product Requirements Documents (PRD) for new features. Use when planning features, starting projects, or creating specifications.
qmd-knowledge
productivityProject-specific knowledge management system using qmd MCP server. Captures learnings, issue notes, and conventions in a searchable knowledge base.
ralph
productivityConvert PRDs to prd.json format for the Ralph autonomous agent system. Converts markdown PRDs to Ralph's JSON format.
slop
productivityRemoves AI-generated code slop from git diffs to maintain code quality. Clean up extra comments, defensive checks, type casts, and inconsistent style.
tdd
productivityGuides through the complete TDD workflow with Red-Green-Refactor cycle. Start features, write failing tests, implement minimal code, and refactor with confidence.