project-maintainer
This skill performs a complete health check on projects following the Open Source Framework pipeline. It verifies phase gates, syncs task tracking across multiple sources, identifies stale content and broken links, and surfaces exactly what needs attention next. Use it for maintenance checks, progress updates, or whenever you need clarity on project status.
project-maintainer audits your open-source project across all framework phases, reconciles task tracking, and reports what to do next.
AI-generated summary based on this skill's SKILL.md
Install
Pratiyush/llm-wiki/project-maintainer · repository language: Python
git clone https://github.com/Pratiyush/llm-wiki
cp -r llm-wiki/.claude/skills/project-maintainer ~/.claude/skills/project-maintainerFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does project-maintainer do in a health check?
project-maintainer performs a complete health check on projects following the Open Source Framework pipeline. It verifies phase gates, syncs task tracking across multiple sources, identifies stale content and broken links, and surfaces exactly what needs attention next. Use it for maintenance checks, progress updates, or whenever you need clarity on project status.
Can project-maintainer help me maintain the project?
Yes. project-maintainer is designed to help you maintain projects by running a full audit across phases, tasks, and deliverables. It reconciles and syncs task tracking between multiple sources, verifies current phase gate completion and readiness to advance, and identifies stale content, broken links, and outdated entries that need updating.
How do I check stale entries and broken links?
project-maintainer flags stale content, broken links, and outdated entries as part of its comprehensive audit. When you run a health check or maintenance scan, it surfaces these issues so you can prioritize cleanup and updates to keep your project documentation and tracking current.
Can I use project-maintainer to reconcile tasks?
Yes. project-maintainer reconciles and syncs task tracking between multiple sources, including GitHub and other task management systems. This ensures your project's task data stays consistent across all platforms and helps you maintain a single source of truth for project work.
How does project-maintainer verify I can move to the next phase?
project-maintainer verifies current phase gate completion and readiness to advance by auditing all deliverables and tasks within your current phase. It checks whether phase gate criteria are met before you move forward, helping you confirm you're ready to transition to the next stage of your project.
What's the license for project-maintainer?
project-maintainer is released under the MIT license, making it free to use, modify, and distribute in both open source and commercial projects.
SKILL.md
rendered from the published skill — quoted content, verbatim
project-maintainer
What this skill does
The Maintainer owns the full Open Source Framework v4.1 pipeline on a project. Given the current repo state, it:
- Audits phase gates — are we in the right phase? Are the deliverables for the current phase complete?
- Reconciles task tracking — keeps
tasks.md,_progress.md, and GitHub issues in sync (the framework's "dual-tracking" rule). - Runs stale checks — flags content, links, and claims older than the stale threshold.
- Triggers CI — re-runs the privacy grep, performance budget check, and link checker.
- Reports next action — tells the user exactly what to do next and why.
It works for any project that follows the framework — not just
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
.claude/skills/project-maintainer/SKILL.md