ALemonJS 跨平台聊天机器人开发的 AI 编程助手 Skill,为 AI 编码工具提供 ALemonJS 框架的完整开发知识,包括路由、Hooks、消息格式、事件系统、JSX 卡片渲染,以及 Node.js 后端通用工程常识。
支持 GitHub Copilot、Cursor、Windsurf 等主流 AI 编程助手。
将此仓库克隆到项目的 .github/skills/ 目录下:
git clone --depth=1 https://github.com/lemonade-lab/alemonjs-dev-skill .github/skills/alemonjs-dev或使用 Git Submodule 跟踪上游更新:
git submodule add https://github.com/lemonade-lab/alemonjs-dev-skill .github/skills/alemonjs-dev将此仓库克隆到项目的 .cursor/skills/ 目录下:
git clone --depth=1 https://github.com/lemonade-lab/alemonjs-dev-skill .cursor/skills/alemonjs-dev或在 .cursor/rules 中引用 SKILL.md 内容。
将此仓库克隆到项目根目录并在 .windsurfrules 中引用:
git clone --depth=1 https://github.com/lemonade-lab/alemonjs-dev-skill .windsurf/skills/alemonjs-devnpm create alemonjs@latest -y
cd alemonjs
npm install yarn -g --registry=https://registry.npmmirror.com
yarn install- 升级相关依赖到最新
npm install alemonjs -g --registry=https://registry.npmmirror.com
alemonc upgrade