| name | licensing |
| description | Apply correct license (GPLv3 for personal, MIT for corporate) based on project context analysis. Use this skill when setting up licensing for a new project. |
Licensing by context
When to use
When creating a new project or when a project needs its LICENSE file and README footer configured.
Instructions
- Read the full CoT: Load and follow
~/rules/cot/licensing.md from line 1 to end
- Detect context by analyzing the project:
- Look for "Promad", "promad.com.mx", "@incogniadev" → Corporate (MIT)
- Look for "@incognia", "incognia@gmail.com" → Personal (GPLv3)
- Create LICENSE file: Download the full license text
- Add README footer:
- Corporate:
*Este proyecto fue elaborado por Rodrigo Álvarez para Promad Business Solutions y se distribuye bajo la licencia MIT.*
- Personal:
*Este proyecto fue elaborado por Rodrigo Álvarez (@incognia) y se distribuye bajo la licencia GPLv3.*
- Add copyright line with current year
- Verify: Confirm LICENSE file exists and README footer is correct
Context indicators
References
- Detailed CoT:
~/rules/cot/licensing.md
- Rules:
~/rules/rulesets/LICENSING.md