Add new agent: expert-angular-frontend-engineer#832
Closed
zshn-dev wants to merge 2 commits intogithub:stagedfrom
Closed
Add new agent: expert-angular-frontend-engineer#832zshn-dev wants to merge 2 commits intogithub:stagedfrom
zshn-dev wants to merge 2 commits intogithub:stagedfrom
Conversation
Add a new agent definition for an Expert Angular 21 Frontend Engineer (agents/expert-angular-frontend-engineer.agent.md) including metadata, expertise/guidelines, and extensive code examples demonstrating standalone components, Signals, zoneless change detection, inject(), reactive patterns, testing, routing, and performance best practices. Also update docs/README.agents.md to register the new agent with install badges and a short description.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a new agent for Angular frontend development expertise and updates plugin configurations across the repository to use standardized directory path formats. The agent provides comprehensive guidance on modern Angular development practices, while the configuration changes improve consistency in how plugins reference their agents and skills folders.
Changes:
- Added a new
expert-angular-frontend-engineer.agent.mdagent specializing in modern Angular development - Updated multiple plugin configurations to use
"./agents"instead of listing individual agent files - Standardized skill folder references to remove trailing slashes across all plugins
Reviewed changes
Copilot reviewed 139 out of 234 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| agents/expert-angular-frontend-engineer.agent.md | New agent file providing Angular 21 expertise with Signals, zoneless change detection, and modern best practices |
| docs/README.agents.md | Added entry for the new Expert Angular Frontend Engineer agent to the documentation index |
| plugins/*/plugin.json | Updated to use "./agents" directory reference instead of individual file paths for cleaner configuration |
| plugins/*/plugin.json | Standardized skill folder references by removing trailing slashes (e.g., ./skills/skill-name instead of ./skills/skill-name/) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
This agent was created to deeply understand Angular's modern ecosystem and it provides:
Type of Contribution
Additional Notes
None
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.