Todoist-cli add-command
Guide for adding new CLI commands or subcommands to todoist-cli. Use when implementing new SDK endpoints, adding subcommands to existing command groups, or extending CLI functionality.
install
source · Clone the upstream repo
git clone https://github.com/Doist/todoist-cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Doist/todoist-cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/add-command" ~/.claude/skills/doist-todoist-cli-add-command-a40224 && rm -rf "$T"
manifest:
.claude/skills/add-command/SKILL.mdsource content
See /.agents/skills/add-command/SKILL.md for the full guide.