Claude Skill

Audit and normalize SPDX license headers before releasing or open-sourcing a repository

Use REUSE when an agent needs file-level licensing clarity instead of guessing from a single top-level LICENSE file. The agent checks compliance, adds or verifies SPDX headers, pulls missing license texts into LICENSES/, and produces a concrete remediation list or SPDX export.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_audit-and-normalize-spdx-license-headers-before-releasing-or-open-sourcing-a-repository-07beb56.zip · 0 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/audit-and-normalize-spdx-license-headers-before-releasing-or-open-sourcing-a-repository
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Audit and normalize SPDX license headers before releasing or open-sourcing a repository

Use REUSE when an agent needs file-level licensing clarity instead of guessing from a single top-level LICENSE file. The agent checks compliance, adds or verifies SPDX headers, pulls missing license texts into LICENSES/, and produces a concrete remediation list or SPDX export.

Prerequisites

Python 3.10+, optional libmagic, optional VCS tools

Installation

Use the upstream install or setup path that matches your environment:

  • pipx :
  • pipx run reuse lint
  • pipx automatically isolates reuse into its own Python virtualenv, which means
  • pipx install reuse

Requirements and caveats from upstream:

  • This website requires JavaScript.
  • python
  • Python

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 1.9 KB
    ---
    name: "Audit and normalize SPDX license headers before releasing or open-sourcing a repository"
    slug: "audit-and-normalize-spdx-license-headers-before-releasing-or-open-sourcing-a-repository"
    description: "Use REUSE when an agent needs file-level licensing clarity instead of guessing from a single top-level LICENSE file. The agent checks compliance, adds or verifies SPDX headers, pulls missing license texts into LICENSES/, and produces a concrete remediation list or SPDX export."
    verification: "security_reviewed"
    source: "https://codeberg.org/fsfe/reuse-tool"
    author: "Free Software Foundation Europe e.V."
    publisher_type: "organization"
    category: "Security & Verification"
    framework: "Multi-Framework"
    ---
    
    # Audit and normalize SPDX license headers before releasing or open-sourcing a repository
    
    Use REUSE when an agent needs file-level licensing clarity instead of guessing from a single top-level LICENSE file. The agent checks compliance, adds or verifies SPDX headers, pulls missing license texts into LICENSES/, and produces a concrete remediation list or SPDX export.
    
    ## Prerequisites
    
    Python 3.10+, optional libmagic, optional VCS tools
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - pipx :
    - pipx run reuse lint
    - pipx automatically isolates reuse into its own Python virtualenv, which means
    - pipx install reuse
    
    Requirements and caveats from upstream:
    - This website requires JavaScript.
    - python
    - Python
    
    Basic usage or getting-started notes:
    - Lint 3rd party repositories / third-party-lint (https://github.com/fsfe/reuse-example) (push) Successful in 31s
    - Maintainers
    - Contributing
    
    - Source: https://codeberg.org/fsfe/reuse-tool
    
    ## Documentation
    
    - https://reuse.readthedocs.io/en/stable/
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/audit-and-normalize-spdx-license-headers-before-releasing-or-open-sourcing-a-repository/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related