cli

Documents LobeHub CLI development workflows including adding commands, testing, and deployment.

Updated May 11, 2026
One-click install
npx skills add https://github.com/zmh13928433602-sys/lobe-chat --skill cli-zmh13928433602-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli
Source: https://github.com/zmh13928433602-sys/lobe-chat/tree/main/.agents/skills/cli
Command: npx skills add https://github.com/zmh13928433602-sys/lobe-chat --skill cli-zmh13928433602-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The CLI development guide centralizes best practices, architecture details, and command patterns to accelerate contributors, reduce onboarding time, and ensure consistent CLI behavior across the project.

Core Features & Use Cases

  • Provides an overview of the CLI structure (entry points, command groups, and file layout) and how to extend it with new commands.
  • Documents development workflows, testing approaches, and deployment considerations for maintaining the LobeHub CLI.

Quick Start

Start by reading this guide to understand how to add a new command to the CLI and align it with the repository’s conventions.

Frequently Asked Questions about cli

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

FAQPage Schema
How do I add a new command to the LobeHub CLI?

To add a new command to the LobeHub CLI, read the centralized development guide to understand the CLI structure, entry points, and file layout, then align your implementation with the repository's conventions.

What is the recommended testing approach for LobeHub CLI commands?

The recommended testing approach for LobeHub CLI commands is documented in the development guide, which outlines specific testing workflows to ensure consistent CLI behavior across the project.

How does the CLI development guide help with onboarding new contributors?

The CLI development guide accelerates onboarding by centralizing architecture details, best practices, and command patterns, reducing the time needed for contributors to understand and extend the LobeHub CLI.

Can I use TypeScript for implementing new CLI commands in this repository?

Yes, TypeScript is used for CLI development in this repository, and the guide provides the necessary patterns and structure for implementing and documenting new commands effectively.

What's the best way to document a new command in the LobeHub CLI?

The best way to document a new command is to follow the documentation workflows specified in the CLI development guide, ensuring your new command aligns with existing repository conventions and best practices.

Are there specific deployment considerations for maintaining the LobeHub CLI?

Yes, the development guide documents specific deployment considerations and workflows necessary for maintaining the LobeHub CLI and ensuring consistent behavior across the project repository.