project-toolbox

Routes repository housekeeping and drift-detection sweeps to packaged workflow documents.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/project-standards --skill project-toolbox-l3digitalnet
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-toolbox
Source: https://github.com/L3DigitalNet/project-standards/tree/main/.agents/skills/project-toolbox
Command: npx skills add https://github.com/L3DigitalNet/project-standards --skill project-toolbox-l3digitalnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Repositories accumulate debris over time — dead branches, stale caches, orphaned files, drifting dependencies — and their actual state often diverges from what their standards, configuration, and documentation claim. This Skill routes you to the right cross-cutting workflow document so periodic sweeps follow a proven checklist instead of ad-hoc guesswork. ## Core Features & Use Cases - Workflow Routing: Chooses between the repository housekeeping sweep and the drift-detection sweep based on your stated goal, then directs you to the authoritative workflow document. - Housekeeping Sweep: Clears dead branches and worktrees, stale caches, drifting dependencies, orphaned files, stale docs, abandoned issues and pull requests, and unhealthy CI. - Drift Detection: Verifies the repository's actual state matches what its standards, configuration, and documentation claim, catching drift that green CI gates miss. - Use Case: Before a quarterly release, ask for a repository health check; the Skill routes you to the housekeeping workflow, which reads .standards/config.toml, folds in each installed standards package's gates, and walks its checklist in order. ## Quick Start Ask the agent to run a repository housekeeping sweep or check whether the repo's actual state still matches its documented standards, then follow the workflow document it routes to.

Frequently Asked Questions about project-toolbox

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

FAQPage Schema
How do I run a repository housekeeping sweep?▼

Invoke the project-toolbox skill and state that you want a periodic cleanup. It routes you to the repo-housekeeping workflow document, which you follow checklist by checklist to clear dead branches, stale caches, orphaned files, and abandoned issues.

How do I check if my repository matches its documented standards?▼

Use the drift-detection workflow routed by this skill. It compares the repository's actual state against what its standards, configuration, and documentation claim, surfacing drift that passing CI gates typically miss.

Should I run housekeeping or drift detection first?▼

Run housekeeping first when both apply. It removes debris that would otherwise be reported as drift, so the drift-detection sweep then reports only genuine inconsistencies between actual and documented state.

Does project-toolbox modify my repository automatically?▼

No. The package ships documents only — no scripts, executables, or binaries. It plans and finds work; every fix a sweep produces is an ordinary change you make, review, and commit yourself.

Does project-toolbox require other standards packages installed?▼

No. It requires no other standards package. Each workflow reads .standards/config.toml to fold in any installed packages' gates, and with none installed both workflows degrade to their generic checks and still apply.