robotframework-resource-architect
1
总安装量
1
周安装量
#54227
全站排名
安装命令
npx skills add https://github.com/manykarim/robotframework-agentskills --skill robotframework-resource-architect
Agent 安装分布
amp
1
opencode
1
cursor
1
codex
1
github-copilot
1
Skill 文档
Robot Framework Resource Architect
Create resource file templates and directory layout proposals. Output JSON only.
Input (JSON)
Provide input via --input or stdin. Example:
{
"project_root": ".",
"domains": ["auth", "orders"],
"libraries": ["BuiltIn", "OperatingSystem"],
"environments": ["dev", "qa"],
"resource_naming": "by-domain",
"variables_format": "resource"
}
Command
python scripts/resource_architect.py --input plan.json
Write files (optional):
python scripts/resource_architect.py --input plan.json --write
Output (JSON)
directories: planned directory listfiles: list of file paths + contentswarningsandsuggestions