Agent skill
history-logger
[Task Mgmt] A Skill that logs completed tasks to Docs/History/History_yyMMdd.md as a Markdown table in Korean. Use this when a task or subtask has been completed and the user wants to record the completion time, task title, and a short Korean retrospective line into the History file for that date. (user)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/history-logger
SKILL.md
History Logger
Log completed tasks to Docs/History/History_yyMMdd.md.
Format
| 시간 | 태스크 제목 | 회고 |
|---|---|---|
| HH:mm | Task title (Korean) | Retrospective (Korean) |
Workflow
- Get completion time (HH:mm)
- Get task title in Korean
- Get retrospective summary in Korean
- Check if
Docs/History/History_yyMMdd.mdexists- If not: create file with table header
- If exists: append new row
- Show added row to user
Example
| 14:30 | 로그인 기능 구현 | JWT 인증 추가, 토큰 갱신 로직 구현 완료 |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?