tiny-robot-skill

TinyRobot component library **code generation** and **implementation guidance**. Use when analyzing, planning, or generating TinyRobot (AI chat UI) components. This skill provides API constraints, doc/example lookup flow, and code conventions.

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 "tiny-robot-skill" with this command: npx skills add opentiny/agent-skills/opentiny-agent-skills-tiny-robot-skill

TinyRobot Component Library Assistant

This skill provides TinyRobot component library resources: component index, docs, and demo code, to help generate compliant code quickly.

When to use

  • Developing with TinyRobot component library (AI chat UI components)
  • Configuring project theme and other setup
  • Looking up component docs and demo code
  • Writing code that follows TinyRobot best practices

Directory structure

./themeConfig.ts - Sidebar/menu index from source (sharedSidebarItems = guide + components + tools)
./src/           - Markdown docs: components (src/components/), guide (src/guide/), tools (src/tools/), examples, migration
./demos/         - Demo source code per component (from source docs/demos)
./rules/         - Lookup and usage rules

How to use

Follow the rule docs for the task:

Rule documentUse case
project-settingInstall TinyRobot, import components, theme and project setup
component-useFind component docs and demo code

Constraints

  • Follow project and component API docs strictly
  • Do not guess TinyRobot usage from other libraries
  • Look up in order: component name → API/docs → demo code

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.

Coding

tinyvue-develop-helper

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

tiny-vue-skill

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

vercel-react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Repository Source
23K212.8K
vercel