license-header-adder
License Header Adder Skill
This skill ensures that all new source files have the correct copyright header.
Instructions
-
Read the Template: First, read the content of the header template file located at
resources/HEADER_TEMPLATE.txt.# Pseudocode for agent understanding template_content = view_file("resources/HEADER_TEMPLATE.txt") -
Prepend to File: When creating a new file (e.g.,
.py,.java,.js,.ts,.go), prepend thetarget_filecontent with the template content.
More from rominirani/antigravity-skills
git-commit-formatter
Formats git commit messages according to Conventional Commits specification. Use this when the user asks to commit changes or write a commit message.
29json-to-pydantic
Converts JSON data snippets into Python Pydantic data models.
16database-schema-validator
Validates SQL schema files for compliance with internal safety and naming policies.
16adk-tool-scaffold
Scaffolds a new custom Tool class for the Agent Development Kit (ADK).
15always-verify-gcp
A workflow skill for all Google Cloud resource management tasks (create, delete, modify). This skill ensures that the correct CLI tool (`gcloud`, `bq`, `gsutil`) is chosen and that its commands are verified against the latest official documentation before execution.
8