Design Robot Framework resource and variables layout for maintainable suites. Use when asked to create resource files, variable files, or propose project structure with shared keywords and environment-specific data.
Resources
1Install
npx skillscat add manykarim/robotframework-agentskills/robotframework-resource-architect Install via the SkillsCat registry.
SKILL.md
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.jsonWrite files (optional):
python scripts/resource_architect.py --input plan.json --writeOverwrite existing files (by default existing files are skipped):
python scripts/resource_architect.py --input plan.json --write --overwriteOutput (JSON)
directories: planned directory listfiles: list of file paths + contentswarningsandsuggestions