Agent skill
robotframework-resource-architect
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.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/robotframework-resource-architect
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:
json
{
"project_root": ".",
"domains": ["auth", "orders"],
"libraries": ["BuiltIn", "OperatingSystem"],
"environments": ["dev", "qa"],
"resource_naming": "by-domain",
"variables_format": "resource"
}
Command
bash
python scripts/resource_architect.py --input plan.json
Write files (optional):
bash
python scripts/resource_architect.py --input plan.json --write
Output (JSON)
directories: planned directory listfiles: list of file paths + contentswarningsandsuggestions
Didn't find tool you were looking for?