view --main code-formatter-skill-dlya-formatirovaniya-koda.md
code-formatter: Скилл для форматирования кода
SKILL.md
readonly
--- lines
---
name: code-formatter
description: A simple example skill for demonstration purposes
subagents:
- name: reviewer
description: You are a senior code reviewer.
allowed-tools:
- Read
- Write
---
# Code Formatter Skill
Automatically formats code files using industry-standard tools.
## Capabilities
- Format JavaScript/TypeScript with Prettier
- Fix ESLint issues automatically
- Format JSON, YAML, and Markdown files
- Run format checks before commits
## Usage Examples
**Format a single file:**
```
"Format the src/index.js file"
```
**Format entire directory:**
```
"Format all files in the src/ directory"
```
**Check formatting without changes:**
```
"Check if files in src/ are properly formatted"
```
## Configuration
Set these environment variables for custom configuration:
- `PRETTIER_CONFIG`: Path to prettier config (default: .prettierrc)
- `ESLINT_CONFIG`: Path to eslint config (default: .eslintrc.js)
Инициализация мануала...
package.json
$ install --global
skills.sh
npx skills add https://github.com/Demerzels-lab/elsamultiskillagent/tree/main/public/skills/0xnagato/skill-porter/examples/simple-claude-skill
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы