Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

mkt-cli

mkt-cli には diorrego から収集した 15 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
15
Stars
4
更新
2026-03-21
Forks
0
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

coding-guidelines
ソフトウェア開発者

Rust coding guidelines and conventions. Activates for style questions, naming conventions, idiomatic Rust patterns, and general best practices. Use when writing new Rust code or reviewing existing code for idiom compliance.

2026-03-21
concurrency
ソフトウェア開発者

Rust concurrency and async programming. Activates for async/await, tokio, futures, Send/Sync traits, Arc/Mutex usage, channels, thread pools, parallelism with rayon, and concurrent data structure questions.

2026-03-21
error-handling
ソフトウェア開発者

Rust error handling patterns and strategies. Activates for Result/Option usage, custom error types, error propagation with ?, anyhow/thiserror usage, panic handling, and error type design questions.

2026-03-21
ownership
ソフトウェア開発者

Rust ownership, borrowing, and lifetimes specialist. Activates on move errors (E0382, E0505, E0507, E0515), lifetime errors (E0597, E0716, E0106), borrow checker issues, and questions about ownership semantics, Clone vs Copy, and reference lifetimes.

2026-03-21
rust-architecture
ソフトウェア開発者

Rust project architecture and design. Use for project structure decisions, workspace organization, module hierarchy, crate splitting, dependency injection, and trait-based design. Invoke with /rust-architecture for architecture reviews.

2026-03-21
rust-ci
ソフトウェア開発者

Rust CI/CD setup and release automation. Activates for GitHub Actions configuration, clippy/rustfmt CI, release workflows, cross-compilation, and deployment questions. Invoke with /rust-ci.

2026-03-21
rust-deps
ソフトウェア開発者

Rust dependency management and Cargo.toml configuration. Activates for dependency selection, feature flags, version management, workspace dependencies, publishing, and Cargo.toml questions.

2026-03-21
rust-domain-cli
ソフトウェア開発者

Rust CLI application development. Activates for command-line tool design, argument parsing with clap, TUI frameworks, terminal I/O, progress bars, and CLI UX patterns.

2026-03-21
rust-domain-embedded
ソフトウェア開発者

Rust embedded and no_std development. Activates for bare-metal programming, HAL usage, interrupt handling, no_std constraints, embedded-hal traits, and microcontroller development.

2026-03-21
rust-domain-web
ソフトウェア開発者

Rust web backend development. Activates for HTTP servers, REST APIs, middleware, authentication, database integration, and web application architecture with axum, actix-web, or tower.

2026-03-21
rust-performance
ソフトウェア開発者

Rust performance optimization. Activates for benchmarking, profiling, allocation reduction, cache optimization, SIMD, zero-copy patterns, and performance-related questions. Invoke with /rust-performance.

2026-03-21
rust-refactor
ソフトウェア開発者

Rust refactoring patterns and techniques. Activates for code simplification, extract function/module, rename, dead code removal, and API redesign. Invoke with /rust-refactor.

2026-03-21
rust-router
その他コンピュータ職

Master routing skill for Rust development. Automatically activates when working with Rust code to route queries to the most appropriate specialized skill based on error codes, keywords, and context.

2026-03-21
rust-testing
ソフトウェア品質保証アナリスト・テスター

Rust testing strategies and patterns. Activates for test writing, test organization, mocking, property-based testing, integration tests, benchmark setup, and test coverage questions. Invoke with /rust-testing.

2026-03-21
unsafe-checker
ソフトウェア開発者

Unsafe Rust code reviewer. Activates when encountering unsafe blocks, FFI code, raw pointers, transmute, MaybeUninit, or when reviewing code for memory safety. Use explicitly with /unsafe-checker to audit unsafe code.

2026-03-21