yao-copyright-skill

Add standardized copyright headers to skill package core files.

1.3k|143|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/yaojingang/yao-open-skills --skill yao-copyright-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yao-copyright-skill
Source: https://github.com/yaojingang/yao-open-skills/tree/main/skills/yao-copyright-skill
Command: npx skills add https://github.com/yaojingang/yao-open-skills --skill yao-copyright-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the addition of copyright headers to core files within a skill package, saving time and ensuring consistency.

Core Features & Use Cases

  • Copyright Header Addition: Adds a standardized copyright header to files like SKILL.md, README.md, and others.
  • Dry Run Option: Allows a user to preview changes without applying them.
  • Scope Customization: Offers options to add headers to core Markdown files or all scripts and configurations.
  • Use Case: Ideal for skill developers who want to maintain a consistent copyright notice across their projects.

Quick Start

Run the skill on a target skill package with python3 scripts/add_copyright_comments.py /path/to/target-skill.

Frequently Asked Questions about yao-copyright-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate adding copyright headers to skill package files?

Automate copyright header addition by running a Python script targeting your skill package directory, which applies standardized notices to core files like SKILL.md and README.md.

Can I preview copyright header changes before applying them to my project?

Yes, you can preview copyright header changes using the dry run option, which displays the modifications without actually writing the headers to your files.

What is the best way to maintain consistent copyright notices across multiple skill projects?

The best way to maintain consistent copyright notices is to use an automated script that applies a standardized header to all core markdown files and scripts across your skill projects.

How do I add copyright comments to all scripts and configurations in a skill package?

You can add copyright comments to all scripts and configurations by utilizing the scope customization option to process the full range of files instead of just the core markdown files.

Do I need any external dependencies to run the copyright header automation script?

No external dependencies are required to run the copyright header automation script, as it operates using built-in Python scripts without needing additional packages.

What files does the copyright automation script target by default?

By default, the copyright automation script targets core markdown files such as SKILL.md and README.md, with an option to expand the scope to all scripts and configurations.