소스 정보
- 저장소
- asimons81/hermes-field-kit
- 최근 소스 활동
- 2026년 8월 16일 06:59
- 감지된 SKILL.md 언어
- 영어
- 스타
- 122
- 포크
- 10
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/asimons81/hermes-field-kit --skill what-have-we-done-today명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Use when the user explicitly wants evidence-disciplined answers that separate observed facts, sourced claims, user reports, inference, unknowns, and contradictions before making strong factual or completion claims.
Use when installed Hermes skills must be safely consolidated, restructured, deprecated, split, or given shared references after overlap has been established, with a read-only plan, explicit approval, rollback snapshot, staged writes, and post-change verification.
Use when the user says Interview me before you start as a standalone command, explicitly asks to be questioned before work begins, or needs an adaptive, consent-based interview because goals, constraints, preferences, tradeoffs, or success criteria are genuinely unclear.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | what-have-we-done-today |
| description | Use when a recap of today's sessions, cron, and kanban helps. |
| version | 0.2.0 |
| author | Tony Simons |
| license | Apache-2.0 |
| platforms | ["platform-agnostic"] |
| metadata | {"hermes":{"category":"productivity","tags":["sessions","kanban","cron","journal","recap","productivity"],"related_skills":[]}} |
A manual, on-demand daily recap for any Hermes installation. It scans three local surfaces for today's activity — sessions (default profile plus every named profile, all sources), kanban boards (done today, running, blocked, todo/ready), and cron stores (jobs that ran, errored, are running now, or are due today) — then writes a plain append-friendly daily markdown log the user can read to remember what happened and what is still open.
Stdlib Python only. Read-only on all databases (mode=ro); the only write is
the daily markdown file in the recap directory. It is intentionally NOT a
cron job: it runs when a human actually wants the recap (tired, stoned,
context-switch heavy, or closing out the day).
Counter-triggers — do NOT load this skill when:
terminal tool:
python3 ~/.hermes/skills/productivity/what-have-we-done-today/scripts/today_sessions.py --excerpts
Output: sessions grouped by profile (time, source, title, counts,
goal/outcome hints), then kanban per board (done today, ▶ running, ✋
blocked, todo/ready counts), then cron (ran today with ❌ on errors, ▶
running now, ⏳ due today after an error).desktop,
cli, telegram. kanban sessions are worker lanes (generic titles —
outcome comes from the excerpt, not the title). Cron ❌/⏳ rows are real
breakage candidates; running executions are work happening right now.session_search reads only the current
profile's DB; use it for ambiguous or high-stakes default-profile
sessions. For sessions from profiles/*/state.db, the scanner's excerpts
are the cheap evidence.ok run). Open = kanban ▶/✋/todo cards,
cron ❌/⏳ rows, sessions with no resolution. Never infer completion from
a session merely existing.--ledger FILE lists non-completed items
from a task ledger JSON: {"items": [{"id", "title", "status", "next_action", "updated_at"}]}. Statuses other than completed /
cancelled count as open.$RECAP_DIR/YYYY-MM-DD.md (default
~/.hermes/daily-recaps/); create the directory if missing. Create the
file with a # YYYY-MM-DD heading if absent; otherwise append a
## Daily recap — HH:MM section with Done / In flight / Needs attention
bullets. Re-runs the same day append new sections.@session:default/<id> links for anything
they might reopen.~/.hermes/sessions.db may be an empty legacy file — the real session
store is ~/.hermes/state.db plus profiles/*/state.db. A scan of the
wrong file reports a false quiet day.started_at is epoch seconds; compare against local midnight (the
scanner does this in Python). SQLite's 'start of day' modifier is UTC
midnight and silently drops the first hours of the local day.started_at OR
last_activity_at ≥ local midnight.~/.hermes/kanban.db holds only the
default board; named boards live at
~/.hermes/kanban/boards/<slug>/kanban.db (_archived/ is skipped).jobs.json
last_run_at/last_status and executions.db are their only trace. A
quiet sessions list does not mean a quiet day.mode=ro with a busy timeout, so
a live Hermes holding the default DB still scans fine.grep -n "Daily recap" ~/.hermes/daily-recaps/$(date +%F).md