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

ballerina

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

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

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

add-stdlib-support
مطوّرو البرمجيات

Port a new ballerina/<name> stdlib package from jBallerina to this Go-native interpreter. Use when the user asks to migrate, port, or add a Ballerina standard library module that does not yet exist under `lib/stdlibs/ballerina/`. For filling gaps in an existing stdlib, use `fill-stdlib-gap` instead.

2026-07-10
stdlib-readme-format
مطوّرو البرمجيات

Authoritative format contract for `lib/stdlibs/ballerina/<name>/0.0.1/go1.26/README.md` files. Use when creating or updating any stdlib README, or when auditing an existing one for consistency.

2026-07-10
validate-stdlib-contract
مطوّرو البرمجيات

Validate that a ballerina/<name> stdlib's Go public contract does not break the jBallerina public interface. Use when asked to validate, check, or verify a stdlib's public contract against jBallerina, or to review a stdlib PR for public-interface breakage. Produces a summary report at CONTRACT_VALIDATION.md. For porting a new stdlib use `add-stdlib-support`; for filling a gap use `fill-stdlib-gap`.

2026-07-10
fill-stdlib-gap
مطوّرو البرمجيات

Fill a gap in an existing ballerina/<name> stdlib — implement a function marked Not Yet Supported, promote a Partially Supported row, or fix a behavioural divergence. Use when the target stdlib already exists under `lib/stdlibs/ballerina/`. For brand-new stdlibs, use `add-stdlib-support`.

2026-07-10
manage-corpus-tests
محللو ضمان جودة البرمجيات والمختبرون

Creating/updating corpus tests

2026-06-24
run-jballerina
مطوّرو البرمجيات

Run a given Ballerina source file with jBallerina to compare behaviour against this interpreter

2026-06-17