/format
I'll format your code using the project's configured formatter.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/format
Context preview
What this command does when you run it.
I'll format your code using the project's configured formatter.
Command definition
format.mdAuto Format Code
I'll format your code using the project's configured formatter.
I'll detect your project's formatter automatically by analyzing configuration files and project structure without assuming 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 using language conventions.
After formatting, I'll show what changed and ensure the code follows your project's established style patterns.
If formatting encounters issues, I'll provide specific error details and suggest solutions.
This maintains consistent code style according to your project's standards efficiently.
Best Claude Code framework that actually save time. Built by a dev tired of typing "please act like a senior engineer" in every conversation.
Repo: notlikeDev/CCPlugins
Other commands on ccplugins.
- /cleanproject
I'll help clean up development artifacts while preserving your working code.
Open command - /commit
I'll analyze your changes and create a meaningful commit message.
Open command - /create-todos
I'll analyze recent operations and create contextual TODO comments in your code.
Open command - /docs
I'll intelligently manage your project documentation by analyzing what actually happened and updating ALL relevant docs accordingly.
Open command - /explain-like-senior
I'll explain this code as a senior developer would, focusing on the why behind decisions.
Open command - /find-todos
I'll locate all TODO comments and unfinished work markers in your codebase.
Open command

