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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "robotframework-resource-architect" with this command: npx skills add manykarim/robotframework-agentskills/manykarim-robotframework-agentskills-robotframework-resource-architect

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

Overwrite existing files (by default existing files are skipped):

python scripts/resource_architect.py --input plan.json --write --overwrite

Output (JSON)

  • directories: planned directory list
  • files: list of file paths + contents
  • warnings and suggestions

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

robotframework-appium-skill

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

robotframework-selenium-skill

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

robotframework-testcase-builder

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

robotframework-browser-skill

No summary provided by upstream source.

Repository SourceNeeds Review