Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

motoko-skills

motoko-skills 收录了来自 research-ag 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
10
Stars
0
更新
2026-05-28
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

motoko-mops-package-maintenance
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-04-30
motoko-performance-optimizations
软件开发工程师

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
软件开发工程师

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
软件开发工程师

Load when working with contents in *.mo files

2026-03-26