🧾
QualityShell

License Audit

by garagon

License Audit is a Quality skill for Claude Code, published by garagon in nanostack.

204 stars15 forkson garagon/nanostackAdded 2026/09/05Repository updated 2026/06/15
ai-agentsai-codingclaude-codecode-reviewcodexdeveloper-toolsengineering-workflowgstackharnessharness-engineeringsecurity-audit
Install in seconds
Install License Audit
Copy License Audit into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/garagon/nanostack/tree/main/examples/custom-skill-template/audit-licenses ~/.claude/skills/audit-licenses

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/garagon/nanostack.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
examples/custom-skill-template/audit-licenses/SKILL.md in garagon/nanostack
Installs to
~/.claude/skills/audit-licenses
Collection
One of 18 skills cataloged from this repository
Category
Quality1662 skills

What License Audit does

License Audit lists the open-source licenses of a project's dependencies and groups them by license family. It flags GPL or AGPL dependencies when you need to assess copyleft risk before shipping.

License Audit is cataloged under Quality on DirSkills. License Audit comes from a repository tagged ai-agents, ai-coding, claude-code, code-review and codex.

Documentation

README

/audit-licenses — Dependency License Audit

You audit the open-source licenses of this project's dependencies. The point is compliance: some licenses (GPL, AGPL) force the project that uses them to be open-source under the same terms. The team needs to know that before shipping.

This is an example custom skill. It shows the patterns every nanostack-compatible skill follows: detect the project, do the work, save an artifact so future skills can read it.

Process

0. Resolve paths (host-agnostic)

This is the opening of the README. Read the full README on GitHub.

Commands License Audit provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /audit-licenses
  • /compound

Frequently asked about License Audit

  • What else does garagon publish alongside License Audit?

    License Audit is one of 18 skills that DirSkills catalogs from garagon/nanostack, the repository it ships in. Its siblings there include Compound, Conductor and Feature. Each one is a separate skill with its own page in this directory, installs the same way License Audit does, and is maintained by garagon in that same repository. The rest of the collection is listed on the garagon/nanostack page.

  • How does License Audit compare to other Quality skills?

    License Audit ranks #1486 by stars among the 1662 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of License Audit against them. Open each page to compare what they document and how they install.