sql-formatterFormat, minify, and lint SQL queries from the command line. Formats SQL with proper indentation and keyword casing, minifies by removing whitespace and comme...
Install via ClawdBot CLI:
clawdbot install johnnywang2001/sql-formatterGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 7, 2026
During a database migration, SQL scripts from various sources need to be formatted consistently to avoid parsing errors. This skill automatically indents queries, standardizes keyword casing, and removes trailing whitespace, ensuring smooth deployment.
In high-traffic web applications, minifying SQL queries reduces payload size and improves execution time. This tool strips comments and extra whitespace, making SQL compact for caching or embedding in code.
When reviewing pull requests containing SQL, linting catches anti-patterns like SELECT * or missing semicolons. This skill enforces best practices and flags inconsistent casing, reducing the risk of performance issues.
Data analysts often write ad-hoc SQL with varying styles. This formatter can be integrated into a data pipeline to standardize all queries before logging or sharing, improving readability and maintainability.
A legacy application has hundreds of SQL files with inconsistent formatting. Running this tool across the entire repository ensures uniform style, making the code easier to understand and refactor.
Provide the formatter as a free CLI tool to attract developers. Build a community around it, then offer premium support or integration services for enterprise teams.
Wrap the formatter in a REST API and offer it as a service. Charge per API call or subscription for high-volume usage, targeting data teams and CI/CD pipelines.
License the formatter to be embedded in popular SQL editors or database management tools. Charge per-seat licensing fees to vendors or direct to end-users as a premium feature.
💬 Integration Tip
Integrate via command line in CI/CD pipelines or as a Git pre-commit hook to automatically format and lint SQL files before commit.
Scored May 7, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions