Lightweight TypeScript workflow built on deep modules. Six commands (start, fix, plan, ship, review, install-ci) for Bun + Hono + Drizzle + Biome. CI audit gate; deep-modules vocabulary from Ousterhout and Feathers.
npx claudepluginhub emerging-tech-visma/code-etPlan with LSP, implement with parallel agents. Pairs with commit-commands and code-review plugins.
Team development workflow powered by Claude Code + plugins.
Bun + Next.js project using task-driven development — no GitHub issues, pure Claude Code task workflow.
When to use code-et: Complex features with 3+ tasks, dependencies, or parallel execution. For simple 1-2 file changes, vanilla Claude Code (plan mode or direct prompting) works great on its own.
1. PLAN 2. IMPLEMENT 3. SHIP
/code:plan-issue /code:implement /commit-push-pr
┌──────────────────┐ ┌──────────────────┐ ┌────────────┐
│ LSP research │ │ Inline (trivial) │ │ Auto-desc │
│ Grep/Glob files │ ──tasks──▶ │ Agents (parallel) │ ──done──▶│ Push + PR │
│ Create tasks │ │ Swarm (large) │ │ │
└──────────────────┘ └──────────────────┘ └────────────┘
Each agent:
- Worktree isolation
- Verification gate
- Auto-commit on pass
main ---------.---------------*---
\ /
feature/x -*--*
^ ^
task commits
YOU: "add dark mode support"
|
v
/code:plan-issue ─── uses ──▶ typescript-lsp (LSP)
│ goToDefinition, findReferences
│ hover for type info
│
▼ creates tasks
/code:implement ─── spawns ──▶ parallel agents (worktree isolation)
│ each agent: edit, test, commit
│
▼ code ready
/commit-push-pr ─── runs ───▶ git commit + push + gh pr create
│
▼ PR open
/code-review ─── spawns ────▶ 5 review agents in parallel
│ CLAUDE.md compliance, bugs,
│ git history, code quality
│
▼ merged
/revise-claude-md ──────────▶ update CLAUDE.md with learnings
Plugin responsibilities:
+-------------------+--------------------------------------------+
| Plugin | What it does |
+-------------------+--------------------------------------------+
| code-et | /plan-issue — LSP research, create tasks |
| (this repo) | /implement — parallel agents in worktrees|
+-------------------+--------------------------------------------+
| commit-commands | /commit — auto-message git commit |
| (official) | /commit-push-pr — branch + commit + PR |
| | /clean_gone — prune merged branches |
+-------------------+--------------------------------------------+
| code-review | /code-review — multi-agent PR review |
| (official) | /simplify — refactor changed code |
+-------------------+--------------------------------------------+
| typescript-lsp | LSP navigation for /code:plan-issue |
| (official) | goToDefinition, findReferences, hover |
+-------------------+--------------------------------------------+
| claude-md-mgmt | /revise-claude-md — update CLAUDE.md |
| (official) | /claude-md-improver — audit & improve |
+-------------------+--------------------------------------------+
| frontend-design | /frontend-design — production-grade UI |
| (official) | bold design, avoids generic AI aesthetics |
+-------------------+--------------------------------------------+
| feature-dev | /feature-dev — guided feature development |
| (official) | codebase analysis + architecture focus |
+-------------------+--------------------------------------------+
| skill-creator | /skill-creator — create & optimize skills |
| (official) | build skills, run evals, benchmark |
+-------------------+--------------------------------------------+
| agent-sdk-dev | Claude Agent SDK development helper |
| (official) | build custom agents with Agent SDK |
+-------------------+--------------------------------------------+
Install all plugins:
# Official plugins (from claude-plugins-official)
/plugin install commit-commands@claude-plugins-official
/plugin install code-review@claude-plugins-official
/plugin install claude-md-management@claude-plugins-official
/plugin install frontend-design@claude-plugins-official
/plugin install feature-dev@claude-plugins-official
/plugin install skill-creator@claude-plugins-official
/plugin install agent-sdk-dev@claude-plugins-official
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.