AI AGENT ADDONS

A tool that checks your app code for quality. It finds messy code, type errors, and other issues. Use it before a pull request to keep your code clean and easy to maintain.

First it runs a linter to catch errors. Then it checks for TypeScript type safety and removes any types. It also looks for patterns that make code harder to change.

Anyone working on a Flows app can use this skill. It helps you write better code and avoid technical debt.

Add Code Quality skill to your workflow

Global

mkdir -p ~/.claude/skills/code-quality

Project

mkdir -p .claude/skills/code-quality

Source Repository

Stars
5
Forks
1
Watchers
5
License
Apache-2.0
Last Push
25 days ago
Created
4 months ago