
Detect stale translations in readme.*.md and contributing.*.md files by comparing structure and content against the English source, then draft updated translations for changed sections.
Browse all global and local Claude Code config files (settings.json, settings.local.json, CLAUDE.md), audit them for issues, and percolate recurring local patterns into the global config.
Analyze a GitHub repository's issues and PRs to find unaddressed feature requests, dismissed ideas, maintenance signals, and opportunities relevant to the current project. Use when you want to scout a related or competing repo for gaps your project could fill.
Monitor CI tests and lint workflows, diagnose failures, fix code, commit, and loop until all stable jobs pass. Ignores unstable failures.
Write a bug report for an upstream project. Exhaustively reads contribution guidelines, issue templates, and community norms before producing a markdown file ready to paste.
Fill a web form using data extracted from local documents (PDFs, images, spreadsheets). Uses Claude Desktop (Cowork) with Chrome integration to read source documents and navigate/fill browser forms. Use when the user wants to automate filling an online form from document data.
Audit open PRs across multiple repos for duplicates, stale drafts, Renovate noise, and conflicts. Produces a unified priority report.
Pre-checks, release preparation, and post-release steps.
Create or update an upstream contributions page (docs/upstream.md) tracking the project's relationship with its dependencies. Discovers merged PRs, reported issues, workarounds, and declined features.
Create and export project logo/banner SVG assets to light/dark PNG variants. Covers the full lifecycle from initial design exploration through SVG creation to themed PNG export. Use when creating logos, banners, or regenerating PNG exports from SVG source files.
Audit downstream repo alignment with upstream repomatic reference, covering workflows, configs, and conventions.
Generate dependency graphs, audit pyproject.toml declarations against version policy, and explore unused dependency APIs that could simplify code.
Run workflow sync locally to preview or apply upstream changes before CI does.
Lint workflows and repository metadata, then explain issues and suggest fixes.
Optimize GitHub topics for discoverability by analyzing competition on topic pages.
Scan a release on VirusTotal and generate false positive submission instructions for flagged AV vendors.
Triage new issues and PRs on awesome-list repos by applying curation criteria distilled from past decisions.
Create or update a competitive benchmark page (docs/benchmark.md) comparing the current project against alternatives in the same space. Checks maintenance status, feature accuracy, new candidates, and badge health.
Rename documents and files (PDFs, images, screenshots, etc.) by reading their content to extract the effective/publication date, then renaming them with a "YYYY-MM-DD - Clear descriptive title.ext" format. Use when the user wants to organize files with date prefixes based on document content.
Bootstrap a repository with reusable workflows from kdeldycke/repomatic.
Draft, validate, consolidate, and fix changelog entries.
Run and write YAML test plans for compiled binaries.
Two-way comparison and synchronization of Sphinx documentation across sibling projects. Discovers discrepancies in conf.py, install.md, index.md toctree, pyproject.toml docs dependencies, extra-deps sections, readme badges, and static assets. Use when you want to align documentation structure, catch stale dependencies, or push improvements across your Sphinx-enabled repositories.