Skip to content

fix: add all missing commands to agent skill and add skill update command#42

Merged
scottlovegrove merged 3 commits intomainfrom
scottl/skill-update
Feb 6, 2026
Merged

fix: add all missing commands to agent skill and add skill update command#42
scottlovegrove merged 3 commits intomainfrom
scottl/skill-update

Conversation

@scottlovegrove
Copy link
Collaborator

@scottlovegrove scottlovegrove commented Feb 6, 2026

Summary

  • Adds 9 missing command groups to the agent skill content: upcoming, completed, activity, filter, workspace, notification, reminder, stats, settings
  • Adds missing options to existing commands (today, inbox, task list/add/update/move, project, label, comment, section)
  • Documents shared list options (--limit, --all, --cursor, --show-urls) and global options (--no-spinner, --progress-jsonl)
  • Adds missing subcommands: task uncomplete, task browse, project collaborators, project archive/unarchive, project browse, label browse, comment view/update/delete/browse, section update/delete/browse, filter browse
  • Adds td skill update command so users can update their installed skill to the latest version without needing to uninstall/reinstall or use --force

Test plan

  • npm run build — TypeScript compiles cleanly
  • npm test — All 661 tests pass
  • Review that skill content reads naturally and covers all CLI capabilities
  • Verify td skill update <agent> works end-to-end

🤖 Generated with Claude Code

The skill content is what LLM agents see when deciding how to use the
CLI. It was missing entire command groups (upcoming, completed, activity,
filter, workspace, notification, reminder, stats, settings) and many
options on existing commands. This adds comprehensive documentation for
all commands, their options, and shared/global flags.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@scottlovegrove scottlovegrove self-assigned this Feb 6, 2026
Adds a dedicated update subcommand so users can update their installed
skill to the latest version without needing to uninstall/reinstall or
remember the --force flag.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link

@doist-bot doist-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR comprehensively updates the agent skill content, adding nine previously undocumented command groups and numerous missing subcommands and options. These changes create a much more thorough and accurate reference for all available CLI capabilities. No issues were flagged.

@scottlovegrove scottlovegrove changed the title docs: add all missing commands and options to agent skill content feat: add all missing commands to agent skill and add skill update command Feb 6, 2026
@scottlovegrove scottlovegrove changed the title feat: add all missing commands to agent skill and add skill update command fix: add all missing commands to agent skill and add skill update command Feb 6, 2026
@scottlovegrove scottlovegrove merged commit c824675 into main Feb 6, 2026
5 checks passed
@scottlovegrove scottlovegrove deleted the scottl/skill-update branch February 6, 2026 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments