Agent Skills
› statewright/statewright
› statewright
statewright
GitHub用于启动、停止或管理 statewright 工作流。通过执行脚本查找并激活工作流,强制调用 MCP 工具以开始执行策略约束。
Trigger Scenarios
需要启动或管理 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


