Login banner
ProductionMasterAI ProductionMasterAI

Login

Development community

Description

--- description: Authenticate with the Production Master hosted service via device-code (RFC 8628) login and store the session in your OS keychain. argument-hint: "[--service <url>]" allowed-tools: Bash --- Authenticate this editor with the Production Master hosted service. Login is delegated to the thin-client binary — the same `createPluginRuntime` composition root every command uses — so the session is stored exactly where `/investigate` later reads it (the OS keychain). The binary opens th

Installation

Installs to ~/.claude/skills/productionmasterai-production-master-login/SKILL.md

Terminal
mkdir -p ~/.claude/skills/productionmasterai-production-master-login && curl -fsSL https://raw.githubusercontent.com/ProductionMasterAI/production-master/HEAD/commands/login.md -o ~/.claude/skills/productionmasterai-production-master-login/SKILL.md

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

Full documentation available on GitHub

View Source Repository