Agent Skills
› statewright/statewright
› statewright
statewright
GitHub管理 statewright 工作流的生命周期。通过执行脚本启动、停止或管理工作流,并在检测到工作流时自动调用 MCP 工具激活它。
Trigger Scenarios
用户要求启动或停止 statewright 工作流
需要管理 statewright 工作流程状态
Install
npx skills add statewright/statewright --skill statewright -g -y
SKILL.md
Frontmatter
{
"name": "statewright",
"arguments": "[command] [workflow]",
"description": "Start, stop, or manage statewright workflows",
"allowed-tools": "Bash(*)",
"user-invocable": true
}
!bash ${CLAUDE_SKILL_DIR}/run.sh $ARGUMENTS
IMPORTANT: If the output above says a workflow was found, you MUST call the statewright_load_workflow MCP tool with that workflow name to activate it. This is the ONLY way to start enforcement. Do this immediately without asking.
Version History
- a1366c4 Current 2026-07-24 12:22


