What is license checker?
Audits node_modules for package licenses. Uses bash to resolve SPDX IDs without reading file contents into context. LLM inference is a last resort for a small residual set. Source: digitalspeed/ai-skills.
Audits node_modules for package licenses. Uses bash to resolve SPDX IDs without reading file contents into context. LLM inference is a last resort for a small residual set.
Quickly install license checker AI skill to your development environment via command line
Source: digitalspeed/ai-skills.
Scan all packages in nodemodules and produce a license compliance report. Never read raw file contents into context — use bash to pattern-match first; only buffer the irreducible unknown set.
Step 1 — Bulk resolve (single bash call, handles scoped packages, zero file reads in context):
Output is TSV: name version license repository. Rows where license is UNKNOWN proceed to step 2.
Audits node_modules for package licenses. Uses bash to resolve SPDX IDs without reading file contents into context. LLM inference is a last resort for a small residual set. Source: digitalspeed/ai-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/digitalspeed/ai-skills --skill license checkerAudits node_modules for package licenses. Uses bash to resolve SPDX IDs without reading file contents into context. LLM inference is a last resort for a small residual set. Source: digitalspeed/ai-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/digitalspeed/ai-skills --skill license checker Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/digitalspeed/ai-skills