using-lt-cli

Reference lt CLI commands for fullstack initialization, Git workflows, server creation, and NestJS development tasks.

Updated Dec 8, 2025
One-click install
npx skills add https://github.com/lenneTech/claude-code --skill using-lt-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-lt-cli
Source: https://github.com/lenneTech/claude-code/tree/main/plugins/lt-dev/skills/using-lt-cli
Command: npx skills add https://github.com/lenneTech/claude-code --skill using-lt-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides quick, authoritative guidance for using the lenne.tech CLI (lt). It ensures users can reference and apply CLI features confidently, reducing context-switching and speeding up tasks such as fullstack initialization, Git workflows, server creation, and advanced options. It also notes how this skill complements NestJS development tasks handled by the NestJS-focused skill.

Core Features & Use Cases

  • Comprehensive CLI Reference: Covers essential LT commands like lt git, lt fullstack init, lt server create, and more.
  • Workflow Guidance: Helps users understand when to use each command in real-world scenarios (e.g., starting a feature branch, scaffolding a fullstack workspace).
  • Complementary Integration: Works alongside NestJS-focused skills to streamline end-to-end development tasks.

Quick Start

Try a couple of practical commands to get oriented:

  • lt git get DEV-123 to switch or create a feature branch
  • lt fullstack init to begin a new fullstack workspace

Frequently Asked Questions about using-lt-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initialize a fullstack project with the lenne.tech CLI?

Use `lt fullstack init` to scaffold a new fullstack workspace. This command sets up the project structure and dependencies needed for fullstack development, automating initial setup across frontend and backend layers.

How do I create and switch between Git branches with the LT CLI?

Run `lt git get DEV-123` to switch to an existing feature branch or create a new one by ticket ID. This command streamlines Git workflows by combining branch creation and checkout into a single operation.

Can I use the lenne.tech CLI to create and manage servers?

Yes, `lt server create` provisions new servers through the CLI. The command automates server setup as part of fullstack development tasks, reducing manual configuration overhead.

What Git and development tasks does the LT CLI handle?

The lenne.tech CLI covers Git workflows, fullstack initialization, server creation, and NestJS development tasks. It includes support for local templates, symlinks, and branch options to accelerate common development operations.

Do I need prior CLI experience to use the lenne.tech command reference?

No prerequisite CLI experience is required. The LT CLI reference provides authoritative guidance for each command, making it accessible for users new to lenne.tech tooling while supporting advanced workflows.