Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

dog-rate-app

يحتوي dog-rate-app على 6 من skills المجمعة من FabianGosebrink، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
6
Stars
98
محدث
2026-07-13
Forks
11
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

angular-components
مطوّرو البرمجيات

Use when writing or editing an Angular component in this workspace — presentational (ui) or container components. Covers the clean component rules: dumb ui components, thin containers, and where logic must not go.

2026-07-13
angular-testing
محللو ضمان جودة البرمجيات والمختبرون

Use whenever writing, editing, running, or fixing a Vitest spec (`*.spec.ts`) in this workspace — signal stores, `rxMethod`s, `computed`s, presentational and container components, mocks/spies, or pure utils. ESPECIALLY reach for this the moment a test involves anything async (`rxMethod`, HTTP, a timer) or a signal-driven effect, because this app is zoneless and the usual `fakeAsync`/`tick` recipe silently does not work here. If you find yourself about to import `fakeAsync`, `tick`, or reach for `zone.js`, stop and read this first. Also reach for this when you're chasing 100% Vitest coverage.

2026-07-13
create-signal-store
مطوّرو البرمجيات

Use when the user asks to add state management or create a store for a feature in this Angular workspace.

2026-07-13
state-management
مطوّرو البرمجيات

Use when adding or changing any state in this Angular workspace — creating a signal store, deciding whether state belongs in a local or root store, or wiring an async load. Always applies when state is introduced, not only when refactoring existing stores.

2026-07-13
angular-signals
مطوّرو البرمجيات

Use whenever writing or editing an Angular `computed()` or `effect()` — including signal-based derivations inside `signalStore` (`withComputed`), component `computed`s, and any `effect`. Applies even for one-line derivations.

2026-07-09
create-nx-library
مطوّرو البرمجيات

Use when the user asks to create a new Nx library in this workspace.

2026-06-23