Data Manager

Create PB-000 folder structures, validate required files, and track run history.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/YL08140921/unson-os-market-research --skill data-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Data Manager
Source: https://github.com/YL08140921/unson-os-market-research/tree/main/.skills/data-manager
Command: npx skills add https://github.com/YL08140921/unson-os-market-research --skill data-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manually managing project files, creating consistent folder structures, and tracking execution history can be messy and error-prone. This Skill automates robust file-based data management, ensuring organization and traceability.

Core Features & Use Cases

  • Automated Folder Structure Creation: Sets up standardized directories for new executions, including phase-specific folders and a 'latest' symbolic link.
  • File Existence & Integrity Checks: Verifies that all required output files are correctly saved, checking for existence, size, and modification times.
  • Execution History Tracking: Records and allows searching of past execution IDs, statuses, and completion rates.
  • Git Integration: Supports version control and backup of deliverables, ensuring data integrity and collaboration.
  • Use Case: Ensure consistent, organized, and version-controlled project deliverables across all phases, eliminating manual file handling and reducing administrative overhead.

Quick Start

Claude Code will automatically activate this Skill with natural language requests:

「data-managerエージェントを使用して、実行ID「2024-12-20_14-30」でPB-000用フォルダ構造を作成してください。」

Frequently Asked Questions about Data Manager

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

FAQPage Schema
How do I automate folder structure creation for project deliverables?

Automated folder structure creation sets up standardized phase-specific directories and symbolic links for each execution run. This Skill scaffolds the complete directory layout for PB-000 deliverables across all phases, eliminating manual folder setup and ensuring consistent organization.

How can I track execution history and verify file integrity across project phases?

Execution history tracking records past execution IDs, statuses, and completion rates with searchable logs. File integrity checks validate the existence, size, and modification timestamps of all required outputs, ensuring deliverables are correctly saved and traceable.

Can I integrate version control and backup into my file management workflow?

Git integration enables version control and backup of deliverables directly within the file management process. This ensures data integrity, collaboration support, and full traceability of all project files across execution phases.

What files does this Skill validate, and what metadata does it check?

This Skill validates 12 required output files per execution, checking file existence, size in bytes, and modification timestamp metadata. Mandatory file validation enforces strict compliance with the project folder structure.

How does template-based file copying support project standardization?

Template-based file copying automates the duplication of standardized file patterns across new execution runs. This reduces manual copying errors and maintains consistent deliverable format across all phases and final summaries.

What happens when required files are missing or incomplete?

When required files fail validation checks, the Skill reports missing or incomplete deliverables and their metadata gaps. File validation prevents corrupted or incomplete project outputs from being recorded in execution history.