Toutes les collections
Angular
PackNouveau projet Angular : new-app, patterns développeur, UI/a11y, tests web et standards — plus git/PR.
Cette collection Arboris assemble skills et commandes autour d’un même thème. Installe le pack via la CLI ou un ZIP, puis ouvre ton agent pour enchaîner les tâches couvertes. Les éléments listés ci-dessous restent accessibles individuellement dans le catalogue si tu préfères une install à la carte. Objectif : gagner du temps et garder une base commune de prompts de qualité. Chaque skill et chaque commande peut aussi être copié seul, scanné côté sécu, et mis à jour quand le catalogue évolue. Idéal pour standardiser un workflow d’équipe sans imposer un monorepo de prompts.
11 éléments
Commandes · angular-starter
/commitCommit Conventional Commits + changelog/semver (message clair, scope, type)./ready-prPrépare une PR — branche, checks, changelog, commit, description MR (sans push)./review-prLance une revue de pull request structurée (risques, tests, clarté)./explain-codeExplique un fichier ou une sélection de code de façon claire et progressive./ncuMet à jour les packages npm du projet avec npm-check-updates (ncu).
Skills · angular-starter
angular-developerGenerates Angular code and provides architectural guidance. Trigger when creating projects, components, services, or HTTP communication, or for best practices on reactivity (signals, linkedSignal, resource, httpResource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling (component styles, Tailwind CSS), testing, or CLI tooling.angular-new-appCreates a new Angular app using the Angular CLI. This skill should be used whenever a user wants to create a new Angular application and contains important guidelines for how to effectively create a modern Angular application.coding-standardsBaseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.frontend-a11yAccessibility patterns for React and Next.js — semantic HTML, ARIA attributes, form labeling, keyboard navigation, focus management, and screen reader support. Use when building any interactive UI component or form.frontend-patternsFrontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.webapp-testingToolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.