My personal collection of Claude Code plugins for engineering, domain-driven design, and hook automation.
From a Claude Code session, add the marketplace first:
/plugin marketplace add janeriklysander/jel-claude-plugins
Then install any plugin below. If you prefer to browse interactively, run /plugin.
Multi-agent code review across 7 dimensions (correctness, security, architecture, performance, maintainability, observability, documentation) and doc authoring with the Diátaxis framework, 8 templates, and linting.
/plugin install engineering-toolkit@jel-claude-plugins
Structured Domain-Driven Design discovery — interview-driven, one question at a time, produces a domain model document.
/plugin install ddd-design@jel-claude-plugins
Step-by-step guide for writing Claude Code hooks as shell scripts and wiring them into settings.json.
/plugin install create-hook@jel-claude-plugins
Standalone reference documentation for Claude Code users, hosted at janeriklysander.github.io/jel-claude-plugins:
The engineering-toolkit plugin's lint script uses Vale and markdownlint. Both are optional — if you don't have them installed, the skill and documentation agent skip linting and note it in their output. See the engineering-toolkit README for install instructions.
After cloning, configure git to use the tracked hooks:
git config core.hooksPath .githooks
A pre-commit hook enforces that any change to a plugin includes a version bump in that plugin's plugin.json.
Feedback and bug reports are welcome via GitHub Issues. This project has no roadmap — it's a personal collection shared with the community.
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.
npx claudepluginhub janeriklysander/jel-claude-plugins --plugin ddd-designGuide for creating Claude Code hooks with shell scripts
Multi-agent code review (7 dimensions including documentation) and doc authoring with Diataxis framework, templates, and linting
DDD-flavored agentic harness: Socratic vision modeling, bounded contexts, parallel workers, decision records
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation
Senior craftsman methodology for AI-assisted development. DDD, Clean Architecture, TDD, and systematic workflows that transform Claude into a disciplined software engineer.
Prompt engineering techniques for accurate, grounded Claude responses — anti-hallucination workflow with citation-backed analysis
Use this agent when you need to design scalable architecture and folder structures for new features or projects. Examples include: when starting a new feature module, refactoring existing code organization, planning microservice boundaries, designing component hierarchies, or establishing project structure conventions. For example: user: 'I need to add a user authentication system to my app' -> assistant: 'I'll use the code-architect agent to design the architecture and folder structure for your authentication system' -> <uses agent>. Another example: user: 'How should I organize my e-commerce product catalog feature?' -> assistant: 'Let me use the code-architect agent to design a scalable structure for your product catalog' -> <uses agent>.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.