npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

tdesign-vue-next-starter-skill

v1.0.8

Published

Codex skill for TDesign Starter and TDesign Vue Next.

Readme

TDesign Vue Next Starter Skill

这是一个供 Codex 使用的 skill,用于基于 TDesign Starter 和 TDesign Vue Next 构建 Vue 3 界面。

Codex skill for building Vue 3 interfaces with TDesign Starter and TDesign Vue Next.

默认优先使用内置离线 references 和本地项目文件;只有在需要最新 API、版本差异、MCP 精确组件上下文或本地资料不足时才查询网络。

By default, the skill uses bundled offline references and local project files first. Network docs or MCP are reserved for latest APIs, version differences, precise component context, or missing local evidence.

中文说明

覆盖范围

  • TDesign Starter Vue Next 项目初始化与扩展
  • TDesign Starter 页面模板、后台布局、路由权限和菜单/面包屑约定
  • TDesign Starter 官方开发规范、src/apis 请求层、src/router/modules 路由菜单、个性化布局配置和静态资源规范
  • TDesign Vue Next 组件库安装、注册、样式导入和图标接入
  • TDesign 官方 MCP 接入和组件 API 查询流程
  • 离线优先、本地项目优先的资料使用策略
  • 来自官网 overview 的 TDesign Vue Next 全量组件索引
  • 后端联动界面常见模式:CRUD 页面、请求封装、路由、权限、加载/空状态/错误状态
  • 复杂场景:大数据表格、远程 Select、动态表单、异步树、自定义上传、暗色模式、主题定制
  • 验证流程:类型检查、lint、build、本地浏览器冒烟测试

资料来源

该 skill 基于 TDesign 官方文档和 npm 包元数据整理:

组件索引已经同时对照官网 Vue Next overview 路由和 [email protected] 包内组件目录进行校验。

安装

完整安装、更新、校验和卸载步骤见 INSTALL.zh-CN.md

使用 npx 安装:

npx tdesign-vue-next-starter-skill

这个命令会把内置的 tdesign-vue-next-starter skill 安装到 Codex 的 skills 目录。安装后重启 Codex,然后就可以让 Codex 使用 $tdesign-vue-next-starter

使用方式

当你需要构建或修改 TDesign Starter / TDesign Vue Next 的 Vue 3 界面时,让 Codex 使用 $tdesign-vue-next-starter

校验

运行 skill validator:

python3 /path/to/skill-creator/scripts/quick_validate.py skills/tdesign-vue-next-starter

期望输出:

Skill is valid!

English

What It Covers

  • TDesign Starter Vue Next setup and project extension
  • TDesign Starter page templates, admin layouts, route permissions, menu and breadcrumb conventions
  • Official Starter development rules, src/apis request layer, src/router/modules route/menu config, personalized layout settings, and asset conventions
  • TDesign Vue Next component installation, registration, style imports, and icon setup
  • Official TDesign MCP setup and component API lookup workflow
  • Offline-first, local-project-first source strategy
  • Full TDesign Vue Next component index from the official overview
  • Backend-connected UI patterns for CRUD pages, request wrappers, routing, permissions, and loading/error states
  • Complex scenarios such as large tables, remote selects, dynamic forms, async trees, custom uploads, dark mode, and theme customization
  • Validation workflow with typecheck, lint, build, and browser smoke-test guidance

Sources

The skill is grounded in official TDesign documentation and npm package metadata:

The component index was cross-checked against both the official Vue Next overview routes and [email protected] package component directories.

Install

See INSTALL.md for full install, update, validation, and uninstall steps.

Install with npx:

npx tdesign-vue-next-starter-skill

This installs the bundled tdesign-vue-next-starter skill into your Codex skills directory. Restart Codex after installing, then ask Codex to use $tdesign-vue-next-starter.

Use

Ask Codex to use $tdesign-vue-next-starter when building or modifying a Vue 3 interface with TDesign Starter or TDesign Vue Next.

Validate

Run the skill validator:

python3 /path/to/skill-creator/scripts/quick_validate.py skills/tdesign-vue-next-starter

Expected result:

Skill is valid!