marino39

Workflow Maintenance — Productivity skill for Claude Code

Productivity community

Recurring workflow maintenance — capture live self-improvements, curate learnings, check trunk health.

How to install Workflow Maintenance

Installs to ~/.claude/skills/marino39-software-developer-workflows-workflow-maintenance/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marino39-software-developer-workflows-workflow-maintenance && curl -fsSL https://raw.githubusercontent.com/marino39/software-developer-workflows/HEAD/commands/workflow-maintenance.md -o ~/.claude/skills/marino39-software-developer-workflows-workflow-maintenance/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Workflow Maintenance does


description: Recurring workflow maintenance — capture live self-improvements, curate learnings, check trunk health. Idempotent; safe to schedule headless (cron or routine).

Workflow Maintenance: $ARGUMENTS

Run the three checks below in order. Each check reports; only check 1 may commit. `$ARGUMENTS` is an optional space-separated list of repo paths for check 3. End with the summary. Nothing here asks the human a question — this command must complete unattended.

1. Capture sync

1

Alternatives in Productivity

  • Jobs — Create, list, edit, or delete cron jobs 1.3k ★
  • Pi Subagents — Claude Code like Sub-Agents & Workflow Orchestration for Pi — parallel execution, live widget, fleet view, cus 967 ★
  • Maestro Knowhow — Intent-driven knowhow precipitation — describe what you want to capture (记一个关于X的决策 / 保存这段代码模板 / 写个部署配方 / 存个调试技 530 ★

Full documentation available on GitHub

View Source Repository