create-use-agently-cli

Create CLI commands, subcommands, and protocol handlers for use-agently.

72|2|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/AgentlyHQ/use-agently --skill create-use-agently-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-use-agently-cli
Source: https://github.com/AgentlyHQ/use-agently/tree/main/.agents/skills/create-use-agently-cli
Command: npx skills add https://github.com/AgentlyHQ/use-agently --skill create-use-agently-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of adding new commands, subcommands, and protocol handlers to the use-agently CLI, ensuring consistency and adherence to design specifications.

Core Features & Use Cases

  • Command Creation: Guides you through creating new top-level commands or subcommands.
  • Alias Implementation: Facilitates the addition of shorthand aliases for existing commands.
  • Protocol Handler Integration: Assists in implementing handlers for new communication protocols.
  • Use Case: When you need to add a new command like use-agently tokens to manage fungible tokens, this skill provides the exact steps and code structure required.

Quick Start

Create a new command file for your new CLI command.

Frequently Asked Questions about create-use-agently-cli

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

FAQPage Schema
How do I add new CLI commands to a TypeScript project using Commander.js?

To add new CLI commands using Commander.js, you create a command file and register it in the main CLI entry point. This skill guides you through file creation and registration to ensure your command-line interfaces are robust and follow design specifications.

What is the best way to structure subcommands and protocol handlers in a CLI tool?

The best way to structure subcommands and protocol handlers is by adhering to structured output and error recovery design rules. This skill provides the exact code structure required to implement handlers and subcommands for consistent communication protocol integration.

Can I add shorthand aliases for existing commands in Commander.js?

Yes, you can add shorthand aliases for existing commands in Commander.js. This skill facilitates alias implementation by guiding you through the specific steps to register shorthand variations alongside your primary top-level commands.

Does this command creation process support error recovery and testing integration?

The command creation process supports error recovery hints and testing integration within the Commander.js framework. It ensures your new commands handle errors gracefully and are fully testable by adhering to established design rules.

Do I need to manually update cli.ts when building new commands for use-agently?

You need to update cli.ts to register new commands for use-agently. This skill streamlines the process by explicitly guiding you through the file creation and registration steps required to make your new commands functional.