dotfiles/.claude/skills/repomatic-init/SKILL.md
Bootstrap a repository with reusable workflows from kdeldycke/repomatic.
npx skillsauth add kdeldycke/dotfiles repomatic-initInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
![ -f pyproject.toml ] && echo "pyproject.toml exists" || echo "No pyproject.toml"
!ls .github/workflows/ 2>/dev/null || echo "No .github/workflows/ directory"
![ -f repomatic/__init__.py ] && echo "CANONICAL_REPO" || echo "DOWNSTREAM"
You help users bootstrap a repository to use the reusable GitHub Actions workflows from kdeldycke/repomatic.
CANONICAL_REPO, use uv run repomatic init.uvx -- repomatic init.$ARGUMENTS is empty, first analyze the project (check pyproject.toml, existing workflows, project language) and recommend which components to initialize. Then ask the user to confirm before running.$ARGUMENTS is provided, pass it through: <cmd> init $ARGUMENTS.pyproject.toml [tool.repomatic] configuration options.Suggest the user run:
/repomatic-sync to pull the latest upstream workflow changes./repomatic-lint to validate the generated files.tools
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.
documentation
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.
testing
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.
tools
Optimize GitHub topics for discoverability by analyzing competition on topic pages.