ワンクリックで
formae-status
Use when the user asks about running commands, deployment progress, recent operations, command history, or what failed
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when the user asks about running commands, deployment progress, recent operations, command history, or what failed
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when the user wants to add support for a new resource type to an existing formae plugin
Use when the user wants to check for infrastructure drift, see what changed out-of-band, or absorb/overwrite out-of-band changes into their IaC codebase
Use when the user wants to bring unmanaged/discovered resources under formae management, import resources into their IaC codebase, or absorb cloud resources into existing forma files
Use when the user wants to rename a managed resource, relabel a resource, change a resource's label, or give a discovery-named resource a readable name — a rename on its own never destroys or recreates the cloud object
Use when the user wants to deploy infrastructure, apply a forma file, reconcile a stack, update a stack, or make planned infrastructure changes
Use when the user wants to start authoring formae infrastructure or deploy something NEW with formae — e.g. 'I want to deploy X with formae', 'build a k8s app with formae', 'set up infrastructure for Y', 'create a new forma file for my service', 'write formae IaC for Z'. The front door that triages where the work happens, sets up plugin schema deps, and dispatches to focused authoring skills. NOT for applying an existing forma file (use formae-apply) or operating existing infra.
| name | formae-status |
| description | Use when the user asks about running commands, deployment progress, recent operations, command history, or what failed |
Use list_commands and get_command_status MCP tools to monitor formae operations.
list_commands (optionally with a query)get_command_status with the command ID| User asks... | Tool + Query |
|---|---|
| "What's running?" | list_commands with status:in_progress |
| "Show recent commands" | list_commands (no query, defaults to 10 most recent) |
| "What failed?" | list_commands with status:failed |
| "Show my commands" | list_commands with client:me |
| "Status of cmd-123" | get_command_status with command_id: cmd-123 |
When the user asks to "watch" or "follow" a command:
get_command_status with the command IDin_progress, report current progresscompleted, failed, canceled)