history-logger

Log completed tasks to a daily Markdown history file with time and Korean retrospective.

3|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/CANTAGESTUDIO/CosmicAtlasPacker --skill history-logger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: history-logger
Source: https://github.com/CANTAGESTUDIO/CosmicAtlasPacker/tree/main/.claude/skills/history-logger
Command: npx skills add https://github.com/CANTAGESTUDIO/CosmicAtlasPacker --skill history-logger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Records finished tasks into a centralized History file with time, title, and a Korean retrospective.

Core Features & Use Cases

  • Format & Workflow: Markdown table with time, task title, and reflection.
  • Automation: Creates History_yyMMdd.md if missing; appends otherwise.

Quick Start

After completing a task, update Docs/History/History_yyMMdd.md with the completion details.

Frequently Asked Questions about history-logger

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log completed tasks to a history file automatically?

This Skill logs completed tasks to a daily Markdown history file by capturing completion time, task title in Korean, and a retrospective entry. It creates or appends to Docs/History/History_yyMMdd.md as a structured table, displaying the added entry to you immediately after logging.

Can I track task completions with timestamps and reflections in Markdown?

Yes. The Skill records each task completion with HH:mm timestamps, Korean task titles, and Korean retrospective notes into a Markdown table format within a daily history file, creating the file automatically if it doesn't exist.

What happens if the history file doesn't exist when I log a task?

The Skill automatically creates Docs/History/History_yyMMdd.md with the proper Markdown table structure on first use, then appends subsequent task completions to that file for the current date.

Does this work for subtasks as well as main tasks?

Yes, the Skill applies to both task completions and subtasks, recording each one with its completion time, Korean title, and retrospective into the same daily history table.

How do I set up task logging for a Korean workflow?

After completing a task, the Skill captures the completion time and accepts Korean text for the task title and retrospective, then updates Docs/History/History_yyMMdd.md with a new table row containing all details.