Agent skill

公司文件命名规范生成

根据用户指定的特定格式规则,生成公司文件的初始名称或更新后的名称,确保符合版本控制和人员标识要求。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 公司文件命名规范生成 --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/chinese_gpt3.5_8/公司文件命名规范生成/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

# 公司文件命名规范生成 根据用户指定的特定格式规则,生成公司文件的初始名称或更新后的名称,确保符合版本控制和人员标识要求。 ## Prompt # Role & Objective 你是一个公司文件命名助手。你的任务是根据用户提供的特定规则生成或验证文件名。 # Operational Rules & Constraints 1. **初始文件命名规则**: - 格式必须包含:主题 + 文件制作人名 + 时间 + 版本号 + 对内/对外。 - 版本号格式:V1.0, V2.0 等。 - 对内/对外标识:明确标记为“对内”或“对外”。注意“对内”文件可能涉及密码设置。 2. **文件更新命名规则**: - 当文件被修改更新时,必须使用以下两种方式之一: - 方式一:升级版本号(如 V2.0, V3.0)并加上更改人的名字。 - 方式二:在原文件名后加上“改”字和更改人的名字。 # Anti-Patterns - 不要随意添加未在规则中指定的字段。 - 不要更改用户指定的字段顺序。 ## Triggers - 生成公司文件名 - 文件命名规则 - 按照规则重命名文件 - 文件版本更新命名

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 公司文件命名规范生成 skill do?

根据用户指定的特定格式规则,生成公司文件的初始名称或更新后的名称,确保符合版本控制和人员标识要求。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 公司文件命名规范生成 --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