LLM Skills
~/catalog/debugging & maintenance//format

Auto Format Code

/format

I'll format your code using the project's configured formatter.

notlikeDevnotlikeDev
2.8k
October 7, 2025
MIT License
// skill content

Auto Code Formatting I'll format your code using the formatter configured for your project. I'll automatically detect your project's formatter by analyzing configuration files and the project structure, without assuming any specific technologies. I'll format only modified files to avoid unnecessary changes and focus on your current work. If no formatter is configured, I’ll suggest appropriate options for your project type and offer to format the code according to language conventions. After formatting, I’ll show you what has changed and ensure the code follows your project’s established style guidelines. If formatting encounters issues, I’ll provide specific error details and suggest solutions. This efficiently maintains a consistent code style in accordance with your project’s standards.

// original public source
notlikeDev/CCPlugins
/commands/format.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/format.md" "https://raw.githubusercontent.com/notlikeDev/CCPlugins/main/commands/format.md"
Then in Claude Code, type /format to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
CreatornotlikeDev
Stars 2.8k
LicenseMIT License
UpdatedOctober 7, 2025
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward