skills-readme-alignment-maintainer
Skills README Alignment Maintainer
Run deterministic README standards maintenance for *-skills repositories in a workspace.
Inputs
Pass runtime inputs from the calling prompt:
--workspace <path>--repo-glob <pattern>(default:*-skills)--exclude <path>(repeatable)- optional
--apply-fixes - optional
--md-out,--json-out
Workflow
- Run pass 1 audit with
scripts/readme_alignment_maintainer.py. - Review profile assignments and issue categories.
- If bounded remediation is desired, run pass 2 with
--apply-fixes. - Re-check touched repos (handled by script).
- Report Markdown and JSON outputs.
Commands
Audit only:
uv run python scripts/readme_alignment_maintainer.py \
--workspace ~/Workspace \
--repo-glob '*-skills' \
--print-md \
--print-json
Audit and bounded fixes:
uv run python scripts/readme_alignment_maintainer.py \
--workspace ~/Workspace \
--repo-glob '*-skills' \
--apply-fixes \
--md-out /tmp/readme-alignment-report.md \
--json-out /tmp/readme-alignment-report.json
Fail when unresolved issues remain:
uv run python scripts/readme_alignment_maintainer.py \
--workspace ~/Workspace \
--repo-glob '*-skills' \
--apply-fixes \
--fail-on-issues
Safety Rules
- Never commit changes automatically.
- Edit README files only.
- Never edit source code, manifests, lockfiles, CI files, or AGENTS.md.
- Apply only bounded heading/schema/discoverability insertions and bootstrap README creation.
- Keep diffs minimal and preserve existing style where possible.
Profile Model
Use references/profile-model.md:
- public curated repos: enforce full schema including
## Customization Workflow Matrix,## Install individually by Skill or Skill Pack,## Update Skills, wrapped discoverability sections (## More resources for similar Skillswith required nested###subsections), and## Keywords - private/internal repos: keep concise, omit growth-only sections
- bootstrap repos: allow initial README creation with minimal complete structure
Output Contract
The script emits:
- Markdown summary of run context, profile assignments, issues, fixes, remaining issues, and errors.
- JSON report containing:
run_contextrepos_scannedprofile_assignmentsschema_violationscommand_integrity_issuesfixes_appliedpost_fix_statuserrors
Use JSON for automation integration and Markdown for operator review.
Automation Templates
Use $skills-readme-alignment-maintainer in automation prompts.
For ready-to-fill Codex App and Codex CLI templates, use:
references/automation-prompts.md
References
- Profile mapping:
references/profile-model.md - Required sections by profile:
references/section-schema.md - Voice and style rules:
references/style-rules.md - Discoverability requirements:
references/discoverability-rules.md - Verification checklist:
references/verification-checklist.md - Seed standards artifacts:
references/seed-artifacts.md - Automation prompt templates:
references/automation-prompts.md
More from gaelic-ghost/productivity-skills
project-workspace-cleaner
Scan workspace repositories for cleanup opportunities using a read-only hygiene audit. Use when users ask to detect build/cache artifact buildup, stale large transient files, and prioritized cleanup chores by repository and directory.
161project-docs-maintainer
Maintain `*-skills` README standards and checklist-style roadmap docs through one canonical maintenance entrypoint. Use when a repo needs profile-aware README maintenance, checklist roadmap validation or migration, or a bounded audit-first doc workflow with Markdown and JSON reporting.
66things-digest-generator
Generate a week-ahead Things planning digest with recent activity, upcoming deadlines, and concrete next actions. Use when users request Things check-ins, weekly planning summaries, or prioritized planning recommendations.
28things-reminders-manager
Manage Things reminders and todo create/update requests with a deterministic MCP workflow that prevents duplicate tasks and date mistakes. Use when users ask to add, reschedule, or correct Things reminders, especially with relative dates or potential update-vs-create ambiguity.
13speak-with-profile
Profile-aware speech workflow for narrated notes, spoken drafts, audio summaries, accessibility reads, and other text-to-speech tasks. Use when one front-door workflow should resolve voice profiles, enforce disclosure, and apply manifest tracking before delegating to built-in `$speech` or a deterministic local CLI path.
12project-roadmap-manager
Create and maintain a repository-root ROADMAP.md as the single source of truth for project milestones and accepted plans. Use when bootstrapping any new project, accepting/completing a plan, defining or updating milestone/version roadmaps, marking milestones as reached/changed/de-scoped, or answering where roadmap and milestone status should be referenced.
12