en un clic
markdown.mbt
markdown.mbt contient 3 skills collectées depuis shiguri-01, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Profile and improve this MoonBit library using the repository's profiling workflow. Use when asked to measure parser/rendering performance, inspect hot functions, compare before/after optimization results, run wasm-gc or native profiling, or interpret summaries produced by just prof-wasm-gc, just prof-native, or moon-pprof.
Guide for writing, refactoring, and testing MoonBit projects. Use when working in MoonBit modules or packages, organizing MoonBit files, using moon tooling (build/check/run/test/doc/ide etc.), or following MoonBit-specific layout, documentation, and testing conventions.
Create formal spec-driven MoonBit APIs and test suites. Use when asked to set up a spec.mbt, spec-driven tests, or a formal contract-first workflow (e.g., "set up a formal spec & test suite for Yaml in MoonBit"), including moon.mod.json/moon.pkg.json scaffolding and guidance to implement in separate files.