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 create-hookStructured Domain-Driven Design discovery sessions
Multi-agent code review (7 dimensions including documentation) and doc authoring with Diataxis framework, templates, and linting
Quickly scaffold Claude Code hooks with templates, validation, and conflict analysis
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns
Claude Code hooks for enforcing best practices and workflow automation
Production safety hooks for autonomous Claude Code operation. Context monitoring, syntax checking, branch protection, activity logging, and more.
Expert guidance for writing secure, reliable, and performant Claude Code hooks - validates design decisions, enforces best practices, and prevents common pitfalls. Use when creating, reviewing, or debugging Claude Code hooks.
[Internal] Hook スクリプトを claude-code-plugin リポジトリの正しい構造に配置・登録するための内部ユーティリティ