Official lenne.tech plugins for Claude Code - Frontend (Nuxt 4), Backend (NestJS), TDD and CLI Tools
npx claudepluginhub lennetech/claude-codelenne.tech Development Skills, Commands and Hooks for Claude Code - Frontend (Nuxt 4), Backend (NestJS), TDD and CLI Tools
Skills & Commands for creating and managing business offers on angebote.lenne.tech — MCP tools for offers, knowledge base, analytics, and content management
Skills & Commands for analyzing software projects and creating showcases on showroom.lenne.tech — MCP tools for showcases, screenshots, analytics, and content management
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Claude Code Plugins by lenne.tech.
# 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:
~/.claude/settings.json# 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.
Skills, Commands, Hooks and Agents for Frontend (Nuxt 4), Backend (NestJS/nest-server), TDD and CLI Tools.
| 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 |
| 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 |
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 SkillsPlugin (/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 testsFrontend (/frontend/):
/frontend:env-migrate - Migrate environment configurationFullstack (/fullstack/):
/fullstack:update - Sync fullstack project with latest starter templatesDocker (/docker/):
/docker:gen-setup - Generate Docker development & production setupGit (/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/PRsVibe (/vibe/):
/vibe:plan - Create implementation plan from SPEC.md/vibe:build - Execute IMPLEMENTATION_PLAN.md/vibe:build-plan - Plan + Build in one step