Agent skill
dev.lint
lint project
Install this agent skill to your Project
npx add-skill https://github.com/kevinslin/llm/tree/main/skills/dev.lint
SKILL.md
Run the following scripts in order:
npm run lint
npm run format
Print "success" if both are successful. If you encounter errors, try to fix the errors and run lint again to verify errors are fixed
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gen-notifier
Generic desktop notification skill for agents. Send desktop notifications when tasks are complete (or when user input/errors block progress). By default, assume that all jobs will require a notification unless the user says otherwise.
learn
learn from the current session
dev.exec-plan
This skill should be used for development tasks that require detailed technical planning with persistent documentation. Use when the task involves architectural decisions, multi-phase implementation, external dependencies, or when the user explicitly requests an execution plan.
dendron
do not use this skill
dev.code-extension
Install VS Code/Cursor extensions from a local .vsix via CLI (code, code-insiders, cursor, cursor-nightly). Use whenever asked to install an extension programmatically.
dev.speculate
Always use this skill to provide context on the codebase. Automatically initializes and references the Speculate documentation framework (coding rules, shortcuts, templates, and project specs) to ensure agents understand project structure, development workflows, and coding standards. Use for every task to maintain context and code quality.
Didn't find tool you were looking for?