project_standardizer

Organize AMR Studio projects into an 11-dimension directory structure.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/doghelWang/amr_studio_v4 --skill project-standardizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project_standardizer
Source: https://github.com/doghelWang/amr_studio_v4/tree/main/skills/project_standardizer
Command: npx skills add https://github.com/doghelWang/amr_studio_v4 --skill project-standardizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams enforce a consistent project structure for AMR Studio V4 by organizing files into a standardized 11-dimension layout, reducing onboarding time and confusion.

Core Features & Use Cases

  • Defines a consistent directory taxonomy (soul, skills, requirements, specifications, design, src, tests/unit, tests/integration, tests/system, audits, issue_tracker).
  • Helps migrate existing projects without breaking history by moving rather than copying.
  • Use Case: A PM wants to standardize a new AMR Studio project so every module follows the same structure and documentation; a developer runs an automated reorganization script guided by this standard.

Quick Start

Run the standardizer to reorganize the project into the 11-dimension directory structure.

Frequently Asked Questions about project_standardizer

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

FAQPage Schema
How do I standardize project directory structure for onboarding and audits?

Standardizing project directory structure involves organizing files into an 11-dimension layout covering requirements, design, src, tests, audits, and issue tracking, which enforces consistency and traceability for onboarding and audits.

How do I migrate existing project files into a standardized directory layout without breaking Git history?

To migrate without breaking Git history, the standardizer moves existing files into the standardized directory layout rather than copying them, preserving commit history and ensuring artifact discoverability across the new structure.

What is the 11-dimension directory taxonomy for AMR Studio V4 projects?

The 11-dimension directory taxonomy defines standardized folders for soul, skills, requirements, specifications, design, src, tests/unit, tests/integration, tests/system, audits, and issue_tracker to organize personnel, code, and tracking artifacts.

Can I use this project standardizer for ongoing project maintenance and audits?

Yes, you can use this project standardizer for maintenance and audits by enforcing directory naming, recommended file placement, and cross-link updates to ensure ongoing artifact discoverability and structural consistency.

Does the project standardizer automatically update cross-links between requirements, design, and tests?

The project standardizer enforces cross-link updates between directories to preserve discoverability and traceability across personnel, requirements, design, code, tests, and audit artifacts during project reorganization.