소스 정보
- 저장소
- tools-only/X-Skills
- 최근 소스 활동
- 2026년 2월 9일 04:36
- 감지된 SKILL.md 언어
- 영어
- 스타
- 7
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tools-only/X-Skills --skill progress명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | progress |
| description | Create visual progress updates - charts, before/after comparisons, metrics... |
Generate visual progress tracking graphics from your git history and metrics.
/progress speed # API response time tracking
/progress users # User growth chart
/progress commits # Commit frequency graph
/progress coverage # Test coverage over time
/progress [custom-metric] # Any custom metric
Create shareable progress visuals:
When user runs /progress [metric]:
Analyze Git History
# Extract commits with metric data
git log --all --since="30 days ago" --grep="metric" --pretty=format:"%ai|%s"
Parse Metrics
Generate Visualization
API RESPONSE TIME - 30 DAY TREND
Day 1: 2000ms ████████████████████ (100%)
Day 7: 1500ms ███████████████ (75%)
Day 14: 800ms ████████ (40%)
Day 21: 200ms ██ (10%)
📊 10x IMPROVEMENT
⬇️ 90% REDUCTION
🚀 FROM 2000ms TO 200ms
Export as Image
/progress speed
Output:
- Line graph of response times
- Before/after comparison bars
- Percentage improvement
- Key optimization milestones
/progress users
Output:
- Cumulative user count
- Daily/weekly/monthly growth rate
- Milestone markers (100, 1K, 10K users)
- Projected growth curve
/progress coverage
Output:
- Test coverage percentage over time
- Lines covered vs total
- Coverage by module/component
- Trending direction (improving/declining)
/progress commits
Output:
- Commit frequency heatmap
- Most active days/hours
- Commit types (feat/fix/refactor)
- Contribution streaks
┌─────────────────────────────────────────┐
│ API RESPONSE TIME - 3 WEEK PROGRESS │
├─────────────────────────────────────────┤
│ │
│ 2000ms ████████████████████ │
│ ↓ │
│ 1500ms ███████████████ │
│ ↓ │
│ 800ms ████████ │
│ ↓ │
│ 200ms ██ │
│ │
│ 📊 10x FASTER IN 21 DAYS │
│ 🚀 90% IMPROVEMENT │
│ │
└─────────────────────────────────────────┘
Saved to: ~/project/visuals/api-speed-progress.png
┌─────────────────────────────────────────┐
│ USER GROWTH - LAST 30 DAYS │
├─────────────────────────────────────────┤
│ ┌─ │
│ ┌───┘ │
│ ┌───┘ │
│ ┌───┘ │
│ ┌───┘ │
│ ┌───┘ │
│ ┌───┘ │
│ ┌───┘ │
│ ┌───┘ │
│ ───┘ │
│ │
│ 0 ─────────── 15d ─────────── 30d │
│ 47 users → 312 users (564% growth) │
│ │
└─────────────────────────────────────────┘
Saved to: ~/project/visuals/user-growth.png
Works with:
Your goal: Turn progress into compelling visuals that showcase achievements and drive engagement.