A GraphQL wrapper for Linear that enforces lean patterns to keep context windows manageable. The big idea is the workpad: you edit a local markdown file as you work, then sync it to Linear comments only at milestones instead of spamming the API. It blocks schema introspection queries outright because they dump 200K characters of type definitions you don't need. Everything else is documented query fragments for the common stuff: reading issues, moving tickets between states, attaching PRs, uploading files. Useful if you're building agents that interact with Linear and want to avoid the usual API thrash.
npx skills add https://github.com/odysseus0/symphony --skill linear