Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

motoko-skills

motoko-skills contiene 10 skills recopiladas de research-ag, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
10
Stars
0
actualizado
2026-05-28
Forks
0
Cobertura ocupacional
1 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

motoko-mops-package-maintenance
Desarrolladores de software

Automate maintaining a Motoko mops package — upgrade dependencies, fix compiler warnings, run tests and benchmarks, fix breakages, update CHANGELOG, review doc strings and docs, run the formatter, and prepare a patch release on a new git branch.

2026-05-28
motoko-github-ci-workflow
Desarrolladores de software

Add a GitHub CI workflow for PRs to a Motoko repository, including mops tests, benchmarks, formatting checks, and building canisters or examples.

2026-05-28
motoko-doc-strings
Desarrolladores de software

Add `///` doc strings to public objects in Motoko modules so that `mo-doc` produces useful HTML/Markdown documentation. Covers placement rules, formatting, code examples, common pitfalls, and a verification workflow.

2026-05-26
motoko-benchmarks-generation
Desarrolladores de software

How to write benchmarks in Motoko using bench‑helper. Covers project setup (mops.toml), bench file layout in bench/*.bench.mo, the Bench.Schema rows/cols model, and safe patterns for encode/decode, hashing, crypto, and allocation benches.

2026-05-26
motoko-compiler-warnings-fixes
Desarrolladores de software

Guidelines for fixing Motoko compiler warnings (moc). Use when asked to fix, suppress, or clean up Motoko compiler warnings from `dfx build --check` or `moc --check`.

2026-05-26
motoko-core-code-improvements
Desarrolladores de software

Optional, modular cleanups and style improvements to apply on new mo:core projects (or after mo:core migration). Covers import ordering, unused import cleanup, and single‑expression return removal, with detection checks and automation recipes.

2026-05-08
motoko-dot-notation-migration
Desarrolladores de software

Use new dot-notation syntax in projects with mo:core dependency

2026-04-30
motoko-performance-optimizations
Desarrolladores de software

General performance optimization techniques for Motoko. Reducing allocations, efficient Text building, fixed-width arithmetic, block processing, async patterns, and more. Load when you need to improve hot paths or reduce overhead without changing behavior.

2026-04-30
motoko-base-to-core-migration
Desarrolladores de software

Complete, AI-ready playbook to migrate Motoko projects from mo:base to mo:core — phases, renames, data structure changes, agent strategy, verification scripts, upgrade tests, and production rollout.

2026-03-26
motoko-general-style-guidelines
Desarrolladores de software

Load when working with contents in *.mo files

2026-03-26