/run-nx-checks
Run nx format, lint, test, and build on affected or specified projects, then fix unambiguous failures
$ npx -y skills add eai-org/agent-toolkit --skill run-nx-checks --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/run-nx-checks
Context preview
The summary Claude sees to decide when to auto-load this skill.
Run nx format, lint, test, and build on affected or specified projects, then fix unambiguous failures
A collection of generic agentic tools for common engineering tasks, designed to work with any AI agent on any kind of software project.
Other skills on agent-toolkit.
- /check-ticket-implementation
Check how much of a ticket is already implemented โ split it into requirement blocks, judge each against the code, and save a human-readable TICKET-STATUS report in the planning dir.
Open skill - /compact-docs-writer
Draft, rewrite, or refine a doc for maximum token economy without losing any rule or intent. Use for docs kept in version control and regularly re-read by agents; skip throwaway docs like plans.
Open skill - /compact-skill-creator
Author or refine a skill for maximum token economy without losing intent. Use when creating any new skill or editing an existing `SKILL.md`.
Open skill - /context-checkup
Audit what auto-loads into an agent session's context window and suggest lean, reversible fixes to cut startup tokens.
Open skill - /create-implementation-plan
Turn a refined requirements document into a structured implementation PLAN.md a fresh session can execute. Planning only โ decides the "how", not the "what". Invoke manually only.
Open skill - /create-manual-test-instructions
Turn a ticket or requirements document into a concise QA manual-test file a non-author can follow. Invoke manually only.
Open skill

