sPROFFEs

PrAImate — Development skill for Claude Code

Development community

A terminal launcher for agent CLIs — Claude Code, Codex CLI, OpenCode, Gemini CLI, DeepSeek-TUI — that pairs each session with a self-contained template (mission, playbook, rules, tools, subagents, pe.

How to install PrAImate

This entry records only its repository, not the path inside it, so there is no exact command to give. Open sPROFFEs/PrAImate and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What PrAImate does

A terminal launcher for agent CLIs — Claude Code, Codex CLI, OpenCode, Gemini CLI, DeepSeek-TUI — that pairs each session with a self-contained template (mission, playbook, rules, tools, subagents, persona) and clones it into a fresh isolated chat every time you start working on something new.

Alternatives in Development

  • Petdex — A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and 4k ★
  • Agent Of Empires — Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile 3.1k ★
  • Dao Code — Open-source TypeScript terminal coding agent for DeepSeek-V4 — builds on DeepSeek's strong price-performance a 1.3k ★

README

PrAImate

PrAImate

Official source and releases: [sPROFFEs/PrAImate](https://github.com/sPROFFEs/PrAImate)

PrAImate 1.2.2 is a GUI-only desktop harness for Claude Code, OpenClaude, Codex CLI, OpenCode, and the bundled **PrAImate Code** build. It gives those CLIs one place for coding terminals, chats, reusable agents, workflows, skills, locally configured MCP servers, local-model routing, privacy controls, and optional Git backup.

PrAImate does not replace the underlying CLI or model provider. The selected CLI still performs the model request, owns its native authentication, and may keep its own session/configuration files.

Supported systems

  • Linux amd64 (release archive)
  • Windows amd64 and arm64 (release archives)
  • Linux arm64 source builds where the required native WebKitGTK toolchain is available

macOS is not a supported or published target. The old Bubble Tea TUI is no longer shipped; running `praimate` opens the desktop application.

Install

Linux:

curl -fsSL https://raw.githubusercontent.com/sPROFFEs/praimate/main/scripts/install.sh | bash

Windows PowerShell:

iwr -useb https://raw.githubusercontent.com/sPROFFEs/praimate/main/scripts/install.ps1 | iex

Useful commands:

praimate                # open the desktop application
praimate code           # launch the managed PrAImate Code CLI
praimate agent run --agent DEV-TEAM --cli praimate-code --folder /project --prompt "review this code"
praimate -check-update  # check the latest GitHub release
praimate -update        # update the installed release
praimate -version       # print version and platform

Headless agent runs are a versioned machine interface: JSON is written to stdout and diagnostics stay on stderr. Use `--output jsonl` for live events, use a protected `--prompt-file` to keep large/sensitive text out of the process list, or use `--workflow` with repeatab