| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Agent skill that teaches AI coding agents to drive robotcode properly in Robot Framework projects.
With this plugin, your AI coding agent uses robotcode like an experienced Robot Framework engineer — picking the right command for the task and honoring your project's profiles. Instead of guessing, it tries things interactively, looks keywords up against your installed libraries, runs your suites, inspects finished runs, and analyzes the project for issues. Things you can ask:
Add the parent marketplace once, then install this plugin from it:
# Claude Code
claude plugin marketplace add robotcodedev/robotframework-agent-plugins
claude plugin install robotcode@robotframework-agent-plugins
# GitHub Copilot CLI
copilot plugin marketplace add robotcodedev/robotframework-agent-plugins
copilot plugin install robotcode@robotframework-agent-pluginsFor Codex, VS Code Copilot Chat, and other Open-Plugins-compliant agents, see the marketplace README.
Using the RobotCode VS Code extension? It already bundles this plugin via contributes.chatPlugins — no separate install needed for VS Code Copilot Chat.
Without the marketplace. The skill content is plain Markdown, so any agent that loads skill folders from a known directory can use it directly. For Claude Code:
git clone --depth 1 https://github.com/robotcodedev/robotframework-agent-plugins
cp -r robotframework-agent-plugins/plugins/robotcode/skills/robotcode ~/.claude/skills/Other agents have analogous skill directories — consult their docs. The trade-off is that updates won't flow through plugin marketplace update; you re-pull manually.
claude plugin marketplace update # or your agent's equivalentThe marketplace robotcodedev/robotframework-agent-plugins is the source of truth. Pull requests welcome — see the marketplace CONTRIBUTING notes.
Apache-2.0 — see LICENSE.
| Back | FazBrowse Home | New Git URL |