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

@tencent-classroom/sdk-helper

v2.0.0-alpha.0

Published

TCIC SDK AI 辅助开发规则 — 代码生成、文档查询、代码诊断

Downloads

39

Readme

@tencent-classroom/sdk-helper

让 AI 帮你接入集成腾讯云实时互动-教育版 无UI-SDK 接入代码。安装后在 AI 编码工具中直接对话即可。

快速开始

pnpm add @tencent-classroom/sdk
pnpm add -D @tencent-classroom/sdk-helper
npx tcic-sdk-helper setup

完成。现在打开你的 AI 工具开始对话。

你可以这样问 AI

生成代码

"帮我写一个学生端接入,需要连麦上台和聊天功能"

AI 输出完整可运行代码:生命周期管理、stageList$ 响应式绑定远端流、错误处理、资源释放全部包含。

"写一个老师端的完整接入代码"

"我需要屏幕共享的代码片段"

查询文档

"bindRemoteView 的参数是什么?"

"TResultCode 有哪些错误码?"

"stageList$ 是什么类型?怎么订阅?"

诊断代码

"这段代码有什么问题?" + 贴你的代码

AI 逐项检查:生命周期顺序、TResult 是否检查、资源是否释放、上台权限、远端流绑定是否响应式。

获取接入参数

"我没有 token 怎么办?"

AI 会引导你通过腾讯云 API 创建用户并获取 token,提供中英文文档链接。

支持的 AI 工具

npx tcic-sdk-helper setup                  # 自动检测
npx tcic-sdk-helper setup --target cursor   # 指定工具
npx tcic-sdk-helper setup --target claude
npx tcic-sdk-helper setup --target copilot
npx tcic-sdk-helper setup --target codebuddy
npx tcic-sdk-helper setup --target generic  # Windsurf / Trae / 其他

SDK 升级后

npx tcic-sdk-helper update