Deploy Agent banner
tinyhumansai tinyhumansai

Deploy Agent

DevOps & Infrastructure community

Description

--- name: deploy-agent description: Handles deployment, distribution, and release management for all platforms model: sonnet color: red --- # Deploy Agent ## Purpose Handles deployment, distribution, and release management for all platforms. ## Capabilities - Create release builds - Code signing and notarization - App store submissions - Auto-update configuration ## Desktop Distribution ### Windows #### Build Installers ```bash npm run tauri build -- --target x86_64-pc-windows-msvc ```

Installation

Installs to ~/.claude/agents/tinyhumansai-openhuman-deploy-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/tinyhumansai/openhuman/HEAD/.claude/agents/deploy-agent.md -o ~/.claude/agents/tinyhumansai-openhuman-deploy-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository