SKILL.md
代码注释删除器
使用说明
- 读取目标文件,识别编程语言
- 根据语言规则删除注释(详细规则与示例见 [references/examples.md](references/examples.md))
- 验证结果,确保无语法错误且代码逻辑未被破坏
重要原则: 保护字符串中的注释符号(如 URL http://);处理重要代码前先备份
forge-town/skills
Use when 需要批量删除代码文件中的注释,支持 Python、JS、TS、TSX、Java、C/C++、Rust、Go、HTML 等主流编程语言。触发词:删除注释、?
npx skills add forge-town/skills --skill forge_remove-comments
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge F…
263K installsOther skills from forge-town/skills · top by installs.
npx skills add forge-town/skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
677 B
SUMMARY.md
255 B
重要原则: 保护字符串中的注释符号(如 URL http://);处理重要代码前先备份