1
    ⚖️ License Picker

    ⚖️ License Picker

    Generate a ready-to-use LICENSE file for your repo. Pick from MIT, Apache-2.0, GPL-3.0, MPL-2.0, BSD-2-Clause, BSD-3-Clause, or The Unlicense, fill in your name and year, and get the canonical license text. Prints to the screen by default and writes a LICENSE file only when you ask.

    Updated Jun 2026
    0 installs

    Free

    Included in download

    • Downloadable skill package
    • Works with Cursor, Codex CLI
    • 2 permissions declared
    • Instant install

    Sample input

    Create an MIT license for this project using 'Acme Corp' as the holder for 2024.

    Sample output

    LICENSE file created successfully. MIT License Copyright (c) 2024 Acme Corp Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software")... [Full text truncated]

    About This Skill

    What it does

    The License Picker skill automates the creation of standard open-source license files for your repositories. It handles the boilerplate of injecting the correct copyright holder and year into industry-standard templates, ensuring your projects are properly licensed without manual copy-pasting.

    Why use this skill

    While you could copy a license from the web, this skill ensures accuracy and consistency. It uses a structured workflow that prevents accidental overwrites of existing files and follows strict guardrails to maintain repository integrity. It is faster than manual editing and reduces the risk of formatting errors in legal headers.

    Key Features

    • Supports major open-source license IDs (e.g., MIT, Apache 2.0).
    • Dynamic injection of copyright holder name and current/specified year.
    • Safety first: Requires explicit flags to overwrite existing LICENSE files.
    • Local execution: Uses pre-shipped templates instead of unreliable network fetches.

    The Output

    The skill generates a standard LICENSE file in your project root containing the full legal text of your chosen license, properly formatted with your specific attribution details.

    Use Cases

    • Generate formatted LICENSE files with custom copyright holders and years.
    • Add open-source licenses to new projects via terminal prompts.
    • Prevent accidental overwrites of existing licenses with safety guardrails.
    • Ensure legal headers are consistent across multiple team repositories.

    Reviews

    No reviews yet - be the first to share your experience.

    Only users who have downloaded or purchased this skill can leave a review.

    Security Scanned

    Passed automated security review

    Permissions

    Terminal / Shell
    Write Files

    Allowed Hosts

    www.apache.org

    File Scopes

    license-picker/**
    ./LICENSE
    --output path

    Prints to stdout by default. Will not overwrite an existing file without --force. Reads no environment variables.

    Works with any agent that can run a local Python script and write a file (Claude Code, Cursor, Codex CLI, and other SKILL.md-compatible agents). Standard library only, no install step. The license texts are bundled in the package, so it makes no network calls.

    Frequently Asked Questions

    Free