workspace-maintenance
Maintain workspace documentation hygiene and discoverability. Use when organizing markdown sprawl, updating doc indexes, archiving stale progress/status snapshots, generating dry-run cleanup candidate lists, and keeping memory/task control files aligned without deleting files automatically.
Why use this skill?
Keep your project directories organized and discoverable with the workspace-maintenance skill. Safely audit, categorize, and archive stale documentation without data loss.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/houseofjuici/workspace-maintenanceWhat This Skill Does
The workspace-maintenance skill is a sophisticated toolkit designed to preserve organizational integrity within your project directories. As projects scale, the accumulation of markdown notes, outdated snapshots, and progress logs often leads to 'documentation sprawl,' which diminishes discoverability and cognitive efficiency. This skill provides an automated, non-destructive framework to audit, categorize, and archive stale files while maintaining the visibility of critical control files. By adhering to a strict, reversible workflow, it ensures that your root directory remains clean and actionable without ever risking the permanent deletion of project assets.
Installation
To integrate this skill into your environment, use the OpenClaw terminal to run the following installation command:
clawhub install openclaw/skills/skills/houseofjuici/workspace-maintenance
This command fetches the necessary scripts and dependencies from the openclaw/skills repository, ensuring your agent has access to the specialized audit scripts required for safe directory management.
Use Cases
This skill is ideal for:
- Developers managing long-running projects with excessive documentation.
- Technical writers needing to update project indexes after significant architectural shifts.
- Teams requiring structured, versioned storage for historical progress snapshots and session-specific hygiene logs.
- Maintaining root directory cleanliness during intensive development sprints where task trackers and control files must remain constant.
Example Prompts
- "Perform a workspace maintenance cycle, move outdated snapshots to the archive, and generate the final dry-run deletion list for my review."
- "Update the project index for the new documentation categories and reconcile the task tracker with the latest session history."
- "Scan the root directory for stale progress logs and prepare a manifest for archival in the general-progress bucket."
Tips & Limitations
- The workspace-maintenance skill is inherently safe because it never performs permanent deletions; it only generates recommendations for human review.
- Always review the 'dry-run' report before finalizing any batch moves to ensure that critical files are not inadvertently archived.
- Keep identity and root-level control files as is; the skill is hard-coded to ignore these items to prevent system instability.
- Ensure your environment variables are configured correctly so the skill has read/write access to the specific archive paths within your project structure.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-houseofjuici-workspace-maintenance": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution