Documentation
README
Linear Todo Sync
Automatically fetch assigned Linear tasks and generate a comprehensive markdown todo list in your project root. This skill queries the Linear GraphQL API to retrieve all open tasks assigned to you, organizing them by project with full details including status, priority, labels, estimates, and due dates.
Setup
1. Install Required Packages
Install the Python dependencies:
pip install requests mdutils python-dotenv
Or using conda:
conda install requests python-dotenv
pip install mdutils
2. Obtain Linear API Key
- Navigate to Linear API Settings
- Click "Create new key" under Personal API Keys
- Give it a descriptive name (e.g., "Claude Code Sync")
- Copy the generated API key
This is the opening of the README. Read the full README on GitHub.