Curated Codex skills for productivity workflows, maintenance automation, and operational hygiene.
This repository helps users and agents run recurring maintenance tasks with consistent guardrails and predictable outputs.
docs-alignment-maintainer- Use when you need workspace-wide docs drift checks and bounded docs fixes.
- Helps by producing deterministic Markdown/JSON findings with safe remediation options.
skills-readme-alignment-maintainer- Use when you need profile-aware README standards maintenance across
*-skillsrepos. - Helps by normalizing structure and command integrity without touching code files.
- Use when you need profile-aware README standards maintenance across
project-roadmap-manager- Use when you need a canonical
ROADMAP.mdworkflow for milestones and accepted plans. - Helps by keeping project planning state explicit and current.
- Use when you need a canonical
workspace-cleanup-audit- Use when you need a read-only cleanup audit across workspace repos.
- Helps by identifying artifact buildup and cleanup priorities.
things-week-ahead-digest- Use when you want weekly planning summaries from Things data.
- Helps by surfacing priorities and actionable next steps.
things-mcp-reminder-wrapper- Use when you need deterministic create/update reminder handling in Things via MCP.
- Helps by normalizing relative dates, checking auth early, and preventing accidental duplicate tasks.
Use the Vercel skills CLI against this repository to install any skill directory you want to use. Or install them all conveniently with one command.
# Install your choice of skill(s) interactively via the Vercel `skills` CLI
# Using `npx` fetches `skills` without installing it on your machine
npx skills add gaelic-ghost/productivity-skillsThe CLI will prompt you to choose which skill(s) to install from this repo.
# Install all skills from this repo non-interactively
npx skills add gaelic-ghost/productivity-skills --allnpx skills add gaelic-ghost/productivity-skills --skill docs-alignment-maintainer
npx skills add gaelic-ghost/productivity-skills --skill skills-readme-alignment-maintainer
npx skills add gaelic-ghost/productivity-skills --skill project-roadmap-manager
npx skills add gaelic-ghost/productivity-skills --skill workspace-cleanup-audit
npx skills add gaelic-ghost/productivity-skills --skill things-week-ahead-digest
npx skills add gaelic-ghost/productivity-skills --skill things-mcp-reminder-wrapper# Check for available updates to installed Skills
npx skills check
# Update installed Skills
npx skills updateFind Skills like these with the skills CLI by Vercel — vercel-labs/skills
npx skills find "workspace maintenance codex"
npx skills find "readme alignment skill"
npx skills find "productivity automation"Find Skills like these with the Find Skills Skill by Vercel — vercel-labs/agent-skills
# `Find Skills` is a part of Vercel's `agent-skills` repo
npx skills add vercel-labs/agent-skills --skill find-skillsThen ask your Agent for help finding a skill for "" or ""
- Skills catalog: skills.sh
.
├── README.md
├── LICENSE
├── docs-alignment-maintainer/
├── skills-readme-alignment-maintainer/
├── project-roadmap-manager/
├── workspace-cleanup-audit/
├── things-week-ahead-digest/
└── things-mcp-reminder-wrapper/
- Each skill includes
references/automation-prompts.mdtemplates for Codex App and Codex CLI automation usage. docs-alignment-maintaineris docs-focused only; AGENTS maintenance is intentionally out-of-scope.
Codex skills, productivity automation, docs alignment, README alignment, workspace cleanup, roadmap maintenance, Things planning, Things reminders, task deduplication.
Apache License 2.0. See LICENSE.