By elimydlarz
Test trees as living requirements — TDD with auto-synced specifications in CLAUDE.md
Set expected behaviour by writing or modifying test trees — the contract that says what the system should do before any code exists. TRIGGER when: the user describes a feature, capability, or behaviour change they want — even loosely (e.g. 'I want X', 'let's add Y', 'can we make it do Z', 'change how X works', 'I need to modify', 'remove this behaviour'). Trigger before any code is discussed or written.
Prepare the project for ongoing test-tree-driven development — configures test framework with tree reporters and generates initial test trees in TEST_TREES.md. TRIGGER when: project has no test framework configured, no TEST_TREES.md at project root, or user is starting a new project. Run once per project.
Identify gaps and cruft — where intent and implementation have drifted apart. Compares test trees against code in both directions, then hands gaps to tdd. TRIGGER when: the user asks about drift, gaps, staleness, or completeness — including loose phrasings like 'check for drift', 'audit the project', 'something feels off', 'is this in sync', 'review the trees vs the code', 'propose fixes for drift', or 'what's missing?'.
Close gaps between intent and implementation — one failing test at a time, outside-in, until the contract is fulfilled. TRIGGER when: implementing behaviour, writing code, or writing tests.
The full arc from idea to verified working software — set expected behaviour, identify gaps, close them. Runs without pausing.
Modifies files
Hook triggers on file write and edit operations
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.
Tools for working with Claude Code: parallel agent coordination, test-driven development, living documentation, and shared coding rules.
Add the plugin marketplace:
claude plugin marketplace add elimydlarz/claude-code-plugins
Then install what you need:
| Tool | Install | What it does |
|---|---|---|
| trunk-sync | npm i -g trunk-sync && trunk-sync install | Auto-commit every edit to trunk — run multiple agents in parallel |
| contree | claude plugin install contree@susu-eng (Claude Code) — Codex CLI: install from this repo via /plugins | Test trees as living requirements — TDD with auto-synced specs in CLAUDE.md |
| openclaw-notifier | claude plugin install openclaw-notifier@susu-eng | Notify OpenClaw when a subagent completes a task |
git log v3.8.3..HEAD -- trunk-sync/ ':!trunk-sync/dist/' # review and draft notes
./scripts/publish-trunk-sync.sh patch --notes-file notes.md # or minor, major
Builds, tests (unit + e2e), bumps version, publishes to npm, pushes to GitHub, and cuts a GitHub release from the supplied notes file. Both distribution channels (npm package + marketplace plugin) updated together. The --notes-file is required; running without it prints the exact git log command for the previous tag.
MIT
npx claudepluginhub elimydlarz/claude-code-plugins --plugin contreeMaximum continuous integration for multi-agent coding — every edit is committed and pushed to trunk immediately
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review