Setup Formatting
Configure comprehensive code formatting tools with consistent style enforcement
$ npx claude-code-templates@latest --command="setup/setup-formatting" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Setup Code Formatting
Configure comprehensive code formatting with consistent style enforcement: $ARGUMENTS
Current Project State
- Languages detected: !
find . -name ".js" -o -name ".ts" -o -name ".py" -o -name ".rs" | head -5 - Existing formatters: @.prettierrc or @pyproject.toml or @rustfmt.toml
- Package manager: @package.json or @requirements.txt or @Cargo.toml
- IDE config: @.vscode/settings.json or @.editorconfig
Task
Setup comprehensive code formatting system with automated enforcement and team consistency:
Language Focus: Use $ARGUMENTS to configure JavaScript/TypeScript, Python, Rust, or multi-language formatting Formatting Setup:- Tool Installation - Prettier, Black, rustfmt, language-specific formatters and plugins
- Configuration - Style rules, line length, indentation, quotes, trailing commas, language-specific options
- IDE Integration - Editor extensions, format-on-save, keyboard shortcuts, workspace settings
- Automation - Pre-commit hooks, CI/CD formatting checks, automated formatting scripts
- Team Sync - Shared configurations, style guides, enforcement policies, onboarding documentation
- Validation - Formatting verification, CI integration, team compliance monitoring
Related Claude Code Commands
Design Database Schema
Design optimized database schemas with proper relationships, constraints, and performance considerations
Setup Docker Containers
Setup Docker containerization with multi-stage builds and development workflows
Setup Development Environment
Setup comprehensive development environment with tools, configurations, and workflows
Setup Linting
Configure comprehensive code linting and quality analysis tools with automated enforcement
Design Rest Api
Design RESTful API architecture with comprehensive endpoints, authentication, and documentation
Create Database Migrations
Create and manage database migrations with proper versioning and rollback support
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.