
Lesson Writer Plugin
- Updated June 10, 2026
- shqkel/my-cowork-plugins
lesson-writer-plugin is a Claude Code skill in the AI & Agent Building category. 주제 하나로 구조화된 강의안(학습목표·핵심개념·실습·요약)을 한국어 마크다운으로 작성하는 스킬
Key points
- lesson-writer-plugin
- AI & Agent Building
- AI-coding skill
Lesson Writer Plugin by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add shqkel/my-cowork-plugins/plugin install lesson-writer-plugin@my-cowork-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 10, 2026 |
|---|---|
| Repository | shqkel/my-cowork-plugins ↗ |
What it does
주제 하나로 구조화된 강의안(학습목표·핵심개념·실습·요약)을 한국어 마크다운으로 작성하는 스킬
README.md
my-cowork-plugins
Saltlux Cowork 비개발자 과정(2-Day)의 세션 16 — 최종 파이프라인 노트에 나오는 "GitHub Marketplace 등록(경로 2)" 예제를 실제로 구현한 플러그인 마켓플레이스다.
플러그인 1개(lesson-writer-plugin)에 스킬 1개(lesson-writer)를 담았다.
폴더 구조
my-cowork-plugins/
├── .claude-plugin/
│ └── marketplace.json # 마켓플레이스 카탈로그 (핵심)
└── lesson-writer-plugin/ # 플러그인
├── .claude-plugin/
│ └── plugin.json # 플러그인 정보
└── skills/
└── lesson-writer/
└── SKILL.md # 강의안 작성 스킬
설치 방법 (받는 사람)
Claude Code 또는 Cowork에서:
/plugin marketplace add shqkel/my-cowork-plugins
/plugin install lesson-writer-plugin@my-cowork-plugins
설치 후 스킬은 플러그인 이름으로 네임스페이스된다:
/lesson-writer-plugin:lesson-writer
lesson-writer 스킬
주제 하나를 받아 비개발자도 따라올 수 있는 강의안 한 편(학습목표·핵심개념·흐름·실습·요약·과제)을 한국어 마크다운으로 작성한다.
예시:
"RAG 기초로 강의안 만들어줘. 대상은 마케팅팀, 30분짜리로."
업데이트
스킬을 고친 뒤 GitHub에 push 하면, 사용자는 아래로 최신화한다:
/plugin marketplace update
검증
claude plugin validate .
Related skills
AI & Agent Buildingagents