aios-structure-organize

Additively repairs AIS-OS projects by creating missing baseline files and directories.

Updated Jul 27, 2026
One-click install
npx skills add https://github.com/sebaperiesdigit-create/Peries-Skills-Master --skill aios-structure-organize-sebaperiesdigit-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aios-structure-organize
Source: https://github.com/sebaperiesdigit-create/Peries-Skills-Master/tree/main/.claude/skills/aios-structure-organize
Command: npx skills add https://github.com/sebaperiesdigit-create/Peries-Skills-Master --skill aios-structure-organize-sebaperiesdigit-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Existing AIS-OS projects can end up missing baseline directories or files from the frozen starter-kit structure, and fixing them by hand risks overwriting content the user has already customized. This Skill restores only what is missing while guaranteeing nothing existing is ever overwritten, deleted, moved, or renamed. ## Core Features & Use Cases - Additive-only repair: Scans the current project against a frozen starter-kit manifest and creates only missing directories, structural files, content-mutable templates, and placeholder files. - Dry-run with explicit confirmation: Always shows a plan of missing items first and writes only after the user confirms, with rollback of anything created if the apply run fails. - Package integrity preflight: Verifies all 14 bundled templates against normalized SHA-256 hashes in manifest.json before touching the target project. - Use Case: A user's AIS-OS project lost its decisions/ folder and connections.md during a bad sync. Run the skill, review the dry-run plan listing exactly those missing items, confirm, and they are restored from frozen templates while every existing file stays untouched. ## Quick Start Type /aios-structure-organize in an AIS-OS project directory, review the dry-run plan of missing items, and confirm to create them.

Frequently Asked Questions about aios-structure-organize

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

FAQPage Schema
How do I restore missing files in an AIS-OS project without overwriting existing ones?▼

Run /aios-structure-organize from the project root. It scans against the frozen starter-kit baseline, shows a dry-run plan of only missing items, and creates them after your explicit confirmation. Existing files are never overwritten, deleted, moved, or renamed.

What is the difference between aios-structure-organize and aios-structure-validate?▼

aios-structure-validate is read-only and reports everything including drift and anti-patterns. aios-structure-organize writes, but only adds missing baseline items; it never fixes drift or removes anti-pattern folders like notes/ or tmp/.

Does aios-structure-organize run automatically or on natural language prompts?▼

No. The skill sets disable-model-invocation: true, so it only runs when the user explicitly types /aios-structure-organize. It never auto-triggers from natural language and cannot be invoked programmatically by the model.

What happens if the apply run fails partway through?▼

The script tracks every path created during that run and rolls them back, files first then directories deepest-first, never touching anything that pre-dated the run. Exit code 30 means rollback completed; 31 means manual cleanup is needed.

Why does aios-structure-organize report exit code 10 before scanning?▼

Exit code 10 means preflight failed: one of the skill's own 14 bundled templates is missing, unreadable, a reparse point, or fails its normalized SHA-256 check against manifest.json. This indicates a corrupt skill installation, not a problem with your project.