project-tidy

Consolidate human docs and agent tracking files into docs/ and agent/ directories.

10|3|Updated May 26, 2026
One-click install
npx skills add https://github.com/agentik-os/OmegaOS --skill project-tidy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-tidy
Source: https://github.com/agentik-os/OmegaOS/tree/main/skills/project-tidy
Command: npx skills add https://github.com/agentik-os/OmegaOS --skill project-tidy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Range un projet pollué par le sprawl des agents IA — regroupe la doc humaine dans docs/ et le tracking/junk agent visible dans agentic/, réécrit CLAUDE.md/AGENTS.md pour définir où va chaque fichier (les futurs agents s'y conforment), propose la suppression du périmé et signale les incohérences doc↔app. Ne touche JAMAIS au code, aux dotfolders système (.git/.planner/.audit/.oracles…), ni au canon (vision/PRD/feature/step).

Core Features & Use Cases

  • Consolide la documentation humaine dans docs/ et regroupe les artefacts de suivi visibles dans agentic/.
  • Réécrit CLAUDE.md et AGENTS.md pour clarifier où écrire chaque type de fichier et comment les futurs agents s'y conforment.
  • Détecte les éléments périmés et signale les incohérences entre la documentation et l'application.
  • Protège le code et les dotfolders système en garantissant qu'ils ne sont pas déplacés ou modifiés.

Quick Start

Lancez tidy-scan.sh sur le projet pour obtenir le plan, puis appliquez tidy-apply.sh --apply pour exécuter le rangement.

Frequently Asked Questions about project-tidy

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

FAQPage Schema
How do I consolidate scattered AI agent project documentation and reduce file sprawl?

To consolidate scattered AI agent project documentation, run a scan script to generate a tidy plan, then apply it to regroup human docs into docs/ and agent tracking into agentic/. This reduces file sprawl by ensuring consistent placement across the repository.

What is the best way to rewrite CLAUDE.md and create AGENTS.md for repository maintenance?

Rewriting CLAUDE.md and creating AGENTS.md establishes strict routing rules for future AI agents. The scripts automatically generate these files to define where each document type belongs, enforcing consistent repository maintenance and preventing future documentation sprawl.

Can I use project tidy scripts to organize files without modifying my source code?

Yes, you can organize files without modifying source code because the tidy scripts explicitly protect code and system dotfolders. They guarantee no edits or moves occur to application code, .git, or other system directories during the documentation consolidation process.

How do I detect outdated documentation and inconsistencies between my app and docs?

To detect outdated documentation and app inconsistencies, execute the repository scan script. It identifies obsolete elements and signals mismatches between human documentation and the actual application, ensuring your project records remain accurate and aligned.

Does the project tidy automation work with OmegaOS-style repositories and canon references?

Yes, the project tidy automation works specifically with OmegaOS-style repositories. It handles scattered canon references and agentic tracking while preserving the canon itself, ensuring vision, PRD, and feature files remain untouched during consolidation.