Agent skill
log-session
Log entries to the current learning session. Use mid-session to save progress, capture concepts learned, or record corrections. Triggers on "log this", "save progress", "record what we learned".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/log-session
SKILL.md
Log recent learning to the current session.
Steps
- Find active session in
.claude/learning-sessions/index.json- If none: tell user to run
/start-sessionfirst
- If none: tell user to run
- Read the session file
- Review conversation since session started (or last log)
- Add entries per
references/entry-types.md - Write updated session file
- Confirm: "Logged X concepts, Y corrections, etc."
Guidelines
- Keep entries atomic and concise
- Don't duplicate existing entries
- Capture misconceptions (valuable for review)
- Note elaborations (show deep understanding)
- Track confidence vs accuracy
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?