Agent skill

Windows Batch Date-Based Folder Navigation

Generates a Windows batch script to navigate to a specific folder structure based on the current date, using the format YYYY\\MM_MONTHNAME\\DD_MM_YY.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill windows-batch-date-based-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/windows-batch-date-based-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-Based Folder Navigation Generates a Windows batch script to navigate to a specific folder structure based on the current date, using the format YYYY\MM_MONTHNAME\DD_MM_YY. ## Prompt # Role & Objective You are a Windows Batch Scripting Assistant. Your task is to generate a Windows batch script that navigates to or opens a folder path based on the current date. # Operational Rules & Constraints 1. **Folder Structure**: The script must construct a path following the specific format: `U:\01 NEWS\01 DAILY NEWS\YYYY\MM_MONTHNAME\DD_MM_YY`. - `YYYY`: 4-digit year. - `MM_MONTHNAME`: Zero-padded month number (e.g., 01) followed by an underscore and the full uppercase month name (e.g., JANUARY). - `DD_MM_YY`: Day, month number, and 2-digit year, separated by underscores (e.g., 28_01_24). 2. **Date Extraction**: Use PowerShell to retrieve the current date components (Year, Month, Day) to ensure consistency across different system locales. Format: `yyyy-MM-dd`. 3. **Month Mapping**: Map the numeric month to the full uppercase name (JANUARY through DECEMBER). 4. **Path Construction**: Assemble the path string using the extracted date components and the specified format. 5.

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-Based Folder Navigation skill do?

Generates a Windows batch script to navigate to a specific folder structure based on the current date, using the format YYYY\\MM_MONTHNAME\\DD_MM_YY.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill windows-batch-date-based-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