DOCUMENTATION
v0.1.0GITHUB
Runtime
05 / 074 sections

Binary & TUI

STACC ships as a Rust binary with a terminal control panel, typed install planning, metadata sync, bootstrap, and a full local check gate.

The Rust binary is the product runtime. The terminal UI is the human control surface for the same install and verification paths agents use from the CLI.

#01

Binary Surface

BINARYstacc

stacc v0.1.0 / MIT

DOCS APPv0.1.0

Root workspace v0.1.0

DESCRIPTIONCLI/TUI

Rust TUI control panel and metadata sync for stacc agent configs

helpcli
stacc
stacc --panel
stacc status --json
stacc install --editor codex --scope global --category rules --category skills --dry-run
stacc bootstrap --dry-run
stacc check
#02

TUI Segments

#01

Install

Editor, scope, conflict strategy, dry-run and write execution.

#02

Customise

Category and stack selection for rules, skills, stacks, MCPs, hooks.

#03

Hooks/MCP

Hook package and MCP server selection before install planning.

#04

Version

Git status, binary bootstrap, and the full check gate.

#05

Skills

Metadata sync and skill-origin lockfile maintenance.

#03

Installer Surface

commandsrulesagentsskillsstackhooksmcpscursor-pluginscodex-skills
Install target directories by editor and scope
ToolGlobalProject
Cursor~/.cursor/.cursor/
Claude Code~/.claude/.claude/
Codex~/.codex/.codex/
OpenCode~/.config/opencode/.opencode/
AMP Code~/.config/amp/.agents/
install helpcli
stacc install --editor ampcode --scope project --category rules --category skills --dry-run
stacc install --editor cursor --scope project --category rules --category skills --dry-run
stacc install --editor codex --scope global --category rules --category skills --category mcps --mcp-server github --yes
stacc install --editor cursor --scope project --category hooks --hook continual-learning --dry-run
#04

Docs Runtime