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

jess

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

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

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

perf-architecture
مطوّرو البرمجيات

Load BEFORE writing or changing code on Jess hot paths (core tree/eval/render, grammar/parser, extend/selector algorithms). Packages the 9 V8-architecture invariants as pre-write checks and points at the canonical checklist.

2026-07-23
fixture-driven-dev
مطوّرو البرمجيات

Use when working with fixture-based or expected-output tests (especially Less test-data). Helps isolate one fixture, reproduce deterministically, update expectations safely, and avoid cross-package build pitfalls.

2026-07-22
api-surface-safety
مطوّرو البرمجيات

Use when changing exports, entrypoints, or shared types across packages. Ensures public API stability, correct ESM/CJS surface, and cross-package build/test validation.

2026-07-12
perf-sanity
مطوّرو البرمجيات

Use when changing perf-sensitive codepaths (parsing, selector/extend algorithms). Provides a lightweight sanity protocol and avoids ungrounded perf claims.

2026-07-12
subagent-review
محللو ضمان جودة البرمجيات والمختبرون

Keep reviews light by running quick spec and quality checks after each task before claiming completion.

2026-07-12
systematic-debugging
مطوّرو البرمجيات

Use a strict observe-hypothesize-trace-verify-fix loop when debugging; avoid random changes and context loss. Use when the user is debugging, investigating a failure, or fixing a bug.

2026-07-12
verification-before-completion
مطوّرو البرمجيات

Run and read the verification command every time before claiming success. Use when you are about to report a fix, tests/builds passing, or task completion.

2026-07-12