Use this skill when the user wants to format TOML files, lint TOML configurations, or work with TOML language server.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-e81a4b65)More formats (shields.io, HTML) on the badges page.
---
name: tombi
description: Use this skill when the user wants to format TOML files, lint TOML configurations, or work with TOML language server.
---
# tombi Plugin
TOML Toolkit - TOML Formatter / Linter / Language Server. Format and lint TOML configuration files with ease.
## Commands
### TOML Formatting
- `tombi toml format` — Format TOML file
### Utility
- `tombi _ _` — Passthrough to tombi CLI
## Usage Examples
- "Format TOML file"
- "Lint TOML configuration"
- "Fix TOML syntax"
- "Validate TOML"
## Installation
```bash
brew install tombi
```
Or via Cargo:
```bash
cargo install tombi
```
## Examples
```bash
# Format TOML file
tombi toml format config.toml
# Check without modifying
tombi toml format config.toml --check
# Write changes
tombi toml format config.toml --write
# Read from stdin
echo "[section]" | tombi toml format --stdin
# Any tombi command with passthrough
tombi _ _ fmt config.toml
tombi _ _ fmt config.toml --check
```
## Key Features
- **Format** - TOML formatting
- **Lint** - TOML linting
- **LSP** - Language server support
- **Validate** - Syntax validation
- **Check** - Check without changes
- **Easy** - Simple interface
- **Config** - Configuration files
- **Editor** - Editor integration
- **Fast** - Quick processing
- **Standard** - TOML standard compliant
## Notes
- Great for TOML configuration files
- Includes language server
- Validates TOML syntax
- Perfect for config management
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!