Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Contains commands to lint, format, type check, test, and build the project. Use when the user explicitly invokes the lint skill.
When this skill is invoked, run the following commands in order.
bun run check-write: Runs linter and formatter and fixes trivial issues
bun run type-check: Runs type checking
bun run test: Runs tests
bun run build: Runs build
When any of the commands fail, start fixing the issues one by one instead of explaining the error.
If the output of the first command contains unsafe, but fixable errors. you may use the bun run check-write --unsafe command to fix them.
npx skills add Fyzz-Chat/fyzz-chat --skill lintHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.