workflow-utilities
CommunityAutomate common dev tasks, keep your workflow clean.
Software Engineering#automation#workflow#project structure#file management#utilities#deprecation#TODO
Authorstharrold
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill eliminates repetitive, manual file management tasks (deprecating, archiving, creating standard directories, updating TODOs) that can lead to inconsistencies and wasted time. It ensures project hygiene and accurate tracking with minimal effort.
Core Features & Use Cases
- File Deprecation & Archiving: Safely move old files to an
ARCHIVED/directory with timestamps, preventing accidental deletion and maintaining historical context. - Standard Directory Creation: Instantly set up new directories with
CLAUDE.md,README.md, andARCHIVED/subdirectories, ensuring consistent project structure. - TODO File Management: Programmatically update task statuses and workflow progress in
TODOfiles, keeping project tracking accurate and effortless. - Use Case: When refactoring a feature, use
deprecate_files.pyto archive the old implementation, thendirectory_structure.pyto set up the new feature's planning directory, andtodo_updater.pyto mark old tasks as complete.
Quick Start
Example: Deprecating old files
python .claude/skills/workflow-utilities/scripts/deprecate_files.py
TODO_feature_20251022T143022Z_json-validator.md
old-validator
src/old_validator.py
tests/test_old_validator.py
Dependency Matrix
Required Modules
PyYAML
Components
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: workflow-utilities Download link: https://github.com/stharrold/german/archive/main.zip#workflow-utilities Please download this .zip file, extract it, and install it in the .claude/skills/ directory.