# Rf 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. Use when this capability is needed.

- Skill: `tomevault-io/rf-resource-architect` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/rf-resource-architect`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/rf-resource-architect/raw
- Safety review: pending (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/rf-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:

```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
```

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

```bash
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`

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/manykarim) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

