Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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