cli

Identify valid Skill units and generate metadata from SKILL.md content.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/mabdulrauf/wazone-back --skill cli-mabdulrauf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli
Source: https://github.com/mabdulrauf/wazone-back/tree/main/.agents/skills/cli
Command: npx skills add https://github.com/mabdulrauf/wazone-back --skill cli-mabdulrauf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This guide helps developers build, test, and maintain the LobeHub CLI and its commands, ensuring consistent UX and reliable tooling across the project.

Core Features & Use Cases

  • Documentation of architecture, command groups, and tooling used by the CLI.
  • Guidance for local development, server integration, and debugging workflows.
  • Clear conventions for outputs, prompts, and command patterns in the CLI ecosystem.

Quick Start

Run the CLI in development mode using the project config and start the local server to begin testing commands.

Frequently Asked Questions about cli

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

FAQPage Schema
How do I generate metadata for a Node.js command-line tool from its repository structure?

Generating metadata requires verifying the presence of required documentation files and frontmatter. This process extracts the name, tagline, description, and keywords from repository content, returning a structured YAML block for each valid unit.

What is the structure required to catalog valid Skill units in a TypeScript project?

Cataloging valid Skill units requires a SKILL.md file and specific frontmatter fields. Once verified, the system extracts metadata including category, dependencies, components, and complexity to produce structured YAML documentation.

How do I set up a local development environment to test CLI commands?

To test CLI commands locally, run the CLI in development mode using the project configuration and start the local server. This setup allows you to begin testing commands and ensures reliable tooling across your project.

Can I use this CLI development workflow to document command groups and tooling conventions?

Yes, this CLI development workflow provides documentation of architecture, command groups, and tooling. It establishes clear conventions for outputs, prompts, and command patterns within the CLI ecosystem to maintain consistency.

What fields are included in the YAML metadata output for each valid Skill?

The YAML metadata output includes name, tagline, description, request, complexity, category, keywords, dependencies, components, and toxicity. These fields are populated according to the content and structural conventions of the repository.