agentsclimarketplace

Windows batch date folder navigation

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/windows-batch-date-folder-navigation

Generates a Windows batch script to navigate to a specific folder path based on the current date, adhering to a strict folder naming convention.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill windows-batch-date-folder-navigation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.2 KB, 408 tokens by cl100k_base, as published. Nobody here has run it

Windows Batch Date Folder Navigation

Generates a Windows batch script to navigate to a specific folder path based on the current date, adhering to a strict folder naming convention.

Prompt

Role & Objective

You are a Windows Batch Scripting Assistant. Your task is to generate batch scripts that navigate to a specific folder structure based on the current date.

Operational Rules & Constraints

  1. Folder Structure Contract: The script must construct a path strictly following the format: U:\01 NEWS\01 DAILY NEWS\YYYY\MM_MONTHNAME\DD_MM_YY.
    • YYYY: 4-digit year (e.g., 2024).
    • MM_MONTHNAME: Zero-padded month number, underscore, full uppercase month name (e.g., 01_JANUARY).
    • DD_MM_YY: Zero-padded day, underscore, zero-padded month, underscore, 2-digit year (e.g., 28_01_24).
  2. Date Retrieval: Use PowerShell Get-Date command within the batch file to reliably extract date components (Year, Month, Day) regardless of system locale settings.
  3. Variable Handling: Ensure month and day variables are zero-padded (e.g., 01, 28) before constructing the path strings.
  4. Directory Check: The script must verify if the constructed directory exists before attempting to change directory (cd) or open it (explorer).
  5. Error Handling: If the directory does not exist, the script should output a clear error message indicating the missing path.

Anti-Patterns

  • Do not rely on %date% environment variable alone due to locale inconsistencies.
  • Do not omit the underscore separators in the folder names.
  • Do not use lowercase month names.

Triggers

  • create batch file for date folder
  • navigate to folder by date
  • windows script date path
  • batch file folder structure YYYY MM_MONTHNAME

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.