Draft a fully custom license from scratch based on user-specified permissions, conditions, and limitations — for cases where no off-the-shelf license fits. Produces a LICENSE file plus an optional template entry saved into the user's template store for reuse.…
danielrosehill/Claude-License-Populator-Plugin
SkillsMP has collected 5 skills from danielrosehill/Claude-License-Populator-Plugin. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 5 of 5 collected skills.
List all license templates in the user's configured template store, with a one-line summary of each. Use when the user says "what license templates do I have?", "list my licenses", or before populating/recommending so the user can see what's available.
Take a template from the user's license template store and populate its placeholders ({{year}}, {{copyright_holder}}, {{project_name}}, etc.), then write the result as LICENSE (or a user-specified path) in the current project. Use when the user says "add MIT…
Advise on the optimal license for a project given the user's desired freedoms (commercial use, modification, distribution, patent grant, sublicensing, private use) and constraints (copyleft, attribution, share-alike, source disclosure, no-warranty,…
First-run setup for license-populator. Choose where the user's license template store lives, scaffold its directory, and write the pointer into the plugin config. Use when the user says "set up license templates", "configure license-populator", or invokes any…