com um clique
markdown.mbt
markdown.mbt contém 3 skills coletadas de shiguri-01, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
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.