mcpbeat Sign in

Lite Tools Agent Skill

Use compact wrappers when running routine Maven builds and tests, supported npm/Node test workflows, or Go tests. Select mvn-lite for supported Maven build and test workflows, npm-lite for npm run verify, npm run test:unit, or node --test, and go-lite for go test.

289 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
112
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/ejboy/agent-scripts --skill lite-tools

The instruction itself

1 sections, as written by the author

lite-tools

Follow project instructions before this Skill.

For supported workflows, prefer the corresponding compact wrapper:

  • Maven: prefer mvn-lite for supported build and test workflows.
  • npm / Node tests: prefer npm-lite for npm run verify, npm run test:unit,

and supported node --test workflows.

  • Go tests: prefer go-lite for go test.

Use normal npm or node when npm-lite is unavailable or the workflow is

unsupported. For a test workflow where go-lite is unavailable, use go test;

for non-test Go workflows, use the normal go command. For Maven, fall back

to executable ./mvnw when present, otherwise mvn. Do not claim compact

behavior for unsupported npm or Go commands. Use mvn-lite --full only when

compact Maven output is insufficient for diagnosis. Do not download or install

Agent Scripts automatically.

How to use it

Copy the folder

Take ejboy/lite-tools from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.