Skip to content

feat(skills): add license, author, and source metadata to all skills#4

Merged
tedivm merged 1 commit into
mainfrom
feat/skill-metadata-and-license
May 22, 2026
Merged

feat(skills): add license, author, and source metadata to all skills#4
tedivm merged 1 commit into
mainfrom
feat/skill-metadata-and-license

Conversation

@tedivm
Copy link
Copy Markdown
Owner

@tedivm tedivm commented May 22, 2026

Add license, author, and source metadata to all 14 existing skills. Update create-skill to auto-populate these fields.

What changed:

  • Added license: MIT, metadata.author: Robert Hafner, and metadata.source to all 14 existing skill frontmatters
  • Updated create-skill skill to dynamically resolve the repo URL via git remote get-url origin and auto-fill author/license when whoami returns tedivm
  • Added LICENSE file to repo root with MIT license

Reviewers should focus on:

  • Frontmatter structure is consistent across all skills (license before metadata)
  • Create-skill instructions for dynamic author/license resolution are clear
  • LICENSE file uses standard MIT text with Robert Hafner as copyright holder

- Added license: MIT, metadata.author (Robert Hafner), and metadata.source
  to all 14 existing skill frontmatters
- Updated create-skill to auto-resolve repo URL from git remote and set
  author/license dynamically based on whoami (tedivm -> MIT / Robert Hafner)
- Added LICENSE file to repo root with MIT license
@tedivm tedivm merged commit 49aa70d into main May 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant