plan-docs-rename

Rename random plan files to YYYY-MM-DD_content-name.md format.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/YH-05/finance --skill plan-docs-rename
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-docs-rename
Source: https://github.com/YH-05/finance/tree/main/.claude/skills/plan-docs-rename
Command: npx skills add https://github.com/YH-05/finance --skill plan-docs-rename

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the problem of randomly named plan files generated by AI, making them difficult to find and manage, by renaming them to a standardized, date-based format.

Core Features & Use Cases

  • Automatic Renaming: Renames plan files from random names (e.g., fluffy-watching-spindle.md) to a YYYY-MM-DD_content-name.md format.
  • Information Extraction: Extracts the creation date and the first heading (title) from the plan file.
  • Kebab-Case Conversion: Converts the extracted title into a URL-friendly kebab-case format.
  • Use Case: After generating a plan using an AI tool, run this Skill to automatically organize the output file in your docs/plan/ directory, making it easily searchable by date and content.

Quick Start

Run the plan-docs-rename skill to organize the latest randomly named plan file.

Frequently Asked Questions about plan-docs-rename

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

FAQPage Schema
How do I organize AI-generated plan files with random names?

To organize AI-generated plan files, this Skill automatically detects the latest random file in the docs/plan/ directory and renames it into a standardized YYYY-MM-DD_content-name.md format. It extracts the creation date and title, converting the title to kebab-case for easy management.

How do I rename markdown files to include creation dates automatically?

You can rename markdown files to include creation dates by running this Skill to scan docs/plan/, extract the file's creation date and first heading, and format the filename as YYYY-MM-DD_content-name.md. This automates file management without manual bash scripting.

What is the best way to convert markdown file titles into kebab-case format?

The best way to convert markdown titles to kebab-case format is using this Skill, which extracts the first heading from your plan file and automatically transforms it into a URL-friendly kebab-case string for the new filename.

Does this file management tool require bash scripting knowledge?

No, this file management tool does not require bash scripting knowledge. It operates automatically to detect the latest random file in the docs/plan/ directory, extract metadata, and perform the rename operation without manual scripting input.

What happens if there are no files to rename or the title is missing?

If there are no files to rename or the title is missing, the Skill handles these edge cases gracefully. It detects missing files in the docs/plan/ directory and manages files where titles cannot be extracted without crashing.