biome-gritql
Installation
SKILL.md
Biome GritQL Custom Lint Rules
Create AST-based custom lint rules using Biome's GritQL plugin system.
Quick Start
Create a rule file (rules/no-use-effect-fetch.grit):
`useEffect($callback, $deps)` where {
$callback <: contains `fetch`,
register_diagnostic(
span = $callback,
message = "Don't fetch inside useEffect. Use TanStack Query instead.",
severity = "error"
)
}
Related skills
More from somtougeh/somto-dev-toolkit
technical-svg-diagrams
Generate clean, minimal technical SVG diagrams in a consistent Cloudflare-inspired style. Use when creating architecture diagrams, flow diagrams, or component diagrams for blog posts and documentation.
4unit-test-loop
|
3gwt
|
2blog-post-writer
Transform brain dumps into polished blog posts in Nick Nisi's voice. Use when the user wants to write a blog post with scattered ideas, talking points, and conclusions that need organization into a cohesive narrative with Nick's conversational, authentic, and thoughtful tone.
2dex-workflow
|
2e2e-test-loop
|
2