Skip to content
Skill

work-day

by majiayu000

AI Summary

This booster automates the creation and verification of date-based folder hierarchies in Google Drive for the SNMG18 Working Docs project, helping teams stay organized with consistent month and day folder structures.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "work-day" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory (2 files)
mkdir -p .claude/skills/work-day && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/work-day/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/work-day/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/work-day/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/work-day/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Manages the SNMG18 Working Docs directory structure in Google Drive by verifying and creating month folders (YYYY-MM Work format) and day folders (YYYY-MM-DD format) for a specified date. Use when preparing folders for a specific work day, organizing documents by date, or ensuring the date-based folder structure is ready. Accepts dates in various formats or defaults to today.

Overview

Ensure the SNMG18 Working Docs directory structure in Google Drive is properly organized with folders for a specified month and day, automatically creating any missing folders using the reverse-date naming convention with "Work" suffix for months (YYYY-MM Work for months, YYYY-MM-DD for days).

Usage

When invoked, determine the target date: • If user provides a date (e.g., "tomorrow", "October 30", "2025-11-15"), use that date • If no date specified, use today's date

Tool Usage Notes

For searching folders: Use Claude's native Google Drive integration • google_drive_search - to find existing folders • Query format: Search by folder name within parent folders For creating folders: Use Zapier's Google Drive integration • Zapier:google_drive_create_folder - to create new folders • Provide: folder name and parent folder ID

Example Usage

User request: "Prepare folders for work day" → Use today's date (e.g., creates "2025-10 Work/2025-10-25") User request: "Set up folders for tomorrow" → Use tomorrow's date (e.g., creates "2025-10 Work/2025-10-26") User request: "Prepare work day for October 30" → Use October 30 of current year (creates "2025-10 Work/2025-10-30") User request: "Set up 2025-11-15" → Use November 15, 2025 (creates "2025-11 Work/2025-11-15")

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
Adoption100+ stars on GitHub
100 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars100
Forks15
Issues1
Updated1mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code