Skip to content
Productivity
Skill

/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.

From plugin
todoist-cli
2752 skills
Install
$ npx -y skills add Doist/todoist-cli --skill add-command --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/add-command

Context preview

The summary Claude sees to decide when to auto-load this skill.

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.

SKILL.md

add-command.SKILL.md
name: add-command
description: 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.

See [/.agents/skills/add-command/SKILL.md](../../../.agents/skills/add-command/SKILL.md) for the full guide.

Ships withtodoist-cli

A command-line interface for Todoist.

Get the whole plugin
Stats
277
Stars
17
Forks
Active
Maintenance
TypeScript
Language
MIT
License
21m ago
Last commit
6mo ago
Created

Repo: Doist/todoist-cli