Skip to content

Add author credits skills#1379

Open
utkarsh232005 wants to merge 2 commits intogithub:stagedfrom
utkarsh232005:add-author-credits-skills
Open

Add author credits skills#1379
utkarsh232005 wants to merge 2 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

🔍 Skill Validator Results

3 resource(s) checked | ✅ All checks passed

Full output
Found 2 skill(s)
[gsap-framer-scroll-animation] 📊 gsap-framer-scroll-animation: 1,654 BPE tokens [chars/4: 1,609] (detailed ✓), 18 sections, 9 code blocks
[premium-frontend-ui] 📊 premium-frontend-ui: 1,503 BPE tokens [chars/4: 1,814] (detailed ✓), 16 sections, 0 code blocks
[premium-frontend-ui]    ⚠  No code blocks — agents perform better with concrete snippets and commands.
�[32m✅ All checks passed (2 skill(s))�[0m

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.

Comment on lines +4 to +5
author: 'Utkarsh Patrikar'
author_url: 'https://github.com/utkarsh232005'
Copy link

Copilot AI Apr 12, 2026

Choose a reason for hiding this comment

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

Most skills in this repo place attribution/extra fields under a metadata: map (e.g., skills/autoresearch/SKILL.md:6-8, skills/azure-pricing/SKILL.md:5-7). To stay consistent (and avoid introducing new top-level keys that other tooling might not expect), consider moving author/author_url under metadata: (or using an existing key like metadata.github).

Suggested change
author: 'Utkarsh Patrikar'
author_url: 'https://github.com/utkarsh232005'
metadata:
author: 'Utkarsh Patrikar'
author_url: 'https://github.com/utkarsh232005'

Copilot uses AI. Check for mistakes.
Comment on lines +14 to +15
author: 'Utkarsh Patrikar'
author_url: 'https://github.com/utkarsh232005'
Copy link

Copilot AI Apr 12, 2026

Choose a reason for hiding this comment

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

Repo convention for skills is to keep attribution and other optional fields inside a metadata: block (e.g., skills/autoresearch/SKILL.md:6-8, skills/quality-playbook/SKILL.md:5-9). Consider nesting author/author_url under metadata: (or using an existing key like metadata.github) for consistency and to reduce the chance of future frontmatter schema/validation issues.

Suggested change
author: 'Utkarsh Patrikar'
author_url: 'https://github.com/utkarsh232005'
metadata:
author: 'Utkarsh Patrikar'
author_url: 'https://github.com/utkarsh232005'

Copilot uses AI. Check for mistakes.
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.

2 participants