agentsclimarketplace

Add copyright

Skill searayca/claude-skills/skills/add_copyright

Add copyright headers and footers to source files in a project using ~/.claude/tools/add_copyright_headers.pyFrom its SKILL.md

Install
npx -y skills add searayca/claude-skills --skill add_copyright

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.3 KB, 292 tokens by cl100k_base, as published. Nobody here has run it

Add Copyright Headers

Add copyright headers and footers to source files in a project.

Instructions

  1. Run the script at ~/.claude/tools/add_copyright_headers.py

  2. Pass --project-dir to specify the project directory (defaults to current directory)

  3. The script reads project_config.json from the project root for project name

  4. Supports: Python (.py), SQL (.sql), CSS (.css), JavaScript (.js), HTML (.html)

Common Usage

# Preview changes (dry run)
python ~/.claude/tools/add_copyright_headers.py --project-dir /path/to/project --dry-run

# Check which files need headers
python ~/.claude/tools/add_copyright_headers.py --project-dir /path/to/project --check

# Apply headers to all files
python ~/.claude/tools/add_copyright_headers.py --project-dir /path/to/project

# Only process Python files
python ~/.claude/tools/add_copyright_headers.py --project-dir /path/to/project --type py

Options

  • --dry-run - Preview changes without modifying files
  • --check - Only check which files need headers
  • --type - Only process specific file type (py, sql, css, js, html)
  • --include-init - Include init.py files
  • --no-footer - Skip adding footer

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.