agentsclimarketplace

Tiny vue skill

Skill opentiny/agent-skills/skills/tiny-vue-skill

当使用 TinyVue 组件库(@opentiny/vue)进行开发时或者配置 TinyVue 工程的国际化,主题配置,表单校验说明,自动导入组件等,一定要阅读本技能。本技能提供严格的 API 文档和示例,以及如何查找流程以及代码规范。From its SKILL.md

Install
npx -y skills add opentiny/agent-skills --skill tiny-vue-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 19 stars19 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.0 KB, 873 tokens by cl100k_base, as published. Nobody here has run it

TinyVue 组件库开发助手

本技能提供 TinyVue 组件库的完整开发资源,包括组件目录、API 文档、示例代码和工程配置指南,帮助用户快速生成符合规范的代码

  • 组件库对应的依赖包为@opentiny/vue
  • 图标库对应的依赖包为@opentiny/vue-icon
  • 组件库的样式依赖包为 @opentiny/vue-theme
  • 组件库的公共逻辑包为 @opentiny/vue-renderless
  • 组件库的公共函数包为 @opentiny/utils
  • 组件库的公共 hook 包为 @opentiny/vue-hooks
  • 组件库的公共指令包为 @opentiny/vue-directive
  • 组件库的国际化包为: @opentiny/vue-locale

使用时机

  • 使用 TinyVue 组件库开发应用
  • 配置项目主题、国际化等工程设置
  • 查询组件 API 文档和示例代码
  • 编写符合 TinyVue 最佳实践的代码

核心组件概览

  • Layout (布局): 优先使用该组件进行页面布局。通过嵌套 Row (行) 和 Col (列) 实现栅格布局。
  • Grid (表格): 用于大规模数据的展示、分页、过滤、排序及直接修改。
  • Form (表单): 用于数据录入和校验,提供丰富的表单选项, FormFormItem要配合使用。
  • Input (输入框): 用于单行或多行的文本输入。
  • Icon (图标): TinyVue 的图标使用方式与业界不同。图标均为函数(如 IconEdit()),需在组件中执行后方能渲染。

目录结构

./menu.md      - 所有组件的名称索引和指令名称索引
./webdoc/      - 工程配置文档(安装、引入、i18n、主题等)
./apis/        - 组件 API 文档(属性、事件、插槽、类型)
./demos/       - 组件示例代码源码
./rules/       - 查找和使用规范

使用方法

根据任务类型,查阅对应的规则文档并严格遵循规范:

规则文档适用场景
project-setting安装 TinyVue、引入组件、配置国际化、主题、深色模式
component-use查找组件 API 文档和示例代码源码, 查找指令的示例代码

重要约束

  • 严格遵循工程文档和组件 API 规范
  • 严禁使用其他开源库信息猜测 TinyVue 组件用法
  • 查找组件信息必须按顺序进行:组件名 → API 文档 → 示例代码
  • 在 Vue 的模板中引用组件时,组件名前缀使用 tiny-, 比如 <tiny-button> </tiny-button>
  • 不要使用业务组件

What ships with it: 4008 files

8358.5 KB alongside SKILL.md, 278 of them executable

3968 more files not listed here. See all 4008 in the repository.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.