Orgx Status banner
useorgx useorgx

Orgx Status

Development community

Description

--- description: Get an OrgX initiative pulse after the user requests a status snapshot. allowed-tools: mcp__plugin_orgx-claude-code-plugin_orgx__get_initiative_pulse --- Call `get_initiative_pulse` once after the user invokes this command and summarize: - initiative progress - active blockers - active work - pending decisions Use only the result returned by this command's current MCP call. Do not reuse an earlier command result as current organizational authority. If the current call reports

Installation

Installs to ~/.claude/skills/useorgx-orgx-claude-code-plugin-orgx-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/useorgx-orgx-claude-code-plugin-orgx-status && curl -fsSL https://raw.githubusercontent.com/useorgx/orgx-claude-code-plugin/HEAD/commands/orgx-status.md -o ~/.claude/skills/useorgx-orgx-claude-code-plugin-orgx-status/SKILL.md

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

Full documentation available on GitHub

View Source Repository