소스 정보
- 저장소
- tools-only/X-Skills
- 최근 소스 활동
- 2026년 2월 4일 21:40
- 감지된 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 review명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
SOC 직업 분류 기준
SKILL.md 표시 중
| name | review |
| description | End of day review with learning capture. Integrates with evening journaling if enabled. |
Conduct an end-of-day review to capture progress and set up tomorrow.
Before executing this command, read System/user-profile.yaml → communication section and adapt:
Career Level Adaptations:
Directness:
Detail Level:
See CLAUDE.md → "Communication Adaptation" for full guidelines.
Find files modified TODAY:
# Get today's date and find files modified today
TODAY=$(date +%Y-%m-%d)
find . -type f -name "*.md" -newermt "$TODAY 00:00:00" ! -newermt "$TODAY 23:59:59" 2>/dev/null | grep -v "node_modules" | xargs ls -lt 2>/dev/null
Critical rules:
head limits on file discovery-mtime 0 (which captures 24-hour rolling window)Check 03-Tasks/Tasks.md for tasks completed today using completion timestamps:
✅ YYYY-MM-DD matching today's date- [x] **Review pricing proposal** ^task-20260127-003 ✅ 2026-01-28 09:15Read 00-Inbox/Weekly_Plans.md for:
Check 00-Inbox/Meetings/ for any meeting notes from today.
Present findings to user:
"Based on file timestamps, these notes were modified today: [list]
What did you actually work on today that should be captured in the review?"
Wait for user response before proceeding.
With user-verified information:
Scan today's conversation for learnings:
Before asking the user anything, reflect on today's session and automatically extract:
Mistakes or corrections
Preferences mentioned
Documentation gaps
Workflow inefficiencies
For each learning identified, write to 00-Inbox/Session_Learnings/YYYY-MM-DD.md:
## HH:MM - [Short title]
**What happened:** [Specific situation from today's session]
**Why it matters:** [Impact on workflows/system]
**Suggested fix:** [Specific action with file paths if applicable]
**Status:** pending
---
Then ask the user: "I captured [N] learnings from today's session. Anything else you'd like to add?"
This ensures learnings persist for:
/week)/dex-whats-new)After creating the daily review, silently update usage tracking:
System/usage_log.md- [ ] Daily review (/review) → - [x] Daily review (/review)Analytics (Beta Feature):
check_beta_enabled(feature="analytics") - if false, skipdaily_review_completedwins_count, learnings_countCheck if evening journaling is enabled:
System/user-profile.yamljournaling.evening valuejournaling.evening: true:
00-Inbox/Journals/YYYY/MM-Month/Evening/YYYY-MM-DD-evening.md/journal command)journaling.evening: false: Skip journal promptCreate daily note at 00-Inbox/Daily_Reviews/Daily_Review_[YYYY-MM-DD].md:
---
---
## Demo Mode Check
Before executing, check if demo mode is active:
1. Read `System/user-profile.yaml` and check `demo_mode`
2. **If `demo_mode: true`:**
- Display: "Demo Mode Active — Using sample data"
- Use `System/Demo/` paths instead of root paths
- Write any output to `System/Demo/` subdirectories
3. **If `demo_mode: false`:** Use normal vault paths
date: [YYYY-MM-DD]
type: daily-review
---
# Daily Review — [Day], [Month] [DD], [YYYY]
## Accomplished
- ✓ [Completed item 1]
- ✓ [Completed item 2]
## Progress Made
| Area | Movement |
|------|----------|
| **[Area 1]** | [What moved forward] |
| **[Area 2]** | [What moved forward] |
## Weekly Priorities Progress
> Reference: 00-Inbox/Weekly_Plans.md
- **[Priority 1]:** [Status/progress]
- **[Priority 2]:** [Status/progress]
## Insights
- [Key realization or connection]
- [Important learning]
## Blocked/Stuck
| Item | Blocker | Status |
|------|---------|--------|
| [Item] | [What's blocking] | [Status] |
## Discovered Questions
1. [New question that emerged]
2. [Thing to research]
## Tomorrow's Focus
1. [Priority 1 — tied to weekly focus]
2. [Priority 2]
3. [Priority 3]
## Open Loops
- [ ] [Thing to remember]
- [ ] [Person to follow up with]
- [ ] **Awaiting:** [What you're waiting on from others]