housekeeping

Audit repositories for stale documentation, unused dependencies, and scattered structure.

3|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/lidessen/moniro --skill housekeeping-lidessen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: housekeeping
Source: https://github.com/lidessen/moniro/tree/main/skills/housekeeping
Command: npx skills add https://github.com/lidessen/moniro --skill housekeeping-lidessen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams maintain healthy project structure by organizing documentation, dependencies, and code structure, preventing entropy and drift across repositories.

Core Features & Use Cases

  • Documentation organization and governance to keep onboarding fast and consistent.
  • Dependency cleanup and inventory to minimize bloating and security risk.
  • Directory structure improvements and safe reorganization to enhance navigability.
  • Debt tracking and infrastructure hygiene to reduce ongoing maintenance burden.
  • Real-world use cases include onboarding new contributors, accelerating refactors, and stabilizing long-lived projects.

Quick Start

Start by auditing your repository for stale docs, unused dependencies, and scattered structure, then implement a lightweight housekeeping pass to organize what remains.

Frequently Asked Questions about housekeeping

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

FAQPage Schema
How do I organize documentation and reduce tech debt in a monorepo?

To reduce tech debt in a monorepo, this skill audits stale documentation, inventories unused dependencies, and improves directory structure to prevent entropy and drift across repositories.

What is the best way to audit unused dependencies and infrastructure drift?

Auditing unused dependencies and infrastructure drift involves running lightweight housekeeping passes that inventory bloated packages and track structural inconsistencies. The skill applies lifecycle policies and optional scripts to minimize security risks and ongoing maintenance burden.

Can I integrate project housekeeping and governance into CI workflows?

Yes, project housekeeping and governance can be integrated into CI workflows. The skill supports integration with CI workflows to enforce directory structure improvements, dependency cleanup, and documentation governance automatically during development cycles.

Does this approach work for onboarding new contributors to multi-repo projects?

Yes, this approach works for onboarding new contributors to multi-repo projects. It organizes documentation and code structure to keep onboarding fast and consistent, applying governance scripts and audits to stabilize long-lived projects.

When should I run a directory structure reorganization and dependency cleanup?

You should run a directory structure reorganization and dependency cleanup during refactors, onboarding, and tech-debt sprints. These housekeeping passes reduce entropy, enhance navigability, and minimize bloating across repositories.