ccn:update-topic

Append timestamped entries to topic files in the .notes/ directory.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/TheGoatedDev/Claude-Code-Notes --skill ccn-update-topic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccn:update-topic
Source: https://github.com/TheGoatedDev/Claude-Code-Notes/tree/main/templates/skills/update-topic
Command: npx skills add https://github.com/TheGoatedDev/Claude-Code-Notes --skill ccn-update-topic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps keep topic notes organized by allowing you to append timestamped entries to an existing topic file in the .notes/ directory, ensuring a persistent and chronological history.

Core Features & Use Cases

  • Append entries: Add timestamped notes under a topic without altering existing content.
  • Frontmatter synchronization: Update the last_updated date in the YAML frontmatter automatically.
  • Use Case: For example, when documenting a design decision, you can log a new entry with a title and content, preserving the topic's history.

Quick Start

Use the ccn:update-topic skill to add a note to an existing topic, following the prompts for entry title and content.

Frequently Asked Questions about ccn:update-topic

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

FAQPage Schema
How do I append timestamped notes to an existing markdown topic file?

Yes, this Skill preserves existing YAML frontmatter when appending timestamped entries to a topic file. It reads the file, parses the metadata, and automatically updates the last_updated date field while keeping all other frontmatter properties intact.

What is the best way to maintain chronological history in a topic note workflow?

The best way to maintain chronological history is by appending timestamped entries with date headers to a topic note file. This Skill automates that process, formatting new content as dated entries and updating the last_updated frontmatter field to preserve an ordered, persistent history.

Do I need a specific directory structure to manage topic notes with timestamps?

Yes, this Skill requires topic files to reside in a .notes/ directory. It reads and writes to this specific directory path to append timestamped entries and update frontmatter, ensuring your topic management workflow remains structurally organized.

Can I update topic management files without altering previous markdown entries?

Yes, you can update topic files without altering previous markdown entries. This Skill strictly appends new timestamped content to the file, parsing and preserving existing text and YAML frontmatter so the original insights remain completely untouched.

Does appending a new entry to a markdown note update the frontmatter automatically?

Yes, appending a new entry updates the YAML frontmatter automatically. When a timestamped note is added to the topic file, the Skill parses the existing frontmatter and synchronizes the last_updated date field without requiring manual intervention.