welltuned
SolidLints and formats TypeScript files on demand. Use when the user asks to lint, format, or check style in .ts or .tsx files, or mentions eslint or prettier.
Data & Documents 44 stars
4 forks Updated yesterday MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Welltuned
Run the project linter and report style violations.
## When to use
Use when style or formatting of TypeScript sources needs checking.
## Steps
1. Detect the configured linter.
2. Run it over the changed files.
3. Summarise violations grouped by rule.
Details
- Author
- ncoevoet
- Repository
- ncoevoet/claude-markdown-health-check
- Created
- 3 months ago
- Last Updated
- yesterday
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
linter_formatter
Language-aware linting and formatting — ESLint, Prettier, rustfmt, black, etc.
1 Updated 4 days ago
jxoesneon Code & Development Listed
lint-and-format
Lint and format TypeScript/React code using Ultracite (Biome). Use when writing, reviewing, or fixing code to enforce project coding standards including type safety, accessibility, performance, and modern JS/TS patterns. Run `bun x ultracite fix` to auto-fix issues or `bun x ultracite check` to validate.
2 Updated 4 weeks ago
Mark-Life