Agent Skills
› EverClaw/EverClaw
› code-formatter
code-formatter
GitHub用于格式化 JS、Python 和 Shell 脚本文件,自动执行代码格式化和 linting 检查,确保代码风格统一。
Trigger Scenarios
用户要求格式化代码
提交前检查代码规范
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


