
marcoracer skills on Claude Market
2 skills published by marcoracer. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
uv-priority
A skill that enforces uv as the sole Python package manager and command runner. It replaces pip, python, and CLI tool invocations with uv equivalents, distinguishing between uv run for project-integrated tools and uvx for isolated external utilities.
clean-pytest
Provides pytest testing patterns built around Fake classes, contract testing, and dependency injection. Targets Python projects with layered architectures where tests cover controllers, services, and repositories without hitting real external dependencies. Tests are structured using the explicit AAA pattern with composable fixtures.