edit-tracker

Update tracker frontmatter and headers while preserving hierarchy and dates.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/HirogaKatageri/hirokata-cc-marketplace --skill edit-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edit-tracker
Source: https://github.com/HirogaKatageri/hirokata-cc-marketplace/tree/main/plugins/cc-tracker-plugin/skills/edit-tracker
Command: npx skills add https://github.com/HirogaKatageri/hirokata-cc-marketplace --skill edit-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Editing tracker metadata can be error-prone and time-consuming when users need to rename trackers or adjust descriptions. This skill provides a controlled way to update display names and tracker descriptions in frontmatter and the main header, preserving the tracker structure.

Core Features & Use Cases

  • Update tracker display name (display name only, not directory) and/or description.
  • Update the frontmatter's description while preserving the created date and other fields; updated date is refreshed.
  • Update the tracker header to reflect new name and/or description, maintaining the Tracker → Phase → Track → Task hierarchy across edits.

Quick Start

Use the edit-tracker my-app --name="New App" --description="Updated tracker description" to apply changes.

Frequently Asked Questions about edit-tracker

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

FAQPage Schema
How do I update tracker display names and descriptions without breaking the project structure?

To update tracker metadata safely, edit the frontmatter and header sections to reflect new names or descriptions. This process preserves the Tracker-Phase-Track hierarchy, statistics, and relationships while refreshing the updated date.

Does editing tracker frontmatter preserve the original created date and existing project relationships?

Editing tracker frontmatter preserves the original created date and all existing relationships. It only refreshes the updated date field, ensuring your project management structure and statistics remain completely unchanged.

Can I automate tracker metadata updates using scripted inputs instead of interactive prompts?

Yes, tracker metadata updates support both interactive prompts and scripted inputs. You can pass parameters like --name and --description directly via command line to automate frontmatter and header edits efficiently.

What is the best way to rename a tracker display name without renaming its directory?

The best way to rename a tracker display name without changing its directory is by updating the frontmatter and header sections directly. This targeted metadata edit ensures the file system path remains intact.

What happens to the Tracker-Phase-Track hierarchy when I modify a tracker description?

When you modify a tracker description, the Tracker-Phase-Track hierarchy is fully maintained across edits. The update only targets the frontmatter and header description fields, leaving the structural hierarchy intact.