Claude-skill-registry license-file-generator
Generate LICENSE files for open source projects (MIT, Apache, GPL, etc.). Triggers on "create license file", "generate license", "mit license", "apache license".
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/license-file-generator" ~/.claude/skills/majiayu000-claude-skill-registry-license-file-generator && rm -rf "$T"
manifest:
skills/data/license-file-generator/SKILL.mdsource content
License File Generator
Generate LICENSE files for various open source licenses.
Output Requirements
File Output:
LICENSE
Format: Plain text license
Standards: OSI-approved licenses
When Invoked
Immediately generate a complete LICENSE file for the specified license type.
Example Invocations
Prompt: "Create MIT license for my project" Output: Complete MIT
LICENSE file with current year.