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

sounio

يحتوي sounio على 26 من skills المجمعة من Sounio-lang، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
26
Stars
4
محدث
2026-03-25
Forks
0
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

sounio-check
محللو ضمان جودة البرمجيات والمختبرون

Type-check a Sounio .sio file using the souc compiler

2026-03-25
sounio-run
مطوّرو البرمجيات

JIT-execute a Sounio .sio file and show output

2026-03-25
sounio-check
مطوّرو البرمجيات

Type-check a Sounio .sio file using the souc compiler

2026-03-25
sounio-run
مطوّرو البرمجيات

Compile and run a Sounio .sio file and show output

2026-03-25
sounio-bootstrap
مطوّرو البرمجيات

Work on the self-hosted Sounio compiler bootstrap path: self-hosted/main.sio pipeline modes (--lex, --parse, --check, --ir-dump, --native-compile), frontend corpus gates, and bootstrap binary milestones.

2026-03-25
sounio-native-codegen
مطوّرو البرمجيات

Work on the native x86-64 code generation backend: register allocation, instruction encoding, peephole optimization, frame sizing, ELF output, and the compile_ir_function pipeline; use when editing any sprint 52–65+ native/*.sio files.

2026-03-25
sounio-pgo
مطوّرو البرمجيات

Work on the profile-guided optimization pipeline: counter injection, .sprof file output, strategy promotion, inlining, layout, const-fold/DCE, and register allocation; use when editing any sprint 38–52+ IR optimization files.

2026-03-25
sounio-render
مطوّرو البرمجيات

Work on the Sounio render platform: stdlib/render/ API, examples/render/ examples, website showcase generation, and GPU backend emitters; use when editing any render-related .sio file or website preview.

2026-03-25
sounio-lint
محللو ضمان جودة البرمجيات والمختبرون

Scan a .sio file for Rust-isms and suggest Sounio-native fixes

2026-03-24
sounio-l0-core
مطوّرو البرمجيات

L0 epistemic core of Sounio: language identity, epistemic invariants, and effect discipline; use when explaining or extending the L0 language semantics.

2026-03-21
sounio-language
مبرمجو الحاسوب

Write and edit Sounio `.sio` code, examples, and language docs; enforce Sounio-native syntax (`var`, `&!`, explicit `with` effects) and reduce Rust-like drift across `examples/`, `tests/`, and `docs/`.

2026-03-21
sounio-typeck-effects
مطوّرو البرمجيات

Work on Sounio type checking and effect system (bidirectional inference, effect inference/enforcement, and type rules); use when editing `compiler/src/typeck/`, `compiler/src/types/`, `compiler/src/check/`, or `compiler/src/effects/`.

2026-03-21
automatic-differentiation-advanced
مطوّرو البرمجيات

Extend Sounio's automatic differentiation capabilities to higher‑order derivatives, Hessians, differentiation through control flow, and GPU‑accelerated gradient computation, enabling state‑of‑the‑art scientific machine learning.

2026-03-14
epistemic-uncertainty-quantification
علماء البيانات

Extend Sounio's epistemic types with advanced uncertainty quantification methods, such as confidence intervals, non‑Gaussian distributions, and Dempster‑Shafer evidence combination, positioning the language at the state‑of‑the‑art in measurement science.

2026-03-14
formal-verification-epistemic
مطوّرو البرمجيات

Integrate formal verification tools (SMT solvers, Lean) to prove properties of epistemic programs, such as uncertainty bounds, confidence guarantees, and provenance integrity, establishing Sounio as a language with mathematically verified scientific claims.

2026-03-14
safe-refactoring
مطوّرو البرمجيات

Perform systematic, safety‑preserving refactoring of code in any language, using dependency analysis, invariant detection, and verification techniques to avoid introducing bugs.

2026-03-14
epistemic-uncertainty-quantification
مطوّرو البرمجيات

Extend Sounio's epistemic types with advanced uncertainty quantification methods, such as confidence intervals, non‑Gaussian distributions, and Dempster‑Shafer evidence combination, positioning the language at the state‑of‑the‑art in measurement science.

2026-03-14
model-dispatch
مطوّرو البرمجيات

Choose which AI model to use for a given Sounio task: type-checker changes, render examples, PGO passes, docs/skills updates, bootstrap debugging, codebase sweeps, and paper sections.

2026-03-12
sounio-codegen-backends
مطوّرو البرمجيات

Work on Sounio code generation and backends (Cranelift, LLVM, GPU, native ELF backend); use when editing `compiler/src/codegen/`, `compiler/src/backend/`, or backend-adjacent runtime glue.

2026-01-21
sounio-compiler-mir
مطوّرو البرمجيات

Implement and debug Sounio MIR/SSA analyses and optimization passes (CSE/DCE/const-prop/LICM); use when editing `compiler/src/mir/` or adding MIR-level performance work.

2026-01-21
sounio-epistemic-types
مطوّرو البرمجيات

Work on Sounio epistemic computing: `Knowledge`/uncertainty/confidence/provenance, ontology bindings, and dependent epistemic subtyping/proofs; use when editing `compiler/src/epistemic/`, `compiler/src/dependent/`, or `stdlib/epistemic/`.

2026-01-21
sounio-examples-hygiene
مطوّرو البرمجيات

Keep `examples/` compiling and aligned with the compiler; use when editing examples or enforcing example hygiene.

2026-01-21
sounio-ontology
مطوّرو البرمجيات

Work on Sounio scientific ontology integration (term resolution, embeddings, semantic typing, federated ontologies); use when editing `compiler/src/ontology/` or ontology-related diagnostics/types.

2026-01-21
sounio-stdlib-dev
مطوّرو البرمجيات

Develop the Sounio standard library (`stdlib/`): add/edit modules, keep APIs consistent, and update `STDLIB_REFERENCE.md`; use when working on stdlib `.sio` code or stdlib docs/tests.

2026-01-21
sounio-tests-suite
محللو ضمان جودة البرمجيات والمختبرون

Add and maintain Sounio tests: `tests/run-pass`, `tests/compile-fail`, `tests/ui`, and Rust integration tests under `compiler/tests`; use when writing regressions or adjusting diagnostics expectations.

2026-01-21
sounio-tooling
مطوّرو البرمجيات

Work on Sounio tooling: LSP, VSCode extension, playground (WASM), and Jupyter kernel; use when editing `compiler/src/lsp/`, `editors/vscode/`, `playground/`, or `jupyter/`.

2026-01-21