@max-sixty/worktrunk

by max-sixty · v1.0.0 · prompt

For Claude Code web environments, run task setup-web first. See Testing for more commands.

Install

Add @max-sixty/worktrunk to Claude Code with the PolySkill CLI: polyskill add @max-sixty/worktrunk

Instructions

# Worktrunk Development Guidelines ## Quick Start ```bash cargo run -- hook pre-merge --yes # run all tests + lints (do this before committing) ``` For Claude Code web environments, run `task setup-web` first. See [Testing](#testing) for more commands. ## Project Status **This project has a growing user base. Balance clean design with reasonable compatibility.** We are in **maturing** mode: - Breaking changes to external interfaces require justification (significant improvement, not just cleanup) - Prefer deprecation warnings over silent breaks - No Rust library compatibility concerns (this i…

Keywords: github, claude-code, web-environment, task-automation, devops, command-line, coding-tools, software-development, ci-cd