manykarim

robotframework-resource-architect

2
0
# Install this skill:
npx skills add manykarim/robotframework-agentskills --skill "robotframework-resource-architect"

Install specific skill from multi-skill repository

# Description

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.

# SKILL.md


name: robotframework-resource-architect
description: 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.


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 list
  • files: list of file paths + contents
  • warnings and suggestions

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.