Trending Skills

The hottest skills gaining momentum in the community right now.

Showing 49849-49872 of 50569 skills
lywa1998

m03-mutability

by lywa1998

"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, 可变性, 内部可变性, 借用冲突"

Processing 0 4mo ago
lywa1998

domain-cloud-native

by lywa1998

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

API Dev 0 4mo ago
Incept5

eve-pipelines-workflows

by Incept5

Define and run Eve pipelines and workflows via manifest and CLI. Use when wiring build, release, deploy flows or invoking workflow jobs.

Agents 0 3mo ago
Incept5

eve-agent-memory

by Incept5

Choose and combine Eve storage primitives to give agents persistent memory — short-term workspace, medium-term attachments and threads, long-term org docs and filesystem. Use when designing how agents remember, retrieve, and share knowledge.

Agents 0 3mo ago
lywa1998

rust-skill-creator

by lywa1998

"Use when creating skills for Rust crates or std library documentation. Keywords: create rust skill, create crate skill, create std skill, 创建 rust skill, 创建 crate skill, 创建 std skill, 动态 rust skill, 动态 crate skill, skill for tokio, skill for serde, skill for axum, generate rust skill, rust 技能, crate 技能, 从文档创建skill, from docs create skill"

Code Gen 0 4mo ago
Incept5

eve-agentic-app-design

by Incept5

Layer agentic capabilities onto a full-stack Eve app — agents, teams, multi-model inference, memory, events, chat, and coordination. Use when designing an app where agents are primary actors, not afterthoughts.

Agents 0 3mo ago
lywa1998

core-actionbook

by lywa1998

Claude Code Setting

Embeddings 0 4mo ago
Incept5

eve-project-bootstrap

by Incept5

Bootstrap an Eve-compatible project with org/project setup, profile defaults, repo linkage, and first deploy.

API Dev 0 4mo ago
lywa1998

m09-domain

by lywa1998

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

Debugging 0 4mo ago
lywa1998

domain-cli

by lywa1998

"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, 命令行, 终端应用, 参数解析"

CLI Tools 0 4mo ago
Incept5

eve-auth-and-secrets

by Incept5

Authenticate with Eve and manage project secrets for deployments and workflows.

Auth 0 3mo ago
lywa1998

m15-anti-pattern

by lywa1998

"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, 反模式, 常见错误, 代码异味, 最佳实践, 地道写法"

Processing 0 4mo ago
lywa1998

m13-domain-error

by lywa1998

"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, 领域错误, 错误分类, 恢复策略, 重试, 熔断器, 优雅降级"

Debugging 0 4mo ago
Incept5

eve-local-dev-loop

by Incept5

Local Docker Compose development loop for Eve-compatible apps, with handoff to staging deploys.

CI/CD 0 3mo ago
lywa1998

coding-guidelines

by lywa1998

"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, 命名规范, 代码风格, 格式化, 最佳实践, 代码审查, 怎么命名"

Code Review 0 4mo ago
lywa1998

domain-ml

by lywa1998

"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, 机器学习, 人工智能, 模型推理"

Processing 0 4mo ago
lywa1998

m05-type-driven

by lywa1998

"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, 类型状态, 新类型模式, 类型驱动设计"

Debugging 0 4mo ago
lywa1998

m02-resource

by lywa1998

"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, 智能指针, 引用计数, 堆分配"

Debugging 0 4mo ago
Incept5

eve-cli-primitives

by Incept5

Core Eve CLI primitives and capabilities for app developers. Use as the quick reference for commands and flows.

Agents 0 3mo ago
lywa1998

unsafe-checker

by lywa1998

"Use when reviewing unsafe code or writing FFI. Keywords: unsafe, raw pointer, FFI, extern, transmute, *mut, *const, union, #[repr(C)], libc, std::ffi, MaybeUninit, NonNull, PhantomData, Send, Sync, SAFETY comment, soundness, undefined behavior, UB, how to call C functions, safe wrapper for unsafe code, when is unsafe necessary, memory layout, bindgen, cbindgen, CString, CStr, invariant, 安全抽象, 裸指针, 外部函数接口, 内存布局, 不安全代码, FFI 绑定, 未定义行为"

Code Review 0 4mo ago
lywa1998

core-fix-skill-docs

by lywa1998

Claude Code Setting

CLI Tools 0 4mo ago
lywa1998

domain-iot

by lywa1998

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

Debugging 0 4mo ago
lywa1998

m07-concurrency

by lywa1998

"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, 并发, 线程, 异步, 死锁"

Debugging 0 4mo ago
lywa1998

core-dynamic-skills

by lywa1998

Claude Code Setting

Code Gen 0 4mo ago