Agent Skills
› EverClaw/EverClaw
› code-formatter
code-formatter
GitHub用于格式化 JS、Python 和 Shell 脚本文件,执行代码格式化和 lint 检查,确保代码风格一致性和规范性。
Trigger Scenarios
需要格式化代码文件时
进行代码提交前的 lint 检查
Install
npx skills add EverClaw/EverClaw --skill code-formatter -g -y
SKILL.md
Frontmatter
{
"name": "code-formatter",
"description": "Format and lint code files"
}
Code Formatter
Formats JS, Python, and shell scripts.
Version History
- f580bc4 Current 2026-07-25 11:17


