Create comprehensive test suites and fix failing tests for Angular 20 zoneless signal components. Use when creating/writing/adding tests, fixing a failing test, improving coverage, handling TS2345 or NullInjectorError, testing signal inputs/outputs, effects…
ncoevoet/facet
SkillsMP has collected 7 skills from ncoevoet/facet. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 7
- GitHub stars
- 209
- GitHub forks
- 23
Skills in this repository
Showing 7 of 7 collected skills.
Advanced autonomous orchestrator for complex multi-agent coding workflows. Use for a complex multi-step task that needs planning, parallel agents and self-correction, or when asked to orchestrate agents. Do NOT use for a single-file edit, a one-shot question,…
Browser debugging with Chrome DevTools MCP. Use for UI issues, unexpected API requests, wrong payloads, UI debugging, network request inspection, console errors, page snapshots, browser automation, UI validation testing, CSS layout debugging, or visual…
Detect code smells, DRY violations, and refactoring opportunities across Angular codebase. Use when identifying duplicate code, reducing code duplication, extracting base classes, centralizing logic, detecting shotgun surgery patterns, or improving code…
CSS and Tailwind v4 layout patterns. Use for @apply not working in SCSS, @reference tailwindcss, flex height chain, overflow not working, flex:1 in flex-row, the page scrolling instead of the container, dark theme styling, responsive/breakpoint work,…
Detect and fix unsafe effect patterns in Angular signals including constructor effects, form mutations, observable subscriptions in effects, and feedback loops. Use when fixing infinite loops, detecting ObjectUnsubscribedError, preventing form mutation side…
Signal-based state management patterns for zoneless Angular 20 components. Use when building components with signal(), computed(), effect(), fixing UI not updating issues, detecting array/object mutations, or handling parent-child communication with signals.…