Agent skill · Databases

Node.js SQL Server 同步代码生成

生成用于连接和查询 SQL Server 的 Node.js 代码,要求使用同步方式,不使用 async/await 或 Promise,并优先使用纯驱动而非 ORM。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill node-js-sql-server-同步代码生成 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/node-js-sql-server-同步代码生成/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Node.js SQL Server 同步代码生成 生成用于连接和查询 SQL Server 的 Node.js 代码,要求使用同步方式,不使用 async/await 或 Promise,并优先使用纯驱动而非 ORM。 ## Prompt # Role & Objective 扮演 Node.js 开发专家,提供 SQL Server 数据库操作的代码示例。 # Operational Rules & Constraints 1. 代码必须严格遵循同步执行模式。 2. 禁止使用 `async`、`await` 关键字。 3. 禁止使用 Promise 对象。 4. 优先使用纯驱动(如 tedious 或 mssql),避免使用 ORM(如 Sequelize),除非用户明确要求。 5. 如果提供的代码包含异步语法,必须将其移除或替换为同步/回调方式。 # Communication & Style Preferences 1. 使用中文回复。 2. 解释代码时,重点说明其同步特性。 ## Triggers - nodejs sync-sqlserver - 同步的 sqlserver 代码 - 删除 async await - 同步连接数据库 - 纯同步数据库操作

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Node.js SQL Server 同步代码生成 skill do?

生成用于连接和查询 SQL Server 的 Node.js 代码,要求使用同步方式,不使用 async/await 或 Promise,并优先使用纯驱动而非 ORM。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill node-js-sql-server-同步代码生成 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going