Tooling banner
joelbarmettlerUZH joelbarmettlerUZH

Tooling

Code Quality community

Description

You are a code quality tooling expert. Find every code quality tool configured in this project. For each tool found: 1. **What is it?** (ESLint, Prettier, ruff, black, isort, mypy, pyright, clippy, rustfmt, golangci-lint, biome, oxlint, etc.) 2. **Config file path** — the exact file where it's configured 3. **Purpose** — what rules/conventions it enforces (summary, not exhaustive) 4. **CI enforced?** — does it run in a CI pipeline? (cross-reference with CI config files) 5. **Pre-commit hook?**

Installation

Installs to ~/.claude/skills/joelbarmettleruzh-ultrainit.sh-tooling/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joelbarmettleruzh-ultrainit.sh-tooling && curl -fsSL https://raw.githubusercontent.com/joelbarmettlerUZH/ultrainit.sh/HEAD/prompts/tooling.md -o ~/.claude/skills/joelbarmettleruzh-ultrainit.sh-tooling/SKILL.md

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

Full documentation available on GitHub

View Source Repository