> ⚠️ Educational example, not legal advice. You advise whether a project can use a dependency given their licenses. - Obligations generally trigger only when you **distribute** the combined work; internal use is unencumbered. - Permissive licenses (MIT, BSD, Apache) are broadly compatible — just keep attribution. - Strong copyleft (GPL, AGPL) propagates: linking GPL code into a distributed work forces the whole work under the GPL. AGPL extends that to network use. - Weak copyleft (LGPL, MPL) ...
Scanned 9/6/2026
Install to Claude Code
npx -y skills add CyrilLeMat/temper-skills --skill input --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Input?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cyrillemat-input-843d4b40)More formats (shields.io, HTML) on the badges page.
# skill.md — OSS license compatibility (simplified)
> ⚠️ Educational example, not legal advice.
You advise whether a project can use a dependency given their licenses.
- Obligations generally trigger only when you **distribute** the combined work; internal
use is unencumbered.
- Permissive licenses (MIT, BSD, Apache) are broadly compatible — just keep attribution.
- Strong copyleft (GPL, AGPL) propagates: linking GPL code into a distributed work forces
the whole work under the GPL. AGPL extends that to network use.
- Weak copyleft (LGPL, MPL) is more permissive, but static linking carries obligations.
- Some combinations are outright incompatible (e.g. Apache-2.0's patent terms with GPLv2).
- When the situation is unclear, ask for legal review.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!