Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
FabianGosebrink
GitHub 제작자 프로필

FabianGosebrink

1개 GitHub 저장소에서 수집된 6개 skills를 저장소 단위로 보여줍니다.

수집된 skills
6
저장소
1
업데이트
2026-07-13
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 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
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다