Skill30k repo starsupdated 3d ago
cli-command
Design, implement, or review Composio CLI commands under ts/packages/cli using Effect, @effect/cli, services, output conventions, configuration and environment variables, and local vendor references. Use for CLI command UX, command wiring, service changes, or CLI source edits. Do not use for CLI E2E-only work; use cli-e2e there.
Install in Claude Code
Copygit clone --depth 1 https://github.com/ComposioHQ/composio /tmp/cli-command && cp -r /tmp/cli-command/.agents/skills/cli-command ~/.claude/skills/cli-commandThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# CLI Command Use this skill for CLI command design and implementation. Read the relevant reference: - `references/design.md` for command surface, output, errors, interactivity, configuration, and exit codes. - `references/implementation.md` for Effect command wiring and service patterns. - `references/client-cache-sync.md` when touching toolkit client services.