scripts-maintenance

Provides automated scripts for health checks, git cleanup, and workspace status reporting.

Updated May 20, 2025
One-click install
npx skills add https://github.com/flext-sh/flext --skill scripts-maintenance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scripts-maintenance
Source: https://github.com/flext-sh/flext/tree/main/.claude/skills/scripts-maintenance
Command: npx skills add https://github.com/flext-sh/flext --skill scripts-maintenance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the maintenance of codebases by providing automated tools for health checks, workspace status, git cleanup, and general operational tooling, ensuring code quality and project hygiene.

Core Features & Use Cases

  • Automated Health Checks: Run comprehensive checks on services and workspace status.
  • Git Cleanup: Safely clean up local repositories, including ignored files and stale virtual environments.
  • Documentation Management: Automate the fixing, auditing, building, generation, and validation of documentation.
  • Use Case: Before committing changes, run make check to ensure all linting, formatting, and security checks pass, and make clean to verify that cleanup targets function correctly.

Quick Start

Run the workspace hygiene check to ensure all files are properly ignored and dependencies are up to date.

Frequently Asked Questions about scripts-maintenance

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

FAQPage Schema
How do I automate codebase health checks before committing changes?

Automate codebase health checks by running `make check` to ensure all linting, formatting, and security checks pass before committing. This verifies project hygiene and code quality within your workspace.

What is the safest way to clean up local git repositories and ignored files?

Safely clean up local git repositories using provided git cleanup utilities that remove ignored files and stale environments. These scripts ensure idempotency and require explicit flags for destructive operations.

How do I automate documentation auditing and validation for my project?

Automate documentation auditing and validation using scripts that fix, build, generate, and validate docs. This ensures project documentation remains accurate and properly formatted within maintenance workflows.

Can I run workspace status reporting to check ignored files and dependencies?

Yes, you can run workspace hygiene checks to report status, ensuring all files are properly ignored and dependencies are up to date. This maintains overall project hygiene efficiently.

What are the limitations of running automated cleanup scripts on my codebase?

Automated cleanup scripts limit destructive operations by requiring explicit flags for safety. You should be cautious when cleaning stale environments or ignored files, as operations are designed to be idempotent but targeted.