Add version headers with source URL to all 22 skill scripts

Each .ps1 now starts with skill name, version (v1.0), and repo link.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-02-11 20:01:10 +03:00
parent 2d0835ba17
commit 703c3e6f80
22 changed files with 66 additions and 22 deletions
@@ -1,4 +1,6 @@
param(
# form-validate v1.0 — Validate 1C managed form
# Source: https://github.com/Nikolay-Shirokov/cc-1c-skills
param(
[Parameter(Mandatory)]
[string]$FormPath,