Skip to content

Premium frontend skill#1047

Merged
aaronpowell merged 2 commits intogithub:stagedfrom
utkarsh232005:premium-frontend-skill
Mar 18, 2026
Merged

Premium frontend skill#1047
aaronpowell merged 2 commits intogithub:stagedfrom
utkarsh232005:premium-frontend-skill

Conversation

@utkarsh232005
Copy link
Contributor

@utkarsh232005 utkarsh232005 commented Mar 17, 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.

Description

This PR introduces the premium-frontend-ui skill to the repository.

As an AI engineering assistant, Copilot will use this skill as a blueprint to architect highly immersive, Awwwards-quality digital environments. It provides explicit guidelines on cinematic pacing, micro-interactions, scroll-driven narratives using tools like GSAP/Lenis, and strict performance metrics (like composited-layer animation constraints).

This skill aims to prevent generic layout generation and push Copilot toward producing high-end, intentionally aesthetic frontend craftsmanship.

#codeowner

@all-contributors add @utkarsh232005 for instructions, skills


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

I successfully ran npm run skill:validate and bash scripts/fix-line-endings.sh to ensure compliance with the repo standards.


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 March 17, 2026 14:08
Copy link
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

This PR adds a large set of new plugin agents/skills (MCP, database, Azure, Copilot workflow agents, etc.) and updates many plugin manifests to use directory-based references, while also updating the skills index to include premium-frontend-ui.

Changes:

  • Add multiple new agent markdown files across several plugins (e.g., MCP M365, Go/Kotlin MCP, GEM team, Doublecheck, DBAs, CAST Imaging, Azure/Terraform modes).
  • Add multiple new skill folders/SKILL.md files (e.g., Java best-practices skills, Playwright skills, Dataverse Python skills, Dockerfile skill, PostgreSQL code review skill).
  • Modify many plugins/*/.github/plugin/plugin.json files to reference ./agents and remove trailing slashes from skill paths; update docs/README.skills.md to list premium-frontend-ui.

Reviewed changes

Copilot reviewed 123 out of 294 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
plugins/mcp-m365-copilot/agents/mcp-m365-agent-expert.md Adds a new Microsoft 365 Copilot + MCP declarative agent “expert” definition.
plugins/mcp-m365-copilot/.github/plugin/plugin.json Changes plugin manifest to point agents to ./agents directory; normalizes skill paths.
plugins/kotlin-mcp-development/agents/kotlin-mcp-expert.md Adds Kotlin MCP server expert agent definition.
plugins/kotlin-mcp-development/.github/plugin/plugin.json Changes plugin manifest to point agents to ./agents directory; normalizes skill paths.
plugins/java-mcp-development/.github/plugin/plugin.json Changes plugin manifest to point agents to ./agents directory; normalizes skill paths.
plugins/java-development/skills/java-springboot/SKILL.md Adds Spring Boot best-practices skill.
plugins/java-development/skills/java-junit/SKILL.md Adds JUnit 5 best-practices skill.
plugins/java-development/skills/java-docs/SKILL.md Adds Java Javadoc best-practices skill.
plugins/java-development/skills/create-spring-boot-java-project/SKILL.md Adds Spring Boot project skeleton skill with local dev tooling guidance.
plugins/java-development/.github/plugin/plugin.json Normalizes skill paths for Java development plugin.
plugins/go-mcp-development/agents/go-mcp-expert.md Adds Go MCP server expert agent definition.
plugins/go-mcp-development/.github/plugin/plugin.json Changes plugin manifest to point agents to ./agents directory; normalizes skill paths.
plugins/gem-team/agents/gem-reviewer.md Adds GEM security reviewer agent definition.
plugins/gem-team/agents/gem-orchestrator.md Adds GEM orchestrator agent definition coordinating subagents.
plugins/gem-team/agents/gem-implementer.md Adds GEM implementer agent definition.
plugins/gem-team/agents/gem-documentation-writer.md Adds GEM documentation writer agent definition.
plugins/gem-team/agents/gem-devops.md Adds GEM DevOps agent definition.
plugins/gem-team/agents/gem-browser-tester.md Adds GEM browser tester agent definition (E2E/accessibility).
plugins/gem-team/.github/plugin/plugin.json Collapses explicit agent list to ./agents.
plugins/frontend-web-dev/skills/playwright-generate-test/SKILL.md Adds Playwright MCP scenario→test generation skill.
plugins/frontend-web-dev/skills/playwright-explore-website/SKILL.md Adds Playwright MCP website exploration skill for testing discovery.
plugins/frontend-web-dev/.github/plugin/plugin.json Collapses explicit agent list to ./agents; normalizes skill paths.
plugins/flowstudio-power-automate/skills/flowstudio-power-automate-mcp/references/connection-references.md Adds reference doc for Power Automate connection references via FlowStudio MCP.
plugins/flowstudio-power-automate/skills/flowstudio-power-automate-mcp/references/action-types.md Adds reference doc for action type identification in flow definitions.
plugins/flowstudio-power-automate/skills/flowstudio-power-automate-mcp/references/MCP-BOOTSTRAP.md Adds bootstrap reference for calling FlowStudio MCP.
plugins/flowstudio-power-automate/skills/flowstudio-power-automate-debug/references/debug-workflow.md Adds troubleshooting decision tree for debugging flows.
plugins/flowstudio-power-automate/skills/flowstudio-power-automate-debug/references/common-errors.md Adds catalog of common Power Automate errors and fixes.
plugins/flowstudio-power-automate/skills/flowstudio-power-automate-build/references/trigger-types.md Adds trigger templates for Power Automate flow definitions.
plugins/flowstudio-power-automate/skills/flowstudio-power-automate-build/references/flow-schema.md Adds full schema reference for definitions returned/accepted by MCP tools.
plugins/flowstudio-power-automate/skills/flowstudio-power-automate-build/references/build-patterns.md Adds complete flow templates/patterns for common scenarios.
plugins/flowstudio-power-automate/.github/plugin/plugin.json Normalizes skill paths for FlowStudio plugin.
plugins/edge-ai-tasks/.github/plugin/plugin.json Collapses explicit agent list to ./agents.
plugins/doublecheck/skills/doublecheck/assets/verification-report-template.md Adds report template asset for verification workflow.
plugins/doublecheck/agents/doublecheck.md Adds “Doublecheck” verification agent definition with web tools.
plugins/doublecheck/.github/plugin/plugin.json Collapses explicit agent list to ./agents; normalizes skill path.
plugins/devops-oncall/skills/multi-stage-dockerfile/SKILL.md Adds multi-stage Dockerfile best-practices skill.
plugins/devops-oncall/agents/azure-principal-architect.md Adds Azure principal architect mode agent definition (with many tools).
plugins/devops-oncall/.github/plugin/plugin.json Collapses explicit agent list to ./agents; normalizes skill paths.
plugins/dataverse-sdk-for-python/skills/dataverse-python-usecase-builder/SKILL.md Adds Dataverse Python “use case builder” skill.
plugins/dataverse-sdk-for-python/skills/dataverse-python-quickstart/SKILL.md Adds Dataverse Python quickstart skill.
plugins/dataverse-sdk-for-python/skills/dataverse-python-production-code/SKILL.md Adds Dataverse Python production code skill.
plugins/dataverse-sdk-for-python/skills/dataverse-python-advanced-patterns/SKILL.md Adds Dataverse Python advanced patterns skill.
plugins/dataverse-sdk-for-python/.github/plugin/plugin.json Normalizes skill paths for Dataverse Python plugin.
plugins/database-data-management/skills/postgresql-code-review/SKILL.md Adds PostgreSQL-specific code review skill.
plugins/database-data-management/agents/postgresql-dba.md Adds PostgreSQL DBA agent definition with DB tools.
plugins/database-data-management/agents/ms-sql-dba.md Adds MS SQL DBA agent definition with DB tools.
plugins/database-data-management/.github/plugin/plugin.json Collapses explicit agent list to ./agents; normalizes skill paths.
plugins/csharp-mcp-development/skills/csharp-mcp-server-generator/SKILL.md Adds C# MCP server generator skill.
plugins/csharp-mcp-development/agents/csharp-mcp-expert.md Adds C# MCP server expert agent definition.
plugins/csharp-mcp-development/.github/plugin/plugin.json Collapses explicit agent list to ./agents; normalizes skill path.
plugins/csharp-dotnet-development/skills/dotnet-upgrade/SKILL.md Adds .NET upgrade planning/prompts skill.
plugins/csharp-dotnet-development/skills/dotnet-best-practices/SKILL.md Adds .NET/C# best practices skill.
plugins/csharp-dotnet-development/skills/csharp-xunit/SKILL.md Adds xUnit best practices skill.
plugins/csharp-dotnet-development/skills/csharp-tunit/SKILL.md Adds TUnit best practices skill.
plugins/csharp-dotnet-development/skills/csharp-nunit/SKILL.md Adds NUnit best practices skill.
plugins/csharp-dotnet-development/skills/csharp-async/SKILL.md Adds async best practices skill.
plugins/csharp-dotnet-development/skills/aspnet-minimal-api-openapi/SKILL.md Adds Minimal API + OpenAPI best practices skill.
plugins/csharp-dotnet-development/agents/expert-dotnet-software-engineer.md Adds .NET expert “mode instructions” agent definition.
plugins/csharp-dotnet-development/.github/plugin/plugin.json Collapses explicit agent list to ./agents; normalizes skill paths.
plugins/copilot-sdk/.github/plugin/plugin.json Normalizes skill path.
plugins/context-engineering/skills/what-context-needed/SKILL.md Adds context-requesting skill.
plugins/context-engineering/skills/refactor-plan/SKILL.md Adds refactor planning skill.
plugins/context-engineering/skills/context-map/SKILL.md Adds context mapping skill.
plugins/context-engineering/agents/context-architect.md Adds “Context Architect” agent definition (model/tools specified).
plugins/context-engineering/.github/plugin/plugin.json Collapses explicit agent list to ./agents; normalizes skill paths.
plugins/clojure-interactive-programming/skills/remember-interactive-programming/SKILL.md Adds interactive programming reminder skill.
plugins/clojure-interactive-programming/agents/clojure-interactive-programming.md Adds Clojure REPL-first programming agent definition.
plugins/clojure-interactive-programming/.github/plugin/plugin.json Collapses explicit agent list to ./agents; normalizes skill path.
plugins/cast-imaging/agents/cast-imaging-structural-quality-advisor.md Adds CAST Imaging quality advisor agent definition with MCP server config.
plugins/cast-imaging/agents/cast-imaging-software-discovery.md Adds CAST Imaging software discovery agent definition with MCP server config.
plugins/cast-imaging/agents/cast-imaging-impact-analysis.md Adds CAST Imaging impact analysis agent definition with MCP server config.
plugins/cast-imaging/.github/plugin/plugin.json Collapses explicit agent list to ./agents.
plugins/azure-cloud-development/skills/azure-pricing/references/SERVICE-NAMES.md Adds Azure Retail Prices API serviceName mapping reference.
plugins/azure-cloud-development/skills/azure-pricing/references/REGIONS.md Adds Azure Retail Prices API armRegionName mapping reference.
plugins/azure-cloud-development/skills/azure-pricing/references/COST-ESTIMATOR.md Adds pricing estimation formulas reference.
plugins/azure-cloud-development/skills/azure-pricing/references/COPILOT-STUDIO-RATES.md Adds Copilot Studio rate snapshot + estimator reference.
plugins/azure-cloud-development/agents/terraform-azure-planning.md Adds Terraform implementation planning agent definition.
plugins/azure-cloud-development/agents/terraform-azure-implement.md Adds Terraform implementation agent definition with explicit consent rules.
plugins/azure-cloud-development/agents/azure-verified-modules-terraform.md Adds AVM Terraform mode agent definition.
plugins/azure-cloud-development/agents/azure-verified-modules-bicep.md Adds AVM Bicep mode agent definition.
plugins/azure-cloud-development/agents/azure-saas-architect.md Adds Azure SaaS architect mode agent definition.
plugins/azure-cloud-development/agents/azure-principal-architect.md Adds Azure principal architect mode agent definition.
plugins/azure-cloud-development/agents/azure-logic-apps-expert.md Adds Azure Logic Apps expert mode agent definition.
plugins/azure-cloud-development/.github/plugin/plugin.json Collapses explicit agent list to ./agents; normalizes skill paths.
plugins/awesome-copilot/skills/suggest-awesome-github-copilot-skills/SKILL.md Adds skill for suggesting awesome-copilot skills.
plugins/awesome-copilot/skills/suggest-awesome-github-copilot-instructions/SKILL.md Adds skill for suggesting awesome-copilot instruction files.
plugins/awesome-copilot/skills/suggest-awesome-github-copilot-agents/SKILL.md Adds skill for suggesting awesome-copilot agents.
plugins/awesome-copilot/agents/meta-agentic-project-scaffold.md Adds meta agent to pull prompts/instructions/chatmodes from awesome-copilot.
plugins/awesome-copilot/.github/plugin/plugin.json Collapses explicit agent list to ./agents; normalizes skill paths.
plugins/automate-this/.github/plugin/plugin.json Normalizes skill path.
docs/README.skills.md Adds an index entry for premium-frontend-ui skill.

@utkarsh232005 utkarsh232005 force-pushed the premium-frontend-skill branch from d2baa52 to 72c0454 Compare March 17, 2026 16:07
@aaronpowell aaronpowell merged commit 5418673 into github:staged Mar 18, 2026
8 checks passed
@utkarsh232005 utkarsh232005 deleted the premium-frontend-skill branch March 18, 2026 07:25
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