docs: add view queries and content projection reference to developer skill - #70133
docs: add view queries and content projection reference to developer skill#70133aminesbdev wants to merge 1 commit into
Conversation
|
@aminesbdev thanks for sending this PR. I have some questions for you about it:
|
Thanks for the review @MarkTechson Regarding your first point, yeah, I've noticed coding agents struggle a lot here. Since they're mostly trained on older codebases, they default to @ViewChild and @ContentChild. When they do try using signal queries, they often mess up the syntax (like trying to pass { static: true } which doesn't compile). They also don't know about Angular 18's new fallback content in , so they end up writing a lot of custom boilerplate to work around it. On skillgrade, I haven't set up any evals yet. Since we don't have a testing harness in the repo for these skills, I wanted to get the content right first. But I'm down to write an eval.yaml and test it out if you think that's a good next step. |
|
@MarkTechson Here is some screenshot of my local skillgrade HTML preview showing the comparative results Even the state-of-the-art gpt-5.6-sol reasoning model has a 10% failure rate due to inconsistent formatting and legacy options fallback (90% Pass Rate over 10 trials). |
7dc7369 to
14bcb51
Compare



Adds a new reference file for signal-based view/content queries and modern content projection practices (including Angular 18 fallback content) to the developer skill.