What problem does it solve? Choosing a software license is confusing for developers without legal background, and a repository without a LICENSE file legally reserves all rights by default. This Skill interviews users in plain language, checks dependency compatibility, and installs the chosen license correctly across LICENSE files, README sections, package metadata, and SPDX headers. ## Core Features & Use Cases - Guided License Selection: Walks users through a decision tree of scenario-based questions covering MIT, Apache-2.0, GPL, AGPL, LGPL, MPL, BSD, Creative Commons, and source-available licenses like BUSL-1.1, Elastic License, and SSPL. - Dependency Compatibility Checking: Audits direct dependencies against the chosen license and explains conflicts such as GPL dependencies blocking an MIT choice. - Complete Installation: Copies verbatim license texts from bundled assets, fills placeholders, creates NOTICE files, updates README license sections and badges, and sets license fields in package.json, pyproject.toml, Cargo.toml, and other manifests. - Use Case: A developer asks "what license should this project use" and receives a recommendation after three plain-language questions, with the LICENSE file, README badge, and package metadata all updated consistently. ## Quick Start Run /github-license to start the guided interview, or specify a license directly such as /github-license MIT to install it immediately.