Skip to main content
GitHub 저장소

konduit

konduit에는 cardano-lightning에서 수집한 skills 48개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
48
Stars
8
업데이트
2026-06-02
Forks
3
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

m10-performance
소프트웨어 개발자

CRITICAL: Use for performance optimization. Triggers: performance, optimization, benchmark, profiling, flamegraph, criterion, slow, fast, allocation, cache, SIMD, make it faster, 性能优化, 基准测试

2026-06-02
m11-ecosystem
소프트웨어 개발자

Use when integrating crates or ecosystem questions. Keywords: E0425, E0433, E0603, crate, cargo, dependency, feature flag, workspace, which crate to use, using external C libraries, creating Python extensions, PyO3, wasm, WebAssembly, bindgen, cbindgen, napi-rs, cannot find, private, crate recommendation, best crate for, Cargo.toml, features, crate 推荐, 依赖管理, 特性标志, 工作空间, Python 绑定

2026-06-02
bech32-encoding-decoding
소프트웨어 개발자

Encode and decode bech32 and bech32m strings using the local bech32 and bech32m CLI.

2026-05-07
cardano-cli-doctor
소프트웨어 개발자

Diagnose cardano-cli: version, era-prefixed vs legacy syntax, network flags. Produces compatibility report.

2026-05-07
cardano-cli-plutus-scripts-operator
소프트웨어 개발자

Execute Plutus script transactions: script spends, datum/redeemer submission. Manual invoke only.

2026-05-07
cardano-cli-plutus-scripts
소프트웨어 개발자

Plutus script guidance: datums, redeemers, collateral, reference scripts. Templates only—use operator to execute.

2026-05-07
cardano-cli-staking-operator
소프트웨어 개발자

Execute staking operations: registration, delegation, rewards withdrawal. Manual invoke only.

2026-05-07
cardano-cli-staking
소프트웨어 개발자

Staking guidance: registration, delegation, rewards. Provides templates (no execution). Use operator skill to execute.

2026-05-07
cardano-cli-transactions-operator
소프트웨어 개발자

Execute transaction builds and submits. Manual invoke only—requires explicit confirmation before submit.

2026-05-07
cardano-cli-transactions
소프트웨어 개발자

Transaction guidance: build, sign, submit patterns. Provides templates (no execution). Use operator skill to execute.

2026-05-07
cardano-cli-wallets-operator
소프트웨어 개발자

Execute wallet operations: key generation, address building. Manual invoke only for safety.

2026-05-07
cardano-cli-wallets
소프트웨어 개발자

Wallet guidance: key generation, address building, UTxO queries. Provides templates and explanations (no execution).

2026-05-07
cardano-protocol-params
소프트웨어 개발자

Protocol parameters: fetch pparams, understand fees, min-UTxO, execution budgets. Read-only diagnostics.

2026-05-07
cbor-encoding-decoding
소프트웨어 개발자

Guidance for encoding/decoding CBOR and interpreting cbor-hex/diag using cbor-diag. Useful for debugging cardano transactions and datum values.

2026-05-07
code-index-mcp
소프트웨어 개발자

Search and analyze the Moneta codebase with the active code-index MCP server. Use this first for repository understanding, planning, review, and indexed code exploration.

2026-05-07
coding-guidelines
소프트웨어 개발자

Use when asking about Rust code style or best practices. Keywords: naming, formatting, comment, clippy, rustfmt, lint, code style, best practice, P.NAM, G.FMT, code review, naming convention, variable naming, function naming, type naming, 命名规范, 代码风格, 格式化, 最佳实践, 代码审查, 怎么命名

2026-05-07
domain-cli
소프트웨어 개발자

Use when building CLI tools. Keywords: CLI, command line, terminal, clap, structopt, argument parsing, subcommand, interactive, TUI, ratatui, crossterm, indicatif, progress bar, colored output, shell completion, config file, environment variable, 命令行, 终端应用, 参数解析

2026-05-07
domain-cloud-native
소프트웨어 개발자

Use when building cloud-native apps. Keywords: kubernetes, k8s, docker, container, grpc, tonic, microservice, service mesh, observability, tracing, metrics, health check, cloud, deployment, 云原生, 微服务, 容器

2026-05-07
domain-embedded
소프트웨어 개발자

Use when developing embedded/no_std Rust. Keywords: embedded, no_std, microcontroller, MCU, ARM, RISC-V, bare metal, firmware, HAL, PAC, RTIC, embassy, interrupt, DMA, peripheral, GPIO, SPI, I2C, UART, embedded-hal, cortex-m, esp32, stm32, nrf, 嵌入式, 单片机, 固件, 裸机

2026-05-07
domain-fintech
소프트웨어 개발자

Use when building fintech apps. Keywords: fintech, trading, decimal, currency, financial, money, transaction, ledger, payment, exchange rate, precision, rounding, accounting, 金融, 交易系统, 货币, 支付

2026-05-07
domain-iot
소프트웨어 개발자

Use when building IoT apps. Keywords: IoT, Internet of Things, sensor, MQTT, device, edge computing, telemetry, actuator, smart home, gateway, protocol, 物联网, 传感器, 边缘计算, 智能家居

2026-05-07
domain-ml
데이터 과학자

Use when building ML/AI apps in Rust. Keywords: machine learning, ML, AI, tensor, model, inference, neural network, deep learning, training, prediction, ndarray, tch-rs, burn, candle, 机器学习, 人工智能, 模型推理

2026-05-07
domain-web
웹 개발자

Use when building web services. Keywords: web server, HTTP, REST API, GraphQL, WebSocket, axum, actix, warp, rocket, tower, hyper, reqwest, middleware, router, handler, extractor, state management, authentication, authorization, JWT, session, cookie, CORS, rate limiting, web 开发, HTTP 服务, API 设计, 中间件, 路由

2026-05-07
git-commit-formatter
소프트웨어 개발자

Formats git commit messages according to Conventional Commits specification. Use this when the user asks to commit changes or write a commit message.

2026-05-07
m01-ownership
소프트웨어 개발자

CRITICAL: Use for ownership/borrow/lifetime issues. Triggers: E0382, E0597, E0506, E0507, E0515, E0716, E0106, value moved, borrowed value does not live long enough, cannot move out of, use of moved value, ownership, borrow, lifetime, 'a, 'static, move, clone, Copy, 所有权, 借用, 生命周期

2026-05-07
m02-resource
소프트웨어 개발자

CRITICAL: Use for smart pointers and resource management. Triggers: Box, Rc, Arc, Weak, RefCell, Cell, smart pointer, heap allocation, reference counting, RAII, Drop, should I use Box or Rc, when to use Arc vs Rc, 智能指针, 引用计数, 堆分配

2026-05-07
m03-mutability
소프트웨어 개발자

CRITICAL: Use for mutability issues. Triggers: E0596, E0499, E0502, cannot borrow as mutable, already borrowed as immutable, mut, &mut, interior mutability, Cell, RefCell, Mutex, RwLock, 可变性, 内部可变性, 借用冲突

2026-05-07
m04-zero-cost
소프트웨어 개발자

CRITICAL: Use for generics, traits, zero-cost abstraction. Triggers: E0277, E0308, E0599, generic, trait, impl, dyn, where, monomorphization, static dispatch, dynamic dispatch, impl Trait, trait bound not satisfied, 泛型, 特征, 零成本抽象, 单态化

2026-05-07
m05-type-driven
소프트웨어 개발자

CRITICAL: Use for type-driven design. Triggers: type state, PhantomData, newtype, marker trait, builder pattern, make invalid states unrepresentable, compile-time validation, sealed trait, ZST, 类型状态, 新类型模式, 类型驱动设计

2026-05-07
m06-error-handling
소프트웨어 개발자

CRITICAL: Use for error handling. Triggers: Result, Option, Error, ?, unwrap, expect, panic, anyhow, thiserror, when to panic vs return Result, custom error, error propagation, 错误处理, Result 用法, 什么时候用 panic

2026-05-07
m07-concurrency
소프트웨어 개발자

CRITICAL: Use for concurrency/async. Triggers: E0277 Send Sync, cannot be sent between threads, thread, spawn, channel, mpsc, Mutex, RwLock, Atomic, async, await, Future, tokio, deadlock, race condition, 并发, 线程, 异步, 死锁

2026-05-07
m09-domain
소프트웨어 개발자

CRITICAL: Use for domain modeling. Triggers: domain model, DDD, domain-driven design, entity, value object, aggregate, repository pattern, business rules, validation, invariant, 领域模型, 领域驱动设计, 业务规则

2026-05-07
m12-lifecycle
소프트웨어 개발자

Use when designing resource lifecycles. Keywords: RAII, Drop, resource lifecycle, connection pool, lazy initialization, connection pool design, resource cleanup patterns, cleanup, scope, OnceCell, Lazy, once_cell, OnceLock, transaction, session management, when is Drop called, cleanup on error, guard pattern, scope guard, 资源生命周期, 连接池, 惰性初始化, 资源清理, RAII 模式

2026-05-07
m13-domain-error
소프트웨어 개발자

Use when designing domain error handling. Keywords: domain error, error categorization, recovery strategy, retry, fallback, domain error hierarchy, user-facing vs internal errors, error code design, circuit breaker, graceful degradation, resilience, error context, backoff, retry with backoff, error recovery, transient vs permanent error, 领域错误, 错误分类, 恢复策略, 重试, 熔断器, 优雅降级

2026-05-07
m14-mental-model
고등교육 컴퓨터공학 교원

Use when learning Rust concepts. Keywords: mental model, how to think about ownership, understanding borrow checker, visualizing memory layout, analogy, misconception, explaining ownership, why does Rust, help me understand, confused about, learning Rust, explain like I'm, ELI5, intuition for, coming from Java, coming from Python, 心智模型, 如何理解所有权, 学习 Rust, Rust 入门, 为什么 Rust

2026-05-07
m15-anti-pattern
소프트웨어 품질 보증 분석가·테스터

Use when reviewing code for anti-patterns. Keywords: anti-pattern, common mistake, pitfall, code smell, bad practice, code review, is this an anti-pattern, better way to do this, common mistake to avoid, why is this bad, idiomatic way, beginner mistake, fighting borrow checker, clone everywhere, unwrap in production, should I refactor, 反模式, 常见错误, 代码异味, 最佳实践, 地道写法

2026-05-07
meta-cognition-parallel
데이터 과학자

EXPERIMENTAL: Three-layer parallel meta-cognition analysis. Triggers on: /meta-parallel, 三层分析, parallel analysis, 并行元认知

2026-05-07
rust-call-graph
소프트웨어 개발자

Visualize Rust function call graphs using LSP. Triggers on: /call-graph, call hierarchy, who calls, what calls, 调用图, 调用关系, 谁调用了, 调用了谁

2026-05-07
rust-code-navigator
소프트웨어 개발자

Navigate Rust code using LSP. Triggers on: /navigate, go to definition, find references, where is defined, 跳转定义, 查找引用, 定义在哪, 谁用了这个

2026-05-07
rust-daily
소프트웨어 개발자

CRITICAL: Use for Rust news and daily/weekly/monthly reports. Triggers on: rust news, rust daily, rust weekly, TWIR, rust blog, Rust 日报, Rust 周报, Rust 新闻, Rust 动态

2026-05-07
이 저장소에서 수집된 skills 48개 중 상위 40개를 표시합니다.
konduit GitHub Agent Skills | SkillsMP