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

growi

يحتوي growi على 14 من skills المجمعة من growilabs، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
14
Stars
1.5k
محدث
2026-06-04
Forks
239
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

app-specific-patterns
مطوّرو البرمجيات

GROWI main application (apps/app) specific patterns for Next.js, Jotai, SWR, and testing. Auto-invoked when working in apps/app.

2026-06-04
essential-test-design
محللو ضمان جودة البرمجيات والمختبرون

Write tests that verify observable behavior (contract), not implementation details. Auto-invoked when writing or reviewing tests.

2026-06-04
essential-test-patterns
محللو ضمان جودة البرمجيات والمختبرون

GROWI testing patterns with Vitest, React Testing Library, and vitest-mock-extended (type-safe mocking, avoid type assertions). Auto-invoked when writing or reviewing tests.

2026-06-04
investigate-issue
مطوّرو البرمجيات

Investigate a GitHub issue - fetch info, update labels, analyze code/reproduce, report findings, and optionally fix. Usage: /investigate-issue <issue-url-or-number>

2026-05-21
app-commands
مطوّرو البرمجيات

GROWI main application (apps/app) specific commands and scripts. Auto-invoked when working in apps/app.

2026-05-15
page-transition-and-rendering-flow
مطوّرو الويب

Auto-invoked when modifying page transition logic, global atom hydration, or the `[[...path]]` dynamic route. Explains the data flow from SSR/client navigation to page rendering, and the hydration-vs-subsequent-sync rule for global atoms (`currentPathnameAtom`, `currentUserAtom`, `isMaintenanceModeAtom`).

2026-04-17
kiro-spec-cleanup
متخصصو إدارة المشاريع

Organize and clean up specification documents after implementation completion. Removes implementation details while preserving essential context for future refactoring.

2026-04-16
kiro-spec-init
متخصصو إدارة المشاريع

Initialize a new specification with detailed project description

2026-04-16
kiro-spec-quick
متخصصو إدارة المشاريع

Quick spec generation with interactive or automatic mode

2026-04-16
build-optimization
مطوّرو البرمجيات

GROWI apps/app Turbopack configuration, module optimization, and build measurement tooling. Auto-invoked when working in apps/app.

2026-03-30
fix-broken-next-symlinks
مطوّرو البرمجيات

Fix broken symlinks in .next/node_modules/ — diagnose, decide allowlist vs dependencies, and verify

2026-03-24
vendor-styles-components
مطوّرو الويب

Vendor CSS precompilation system for Turbopack compatibility. How to add third-party CSS to components without violating Pages Router global CSS restriction. Auto-invoked when working in apps/app.

2026-03-06
page-save-origin-semantics
مطوّرو البرمجيات

Auto-invoked when modifying origin-based conflict detection, revision validation logic, or isUpdatable() method. Explains the two-stage origin check mechanism for conflict detection and its separation from diff detection.

2026-02-06
app-architecture
مطوّرو البرمجيات

GROWI main application (apps/app) architecture, directory structure, and design patterns. Auto-invoked when working in apps/app.

2026-01-23