Guides npm package maintenance tasks. Use when user mentions outdated packages, npm audit, security vulnerabilities, dependency updates, package optimization, unused dependencies, or devDependencies categorization. Recommends the npm-package-maintainer agent via /maintain commands.
/plugin marketplace add lenneTech/claude-code/plugin install lt-dev@lenne-techThis skill inherits all available tools. When active, it can use any tool Claude has access to.
npm auditdependencies vs devDependenciespackage.jsonFor comprehensive npm package maintenance, use the npm-package-maintainer agent via the maintenance commands.
generating-nest-servers - For NestJS development when dependencies affect the serverusing-lt-cli - For Git operations after maintenancenest-server-updating - For updating @lenne.tech/nest-server (uses this agent internally)| Command | Mode | Use Case |
|---|---|---|
/lt-dev:maintain | FULL | Complete optimization (remove unused, recategorize, update all) |
/lt-dev:maintain-check | DRY-RUN | Analysis only - see what would be done without changes |
/lt-dev:maintain-security | SECURITY | Fast security-only updates (npm audit vulnerabilities) |
/lt-dev:maintain-pre-release | PRE-RELEASE | Conservative patch-only updates before a release |
/lt-dev:maintain-post-feature | FULL | Clean up after feature development |
/lt-dev:maintain (FULL MODE)Recommend when user wants:
/lt-dev:maintain-check (DRY-RUN)Recommend when user wants:
/lt-dev:maintain-security (SECURITY-ONLY)Recommend when user mentions:
npm audit vulnerabilities/lt-dev:maintain-pre-release (PRE-RELEASE)Recommend when user mentions:
/lt-dev:maintain-post-feature (POST-FEATURE)Recommend when user:
The npm-package-maintainer agent performs 3 priorities:
All operations ensure npm run build and npm test pass before completion.
/lt-dev:maintain-check first (safe, no changes)/lt-dev:maintain-security (fast, focused)/lt-dev:maintain-pre-release (conservative)/lt-dev:maintain (comprehensive)This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.