Command Claude Code
Rebase the current branch on origin/main and resolve any conflicts.
Command Claude Code
Rebase the current branch on origin/main and resolve any conflicts.
Skill Claude CodeCodex
Debug the running Claudette Tauri app by executing JavaScript in the webview and reading results back. Inspect Zustand store state, trace state changes, monitor sessions long-term, run end-to-end UAT, and diagnose UI bugs in real-time. Only works in dev builds.
Skill Claude CodeCodex
Drive the running Claudette desktop app from the command line — list and create workspaces, inspect chat transcripts/tool turns/attachments, answer or approve pending agent controls, send or steer prompts to chat sessions, schedule recurring cron-style agent routines, fan out batch manifests across many workspaces…
Instructions file GitHub Copilot
Instructions for utensils/claudette: Claudette is a cross-platform desktop orchestrator for parallel Claude Code agents. It uses a Tauri 2 Rust backend, a React/TypeScript frontend, SQLite via rusqlite, Tokio process management, git worktrees, xterm.js terminals, Lua plugins, and a local CLI that talks to the running…
Instructions file GitHub Copilot
Instructions for utensils/claudette: Frontend code is React, TypeScript strict mode, Zustand, CSS modules, Vite, Bun, and Vitest. Do not use any; read the actual type definitions before constructing fixtures or Tauri payloads.
Instructions file GitHub Copilot
Instructions for utensils/claudette: When reviewing or generating a PR, explicitly look for regressions before style issues. Ask: what existing user workflow, persisted value, IPC contract, CLI command, plugin API, terminal behavior, worktree operation, or localization path could this change break?
Instructions file GitHub Copilot
Instructions for utensils/claudette: Rust code uses edition 2024, default rustfmt, and clippy with warnings denied in CI. Prefer clear ownership, explicit error handling, and small focused modules over large multi-purpose functions.
Instructions file CodexOpenCode
Instructions for utensils/claudette, a project described as: Claude's missing better half — a companion tool for Claude Code usage.
Instructions file
Instructions for utensils/claudette, covering claude.md, claudette, ai assistant configuration, documentation discipline and build & test commands.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing format-edited.sh via bash. From utensils/mold.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Skill Claude CodeCodex
Run acceptance tests on the mold TUI. Use when asked to test, verify, or UAT the TUI, or after making TUI changes that need visual verification.
Instructions file CodexOpenCode
Instructions for utensils/mold, a project described as: CLI-native local AI image and video generation for people, scripts, and agents — CUDA on Linux, Metal on macOS, plus desktop, web, TUI, iPhone, REST/SSE, and MCP.
Instructions file
Instructions for utensils/mold, covering claude.md, what mold is, commands, nix (preferred) and cargo — common loops.