소스 정보
- 저장소
- Railly/agent-brain
- 최근 소스 활동
- 2026년 7월 23일 04:35
- 감지된 SKILL.md 언어
- 영어
- 스타
- 22
- 포크
- 3
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Railly/agent-brain --skill today명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | today |
| description | Log daily accomplishments, reflect on the day, and prep tomorrow |
End-of-day summary: auto-detect commits across repos, merge with manual entries, generate daily log, reflect.
| # | Tool | Call | Purpose |
|---|---|---|---|
| 1 | Bash | Scan repos under ~/Programming for today's commits via git log --oneline --since="today" per repo | Collect commits |
| 2 | Read | 02_Journal/daily/{TODAY}.md | Check if log exists (preserve Ship Log entries) |
| 3 | Read | 02_Journal/daily/{YESTERDAY}.md | Extract uncompleted - [ ] tasks for carry-over |
| 4 | Read | 02_Journal/weekly/week-{YEAR}-W{WEEK_NUM}.md | Weekly goal + MITs |
Compute dates mentally (you know today's date from system context).
Create or UPDATE 02_Journal/daily/{TODAY}.md.
PRESERVE these sections:
## Ship Log (timestamped entries from /log and /ship)- [HH:MM] entriesUPDATE these sections with fresh data:
## Accomplishments## Stats## Projects Touched---
type: daily
week: "[[week-{YEAR}-W{WEEK_NUM}]]"
rating:
---
# {TODAY} - {Weekday}
## Weekly Goal
{from weekly file, or "No weekly goal set -- run /week"}
## Today's Tasks
- [ ] {from carry-over or user input}
## Pending (from yesterday)
- [ ] {uncompleted tasks from yesterday's log}
## Accomplishments
### {repo} ({n} commits)
1. {commit message -- expand with context}
### Other
1. {user-provided activities}
## Projects Touched
1. **{repo}**: {one-line summary of what changed}
## Content Ideas
{Generate 2-4 SPECIFIC ideas with hooks:}
1. Tweet: "{actual hook text}"
2. Thread: "{topic}" -- {why it's interesting}
## Learnings
1. {specific technical or strategic insight}
## Tomorrow
- [ ] {planned tasks}
## Ship Log
{preserved from existing file}
## Stats
- **Total commits**: {n}
- **Repos touched**: {n} ({list})
Appends a reflection section after the main log is generated.
Compare Today's Tasks + Pending vs Accomplishments:
TASK AUDIT
Planned:
[x] Ship feature X <- DONE
[ ] Fix bug Y <- carry over
Unplanned:
[+] Debugged webhook <- reactive
Calculate: completion_rate = done / total * 100
Check weekly MITs from the weekly file:
MIT PROGRESS (Week {N})
1. [===> ] Project A (40%)
2. [=> ] Project B (15%)
3. [=======>] Project C (80%)
## Day Close
### Completion: {rate}%
- Planned: {done}/{total}
- Unplanned: {n} items emerged
### Carry Over -> Tomorrow
- [ ] {unresolved item 1}
- [ ] {unresolved item 2}
### MIT Status
{progress bars from weekly MITs}
### Rating: {1-7}
Ask: "Day rating? (1-7, where 5=good, 7=life-changing)"
Write the rating to both the ## Day Close section AND the YAML frontmatter rating: field.
"[[week-2026-W07]]")/today via WAVE 0 step 3