Stats
Actions
Tags
From sm-report
보고서 전문가 — 중간·최종 보고서를 슬라이드 카드 스타일로 즉시 생성. 완료/진행/블로커 3단 구조, 진행률 바, 다음 액션 카드 포함. 전달용 최종 보고서 및 일일·주간 진행 보고서 특화. Use when user types "/sm-report".
How this skill is triggered — by the user, by Claude, or both
Slash command
/sm-report:sm-reportThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
/sm-report 오늘 작업: 완료-로그인 기능, 진행중-대시보드, 블로커-API 인증 문제
/sm-report 1주차 중간 보고: 기획 완료, 개발 60%, 다음주 베타 출시 예정
/sm-report 프로젝트 최종 보고서: [내용]
/sm-report [회의록/내용]을 보고서로 만들어줘
BASE="$HOME/.claude/plugins/marketplaces/CSnShowmeCompany/plugins"
LATEST=$(ls -d "$BASE/sm-report-v"* 2>/dev/null | sort -V | tail -1)
에이전트 파일: $LATEST/agents/report.md
Task()로 스폰 시 내용을 원문 그대로 전달.
슬라이드 카드 스타일 보고서 HTML artifact 출력.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub intenet1001-commits/csnshowme --plugin sm-report