automate-project-maintenance
Installation
SKILL.md
Automate Project Maintenance
Use this skill after the focused maintenance skills are available. Detect the repo type from local facts, not from naming guesses.
Detection
Inspect the repo before acting.
- Python signals:
pyproject.toml
- TypeScript signals:
package.json
Workflow
- Determine whether the repo is Python, TypeScript, or other.
- Run only the applicable focused skills.
- Keep remote GitHub updates preview-first.