lenne.tech Claude Code Plugins
Claude Code Plugins by lenne.tech.
Installation
Via lenne.tech CLI (recommended)
# Install CLI if not already installed
npm i -g @lenne.tech/cli
# Install or update ALL available plugins
lt claude plugins
# Install or update specific plugin(s)
lt claude plugins lt-dev
lt claude plugins lt-dev another-plugin
# List available plugins (shown on error if plugin not found)
lt claude plugins non-existent
The CLI automatically:
- Fetches available plugins from this repository
- Updates the marketplace cache to ensure latest versions
- Installs/updates the specified plugins
- Configures all required permissions in
~/.claude/settings.json
Manual Installation
# Add marketplace
/plugin marketplace add lenneTech/claude-code
# Install plugin
/plugin install lt-dev@lenne-tech
Note: Manual installation requires you to configure permissions yourself. Copy the permission patterns from plugins/lt-dev/permissions.json into ~/.claude/settings.json:
{
"permissions": {
"allow": [
// Copy patterns from permissions.json
]
}
}
If the file already exists, merge the allow entries with your existing permissions. See plugins/lt-dev/permissions.json for the current list of required permissions.
Plugins
lt-dev
Skills, Commands, Hooks and Agents for Frontend (Nuxt 4), Backend (NestJS/nest-server), TDD and CLI Tools.
Included Components
Skills (10)
| Skill | Description |
|---|
developing-lt-frontend | Nuxt 4, Nuxt UI 4, TypeScript, Valibot Forms |
generating-nest-servers | NestJS with @lenne.tech/nest-server |
building-stories-with-tdd | Test-Driven Development Workflow |
nest-server-updating | Migration guides and strategies for @lenne.tech/nest-server updates |
rebasing-branches | Rebase workflows for feature branches onto dev/develop |
general-frontend-security | OWASP-based frontend security (XSS, CSRF, CSP) |
coordinating-agent-teams | Agent Teams coordination and parallel workflows |
using-lt-cli | lenne.tech CLI for Git and Fullstack Init |
maintaining-npm-packages | Discovery skill for npm package maintenance commands |
developing-claude-plugins | Plugin development best practices and validation |
Agents (5)
| Agent | Description |
|---|
npm-package-maintainer | Maintaining, updating, and auditing npm packages |
nest-server-updater | Automated @lenne.tech/nest-server version updates with migration |
fullstack-updater | Synchronize fullstack project with latest starter templates |
branch-rebaser | Autonomous rebase execution for feature branches |
code-reviewer | Single-pass code review across 6 quality dimensions |
Commands (32)
Root:
/create-ticket - Create Linear Ticket (Story, Task, or Bug)
/create-story - Create User Story for TDD (German)
/create-task - Create Technical Task
/create-bug - Create Bug Report
/resolve-ticket - Resolve ticket end-to-end with TDD
/review - Comprehensive code review across 9 review domains
/debug - Adversarial debugging with competing hypotheses using Agent Teams
/comment - Generate and post testing comment on Linear issue
/skill-optimize - Validate and optimize Claude Skills
Plugin (/plugin/):
/plugin:element - Create new plugin elements (skills, commands, agents, hooks)
/plugin:check - Verify elements against best practices (use after /clear)
Backend (/backend/):
/backend:update-nest-server - Update @lenne.tech/nest-server with automated migration
/backend:sec-audit - OWASP security audit for dependencies, config, and code
/backend:sec-review - Perform security review
/backend:code-cleanup - Clean up and optimize code
/backend:test-generate - Generate tests
Frontend (/frontend/):
/frontend:env-migrate - Migrate environment configuration
Fullstack (/fullstack/):
/fullstack:update - Sync fullstack project with latest starter templates
Docker (/docker/):
/docker:gen-setup - Generate Docker development & production setup
Git (/git/):
/git:commit-message - Generate commit message
/git:mr-description - Create Merge Request description
/git:mr-description-clipboard - Copy MR description to clipboard
/git:rebase - Rebase current branch onto dev/develop
/git:rebase-mrs - Batch rebase for open MRs/PRs
Vibe (/vibe/):
/vibe:plan - Create implementation plan from SPEC.md
/vibe:build - Execute IMPLEMENTATION_PLAN.md
/vibe:build-plan - Plan + Build in one step