Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

motoko-skills

motoko-skills에는 research-ag에서 수집한 skills 10개가 있으며, 저장소 수준 직업 범위와 사이트 내 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