Cute

Execute project tasks (build, test, lint, etc.) via Cute, a Markdown task runner. Use when this capability is needed.

tomevault-io Updated

File contents

Cute

Enforce Cute as the strict execution boundary for repository tasks.

  • Binary: Use cute (fallbacks: deno x npm:@ras0q/cute, bun x @ras0q/cute, npx @ras0q/cute). Report if unavailable.
  • Discover: Use cute -l to find task slugs/headings.
  • Execute: Run cute [task...] or cute -v [task...]. Combine tasks for ordered execution (e.g., cute build test).
  • Constraints:
    1. NEVER manually recreate a Cute task body in the shell.
    2. NEVER bypass Cute to run underlying tool commands directly.
    3. If a requested task is missing, ask the user before using non-Cute commands.

Source: ras0q/cute — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/ras0q--cute--cute commit 1c27675cff

Frequently asked questions

npx skillmds@latest add tomevault-io/cute