scaffold-hygiene

Detect scaffolding drift across WRFCoin repos and file GitHub issues.

1|Updated May 9, 2026
One-click install
npx skills add https://github.com/tonykoop/claude-skills --skill scaffold-hygiene
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-hygiene
Source: https://github.com/tonykoop/claude-skills/tree/main/plugins/coding/skills/scaffold-hygiene
Command: npx skills add https://github.com/tonykoop/claude-skills --skill scaffold-hygiene

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolding hygiene sweep across WRFCoin repos. Checks for drift between build/test/deploy scripts, docs, CI workflows, env vars, Docker configs, cross-repo API contracts, and operator guides. Fires 4 parallel sub-agents, files GitHub issues for real drift, and writes a timestamped report.

Core Features & Use Cases

  • Orchestrates four parallel inspection agents to surface drift and blockers
  • Generates a timestamped report and files GitHub issues for real findings
  • Applies across the WRFCoin workspace to keep docs, configs, and scripts in sync

Quick Start

Run the scaffold hygiene sweep across the WRFCoin workspace to generate the drift report.

Frequently Asked Questions about scaffold-hygiene

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

FAQPage Schema
How do I detect scaffolding drift across multiple repos before a testnet relaunch?

To detect scaffolding drift before a testnet relaunch, run an automated hygiene sweep that orchestrates parallel inspection agents to compare build, test, deploy, and CI configurations across your workspace. It validates workspace integrity and surfaces blockers by filing GitHub issues for real drift findings.

What is the best way to automate drift detection between CI workflows and Docker configs?

The best way to automate drift detection between CI workflows and Docker configs is to run a scaffolding hygiene pass that coordinates four parallel sub-agents across your repos. It checks for mismatches in docs, env vars, and cross-repo API contracts, then generates a timestamped report of the findings.

When do I need to run a scaffolding hygiene sweep across my workspace?

You need to run a scaffolding hygiene sweep during sprint closeouts, before testnet relaunches, after large PR waves, or any time drift is suspected. This ensures docs, configs, and scripts stay in sync across the workspace and surfaces blockers before they impact deployments.

Can I automate GitHub issue creation for cross-repo API contract drift?

Yes, you can automate GitHub issue creation for cross-repo API contract drift by running a scaffolding hygiene pass. It orchestrates parallel inspection agents that validate workspace integrity and automatically file GitHub issues for any real drift detected between repos.

Does the scaffolding hygiene pass work without external dependencies?

Yes, the scaffolding hygiene pass operates without external dependencies. It orchestrates four parallel internal sub-agents to inspect docs, configs, and scripts, validates workspace integrity independently, and outputs a timestamped report alongside filed GitHub issues.

Why should I use parallel sub-agents for build and deploy script drift detection?

You should use parallel sub-agents for build and deploy script drift detection to efficiently surface blockers across a large workspace. Coordinating four parallel agents validates workspace integrity and identifies mismatches faster than sequential checks, ensuring real findings are filed as GitHub issues.