tapd-ai-cli
Manage TAPD stories, bugs, and tasks from the command line
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install tapd-ai-cli?โผ
Run `npx skills add studyzy/tapd-ai-cli --all -g -y` in your terminal to install everything globally.
What can I do with tapd-ai-cli?โผ
You can list, create, and update TAPD stories, bugs, tasks, iterations, wikis, comments, and timesheets directly from the command line without opening the web interface.
How do I authenticate with TAPD?โผ
Run `tapd auth login --access-token <your_token>` or set the TAPD_ACCESS_TOKEN environment variable; API user and password authentication is also supported.
Does tapd-ai-cli work with Claude Code and Cursor?โผ
Yes. Run `tapd skill init` to generate a SKILL.md instruction file for Claude Code, Cursor, Windsurf, Codex, and other popular coding assistants.
Can I filter TAPD items with advanced queries?โผ
Yes. Every list command supports repeatable --filter flags with operators like LIKE, EQ, and date ranges, working on both standard and custom fields.