Files
ai-coding-workflow-labs/cowork-complete-guide/skills/file-processor.md
T
tiennm99 0424a4949c feat(workflow): add file processing system with inbox/processed/outputs/reference folder structure
Introduces a repeatable file management workflow: inbox for new files,
processed for organized output, outputs for Claude-generated reports,
and reference for read-only context. Includes a file-processor skill
with naming conventions and categorization rules. Updates README with
usage instructions.
2026-03-09 21:21:13 +07:00

26 lines
676 B
Markdown

# File Processor Skill
## Purpose
Process all files in the inbox/ folder and organize them.
## Instructions
1. Read every file in inbox/
2. Determine what each file is by reading its contents
3. Move to processed/ in appropriate subfolder:
- processed/invoices/
- processed/receipts/
- processed/documents/
- processed/images/
- processed/other/
4. Rename files: YYYY-MM-DD-description.ext
5. Create outputs/processing-log-[date].md with all changes
## Constraints
- Never delete files
- Never modify files in reference/
- Ask before creating new category folders
## Naming Convention
YYYY-MM-DD-brief-description.ext
Example: 2026-01-15-amazon-receipt.pdf