slop-refinery-setup
Use this skill when the task is to adopt the slop-refinery skill set and the slop-refinery/eslint-plugin plugin surface in a TypeScript repository or fix an existing setup.
Goal
Make the target repo work with:
recommendedConfigformatConfig- Prettier
format,lint, andtypecheck- the
slop-refinery-quick-checksskill
The TypeScript templates in references/templates/typescript/ are merge targets, not blind replacements.
Workaround for the current skills dotfile-copy bug:
references/templates/typescript/prettierrcmust be written into the target repo as.prettierrc.- This is a temporary workaround for vercel-labs/skills#869.
More from howmzofficial/slop-refinery
slop-refinery-quick-checks
Run all automated checks below and fix resulting problems to quickly ensure some level of code quality and correctness.
3slop-refinery-automated-checks
Run all automated checks and fix resulting problems to ensure some level of code quality and correctness.
2slop-refinery-eslint-tests
Write tests for custom ESLint rules. Use this when adding or updating rules and you need matching coverage in the repo's ESLint test layout, defaulting to eslint/custom-rules and eslint/tests when no layout exists yet.
1