Install in Claude Code
Copygit clone --depth 1 https://github.com/cuga-project/cuga-agent /tmp/cuga-contributor-workflows && cp -r /tmp/cuga-contributor-workflows/.cursor/skills/cuga-contributor-workflows ~/.claude/skills/cuga-contributor-workflowsThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# CUGA contributor workflows Detect mode from the user message, then follow the matching companion: | Mode | Triggers | Companion | |---|---|---| | Commit | commit, conventional commits | [commit.md](commit.md) | | Create PR | create PR, pull request, open a PR | [create-pr.md](create-pr.md) | | Ruff | ruff check, ruff format, lint/format Python | [ruff-check.md](ruff-check.md) | If multiple modes are requested, run them in a sensible order (ruff → commit → PR) unless the user specifies otherwise. ## Shared rules - Use `uv` for Python tooling and `gh` for GitHub. - Work against upstream `origin` for remotes/PRs. - No promotional footers in commits or PR bodies. - Follow repo conventions (Conventional Commits, DCO expectations when committing).
More from this repository