document-organizer

Organize public documents into folders by document number using Node.js.

7|2|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/1000ssam/skills-for-teachers --skill document-organizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-organizer
Source: https://github.com/1000ssam/skills-for-teachers/tree/main/skills/document-organizer
Command: npx skills add https://github.com/1000ssam/skills-for-teachers --skill document-organizer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automatically classifies public documents by their document numbers and groups the related main content and attachments into a single folder, using the main document filename as the folder name.

Core Features & Use Cases

  • Automatic grouping of files by document number, ensuring each number forms a cohesive folder.
  • Collects main content and attachments under a single, clearly named folder for easy retrieval.
  • Works with Windows paths and Node.js runtime to support organizational workflows in school administration.

Quick Start

Tell Claude Code to organize the folder containing public documents with this skill.

Frequently Asked Questions about document-organizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically sort public documents by document number into folders?

You can automatically sort public documents by document number using a script that groups files matching the institution name and document number pattern, moving the main content and attachments into a single folder named after the main document.

Can I group main public document files and attachments together in one folder?

Yes, you can group main public document files and attachments together by matching the (institution-document number) pattern, creating one folder per document number using the main document filename as the folder name.

Does this document organization workflow support Windows paths and Node.js?

This document organization workflow supports Windows paths and requires a Node.js runtime to read the configuration profile, match file patterns, and move files into grouped folders.

What is the best way to organize school administration public documents automatically?

The best way to organize school administration public documents automatically is using a pattern-matching script that reads a configuration file, groups files by document number, and moves main content with attachments into dedicated folders.

Why are my public document files not grouping by document number correctly?

Public document files may not group correctly if the filenames do not match the expected institution name and document number pattern, or if the Windows path configuration and configuration profile are not properly set up.

Do I need a config.json file to classify public documents by their document numbers?

Yes, you need a config.json file because the Node.js script reads this configuration profile to identify the target directory and apply the pattern-matching logic for grouping files by document number.