smithery.ai

license-header-adder

Adds the standard open-source license header to new source files. Use involves creating new code files that require copyright attribution.

First seen Mar 21, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 760 B
  • docs SUMMARY.md 166 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

License Header Adder Skill

This skill ensures that all new source files have the correct copyright header.

Instructions

  1. Read the Template:

First, read the content of the header template file located at resources/HEADER_TEMPLATE.txt.

  1. Prepend to File:

When creating a new file (e.g., .go), prepend the target_file content with the template content and change with the current year.

  1. Modify Comment Syntax:

- For C-style languages (Go), keep the / ... / block as is. - For Shell or YAML, convert the block to use # comments.