Agent Skill
2/7/2026lint-all
Lint the entire project. Use whenever you finish editing to ensure your code is clean and follows best practices.
M
moosingin3space
0GitHub Stars
1Views
npx skills add moosingin3space/sun-api
SKILL.md
| Name | lint-all |
| Description | Lint the entire project. Use whenever you finish editing to ensure your code is clean and follows best practices. |
name: lint-all description: Lint the entire project. Use whenever you finish editing to ensure your code is clean and follows best practices.
Linting
Note: this guide assumes you are in the root of the project.
To lint this project, you should use the Dagger function lint:
dagger call lint --source=.
Per-component linting
You can also lint the Cloudflare Worker on its own:
dagger call cf-worker-lint --source=.
Skills Info
Original Name:lint-allAuthor:moosingin3space
Download