Skip to main content
ClaudeWave
Skill30.1k estrellas del repoactualizado today

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.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ComposioHQ/composio /tmp/cli-command && cp -r /tmp/cli-command/.agents/skills/cli-command ~/.claude/skills/cli-command
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.