This skill fetches open tasks assigned to the user from the Linear API and generates a markdown todo list file in the project root. This skill should be used when the user asks about their work items, wants to see what they need to work on, or requests to load/sync their Linear tasks. Requires Python 3.7+, requests, mdutils, and python-dotenv packages. Requires LINEAR_API_KEY in .env file.
$npx -y skills add qdhenry/claude-command-suite --skill linear-todo-syncInstalls into the current project.
Run `npx skills use "https://github.com/qdhenry/claude-command-suite" --skill "qdhenry/claude-command-suite/linear-todo-sync"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/qdhenry/claude-command-suite" that are relevant to the current task. Run `npx skills add "https://github.com/qdhenry/claude-command-suite"` and select the relevant skills, then follow their instructions.