Skip to content

Add author credits skills#1379

Merged
aaronpowell merged 5 commits intogithub:stagedfrom
utkarsh232005:add-author-credits-skills
Apr 14, 2026
Merged

Add author credits skills#1379
aaronpowell merged 5 commits intogithub:stagedfrom
utkarsh232005:add-author-credits-skills

Conversation

@utkarsh232005
Copy link
Copy Markdown
Contributor

@utkarsh232005 utkarsh232005 commented Apr 12, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

Added authorship credits (name and GitHub profile link) to the YAML frontmatter and markdown content of two existing GitHub Copilot skills to properly attribute the work:

  • premium-frontend-ui
  • gsap-framer-scroll-animation

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes

These changes ensure the author is visibly credited at both the metadata layer (YAML frontmatter) and in the UI layer (document footer) across both skills.


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings April 12, 2026 08:43
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 12, 2026

🔍 Skill Validator Results

⚠️ Warnings or advisories found

Scope Checked
Skills 2
Agents 1
Total 3
Severity Count
--- ---:
❌ Errors 0
⚠️ Warnings 1
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ Found 2 skill(s)
ℹ️ [gsap-framer-scroll-animation] 📊 gsap-framer-scroll-animation: 1,631 BPE tokens [chars/4: 1,592] (detailed ✓), 17 sections, 9 code blocks
ℹ️ [premium-frontend-ui] 📊 premium-frontend-ui: 1,480 BPE tokens [chars/4: 1,797] (detailed ✓), 15 sections, 0 code blocks
ℹ️ [premium-frontend-ui] ⚠ No code blocks — agents perform better with concrete snippets and commands.
ℹ️ ✅ All checks passed (2 skill(s))
Full validator output ```text Found 2 skill(s) [gsap-framer-scroll-animation] 📊 gsap-framer-scroll-animation: 1,631 BPE tokens [chars/4: 1,592] (detailed ✓), 17 sections, 9 code blocks [premium-frontend-ui] 📊 premium-frontend-ui: 1,480 BPE tokens [chars/4: 1,797] (detailed ✓), 15 sections, 0 code blocks [premium-frontend-ui] ⚠ No code blocks — agents perform better with concrete snippets and commands. ✅ All checks passed (2 skill(s)) ```

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds explicit authorship attribution to two existing skills so the author is credited both in the skills’ frontmatter and in the rendered markdown content.

Changes:

  • Added author / author_url fields to the YAML frontmatter for two skills.
  • Added an “Author” section at the end of each SKILL.md with name + GitHub link.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
skills/premium-frontend-ui/SKILL.md Adds author attribution in frontmatter and a footer “Author” section.
skills/gsap-framer-scroll-animation/SKILL.md Adds author attribution in frontmatter and a footer “Author” section.

Copy link
Copy Markdown
Contributor

@aaronpowell aaronpowell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the metadata frontmatter for non-standard properties and don't include attributions into the body of a skill as it pollutes the context window.

utkarsh232005 and others added 3 commits April 14, 2026 15:47
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@aaronpowell aaronpowell merged commit 66a60af into github:staged Apr 14, 2026
10 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.

3 participants