Install
$ agentstack add skill-phanghonghao-thu-awesome-skills-training-log-update ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
training-log-update
Maintain a per-day training log that records what was done vs what's pending, in a consistent house style. One Markdown file per day, referenced by a README index. No media is copied into the log — it only references real artifact paths.
1. Locate the log folder for the current repo
From the current working directory, pick the first existing candidate:
| repo pattern | log folder | README | example entry | |---|---|---|---| | OmniLab_GMR | Document/Training Log/ | README.md | 2026-06-20.md | | UniLab | docs/training-log/ | README.md | 2026-06-20.md |
If neither exists, ask the user where to keep the log (and create the folder + README on first use). Do not invent a third location without asking.
2. Carry context forward (always do this first)
- Read the folder's
README.md— it states the house rules and the Index
table of past entries.
- List the folder and read the latest
YYYY-MM-DD.md(and skim 1–2 prior
ones if today continues that work). Match its tone, section order, table style, and heading conventions. If today extends a pending item from a prior entry, explicitly reference it ("follows up on [2026-06-20] pending #2").
This is the whole reason the format exists — each update builds on the last.
3. Create or update today's file
Path: /.md where TODAY is the real current date.
- If today's file already exists, append/merge into it (don't duplicate
sections; update metrics, append new sub-sections, move items Done→Pending as their status changes).
- If new, use the template below.
Daily file template (match prior entries' style)
# YYYY-MM-DD —
**Headline**: one sentence — the single most important outcome of the day.
##
What was built/run/fixed. Use tables for metrics. Reference real paths.
| metric | before | after |
|---|---|---|
| ... | ... | ... |
##
...
## Issues hit & fixes
| issue | cause | fix |
|---|---|---|
| ... | ... | ... |
## Pending / next session
1. **** — why it's blocked / what to run next.
2. ...
## Key paths today
- `` — what it is
- ...
House rules (non-negotiable)
- Done vs Pending must be explicit. That is the entire point of this log.
- Never copy media into the log. Reference the real path to any
figure/video/csv (e.g. ` gmrdemo/videos/z1real_dance.mp4 `). The log is text-only.
- Be concrete and technical. Real paths, real numbers, real commands. No
filler ("today was productive").
- Tables for metrics and issue/fix — they scan fast.
- Honest status. If something failed or was abandoned, say so in Issues and
Pending. Don't mark partial work Done.
- Reference prior entries when continuing work.
4. Update the README Index
Append (or update) one row in the README's ## Index table:
| [YYYY-MM-DD](YYYY-MM-DD.md) | |
Keep highlights to the 1–2 biggest outcomes. If today's row already exists, refresh its highlights in place.
5. Report back
Tell the user:
- the file written/updated (path),
- the headline you used,
- anything moved between Done and Pending,
- any ambiguity you resolved by assumption (so they can correct it).
Do not paste the full entry back — it's in the file; just summarize the change.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: phanghonghao
- Source: phanghonghao/THU-Awesome-Skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.