Auto Format Code
Description
I'll format your code and fix TypeScript issues using the project's configured tools. I'll detect and run: - **Formatters**: Prettier, ESLint --fix, Biome, rustfmt, black, etc. - **TypeScript fixes**:
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for Weaverse/.agents, shared by 7 entries
in this directory. It describes the repository, not this entry specifically.
description: Auto-format code and fix TypeScript issues
Auto Format Code
I'll format your code and fix TypeScript issues using the project's configured tools.
I'll detect and run:
- Formatters: Prettier, ESLint --fix, Biome, rustfmt, black, etc.
- TypeScript fixes: eslint --fix, tsc --noEmit for type checking
- Import fixes: organize imports, remove unused imports
Process:
- Check for config files (prettier.config.js, .eslintrc, tsconfig.json)
- Run formatters on modified files first
- Fix TypeScript errors and warnings
- Show summary of changes made
Commands I'll try:
nr biome:fix(primary - formats and fixes TypeScript)npm run formatoryarn formattsc --noEmitfor type checking
Fast, focused formatting with TypeScript error resolution.
Related Skills
Import Drawio
Redraw a draw.io file as an editorial diagram at a chosen format, size, and detail level
Code Quality Import Mermaid
Redraw Mermaid as an editorial diagram at a chosen format, size, and detail level
Code Quality Job Stories
- Create job stories with acceptance criteria in JTBD format
Code Quality Wwas
- Create backlog items in Why-What-Acceptance format
Code Quality Code Quality Review
Review code quality in: $ARGUMENTS
Code Quality Standards Skills
Engineering standards and compliance skills
Code Quality