@agentled/cli
Version:
CLI for Agentled — manage workflows, apps, and knowledge from the command line. Zero context-window cost for AI agents.
10 lines (9 loc) • 371 B
TypeScript
/**
* `agentled skills` — manage the Claude Code skill bundled with the CLI.
*
* Matches the old `npx @agentled/mcp-server --setup-skills` flow but surfaces
* it as a first-class CLI verb so users can refresh skills after the CLI
* itself is updated.
*/
import { Command } from 'commander';
export declare function registerSkillsCommands(program: Command): void;