examples/apps/rules_parser_pro/skills/rules_planner/SKILL.md
规则解析(人类应用示例):把自然语言规则转成结构化 plan.json。
npx skillsauth add okwinds/skills-runtime-sdk rules_plannerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
将用户提供的规则文本转成一个可审计的结构化 plan(JSON):
code_string)file_write(写入 plan.json)documentation
用结构化流程生成一篇小说:大纲→概要→分章分段→组合→一致性自检。
documentation
用结构化流程写一篇文章:明确目标→大纲→分段写作→润色→一致性与事实自检。
business
规则报告(人类应用示例):汇总输入、规则与产物清单到 report.md。
testing
规则执行(人类应用示例):根据 plan 产出 result.json,并用 shell_exec 做最小 QA。