Tiny Robot Skill
Doc-grounded code generation for the TinyRobot Vue AI-chat component library.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 108394d
Built the same small Vue chat panel twice: without the skill I hallucinated a `<TinyRobotChat>` component and a `from`/`text`/`@send` message schema that don't exist; following the skill's component-use.md workflow into the real bubble.md/sender.md docs produced working `TrBubbleList`/`TrSender` code with the actual `role`/`content` message shape and `submit` event -- exactly the invented-API failure mode the skill's own rules explicitly warn against.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Tiny Robot Skill does
Routes requests to the right rule file (component lookup, project setup, code generation, or kit/state usage) and forbids inventing props or components, forcing generated Vue code to come only from the bundled component docs and demos for Bubble, Sender, Container, Prompts and related TinyRobot components. Triggers when the user mentions TinyRobot/OpenTiny TinyRobot, Bubble/Sender/Prompts, or asks to build an AI chat UI with these components.
How to install Tiny Robot Skill
git clone https://github.com/opentiny/agent-skills
mkdir -p ~/.claude/skills
cp -r agent-skills/skills/tiny-robot-skill ~/.claude/skills/tiny-robot-skill
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Tiny Robot Skill
-
/tiny-robot-skillDoc-grounded code generation for the TinyRobot Vue AI-chat component library.
It also activates on plain-language prompts like these:
-
Build a chat panel with TinyRobot's Bubble and Sender components -
How do I wire up TrBubbleList and TrSender for an AI chat UI in Vue? -
What props does the TinyRobot Prompts component actually accept?
Frequently asked questions
- Is the Tiny Robot Skill skill free?
- Yes. The skill itself is free from opentiny/agent-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Tiny Robot Skill work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Built the same small Vue chat panel twice: without the skill I hallucinated a `<TinyRobotChat>` component and a `from`/`text`/`@send` message schema that don't exist; following the skill's component-use.md workflow into the real bubble.md/sender.md docs produced working `TrBubbleList`/`TrSender` code with the actual `role`/`content` message shape and `submit` event -- exactly the invented-API failure mode the skill's own rules explicitly warn against.
- What is the Tiny Robot Skill SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Tiny Robot Skill?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Tiny Robot Skill with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.