assets-organizing

Organize digital assets into standardized directories with kebab-case and date-prefixed names.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/docaohieu2808/claude-skills --skill assets-organizing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assets-organizing
Source: https://github.com/docaohieu2808/claude-skills/tree/main/assets-organizing
Command: npx skills add https://github.com/docaohieu2808/claude-skills --skill assets-organizing

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill standardizes the organization of all AI-generated outputs and digital assets, ensuring consistency in file paths, naming conventions, and directory structures.

Core Features & Use Cases

  • Standardized Output Paths: Defines specific directories for different asset types (articles, videos, reports, etc.).
  • Consistent Naming Conventions: Enforces kebab-case, date prefixes, and clear file naming.
  • Use Case: When creating a new blog post with images, this skill ensures the post is saved in assets/articles/YYMMDD-slug/ with the main content as slug.md and images in assets/articles/YYMMDD-slug/images/.

Quick Start

Use the assets-organizing skill to ensure all new content outputs follow the defined directory structure and naming conventions.

Frequently Asked Questions about assets-organizing

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

FAQPage Schema
How do I organize digital assets with consistent naming conventions and directory structures?

Organizing digital assets with consistent naming conventions involves enforcing kebab-case, date prefixes, and self-contained folders for multi-file assets. This ensures all content types, including articles and videos, follow a standardized output path.

What is the best way to structure directories for multi-file content like articles with images?

The best way to structure directories for multi-file content is using self-contained folders. Articles with images are saved in a dated slug directory, placing the main content as a markdown file and associated images in a subfolder.

Do I need Python 3 to run scripts for file inventory and duplicate finding?

Yes, Python 3 is required to run the included scripts for file inventory and duplicate finding. These scripts automate the process of scanning your directories and identifying redundant digital assets.

How do I standardize output paths for different types of content creation?

Standardizing output paths for content creation requires defining specific directories for different asset types like articles, videos, and reports. This creates a predictable directory structure for all generated files.

Why does my file organization break when I don't use kebab-case and date prefixes?

File organization breaks without kebab-case and date prefixes because these conventions enforce consistent sorting and identification. Skipping them leads to misplaced files and disorganized multi-file assets.

Can I use this asset management approach for both reports and video content?

Yes, you can use this asset management approach for both reports and video content. The system defines specific standardized output paths and directory structures tailored for various content types.