Agent skill

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill windows-batch-date-folder-navigation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/windows-batch-date-folder-navigation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 attempti

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Windows Batch Date Folder Navigation skill do?

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

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill windows-batch-date-folder-navigation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going