# Linear MCP 서버를 CLI와 Agent Skill로 다시 만들었습니다

> Clean Markdown view of GeekNews topic #27637. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=27637](https://news.hada.io/topic?id=27637)
- GeekNews Markdown: [https://news.hada.io/topic/27637.md](https://news.hada.io/topic/27637.md)
- Type: news
- Author: [choam2426](https://news.hada.io/@choam2426)
- Published: 2026-03-19T10:26:10+09:00
- Updated: 2026-03-19T10:26:10+09:00
- Original source: [github.com/choam2426](https://github.com/choam2426/Linear-Agent-Skills)
- Points: 4
- Comments: 1

## Topic Body

CLI 도구(python) 하나로 Linear API 전체를 감싸는 Agent Skill을 만들었습니다. .env에 API 키 넣으면 끝이고, Agent가 SKILL.md 읽고 알아서 실행합니다. 사람이 커맨드를 외울 필요 없습니다.  
  
CLI 출력도 AI Agent만 읽는다고 가정하고 최대한 최적화했습니다.  
  
Claude Code 말고도 Cursor, Gemini CLI, Windsurf 등 Agent Skill 사용이 가능한 Agent면 다 됩니다. 커맨드 32개, 파일 업로드/다운로드 포함, python 외 의존성 제로.   
  
토큰도 MCP 대비 45% 정도 적게 먹습니다. (claude 피셜)

## Comments



### Comment 53426

- Author: ahiou
- Created: 2026-03-20T13:33:28+09:00
- Points: 1

Linear MCP 를 어떻게 사용하고 계시나요?  
Linear 를 애용하는 입장에서 활용법을 배우고 싶네요
