tiny-robot-skill
3
总安装量
2
周安装量
#58437
全站排名
安装命令
npx skills add https://github.com/opentiny/agent-skills --skill tiny-robot-skill
Agent 安装分布
cline
2
github-copilot
2
codex
2
kimi-cli
2
gemini-cli
2
cursor
2
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 document | Use case |
|---|---|
| project-setting | Install TinyRobot, import components, theme and project setup |
| component-use | Find 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