Skip to main content

这个仓库中的 skills

tomevault-io/skills-registry - 第 51 页

SkillsMP 已收集 tomevault-io/skills-registry 中的 17,125 个 Skill。打开任一 Skill 可查看来源和详情。

tomevault-io/skills-registry

已展示 40 / 17,125 个已收集 Skill。

职业分类
软件开发工程师
描述

Update the SDK to be compatible with a new version of the DuckLake specification. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Use when reviewing code changes to dispatch parallel specialized reviewers instead of a single monolithic review — provides deeper, more precise findings across focused lenses. Invoke as: /sp-cr-battery [min-score] [--security|--no-security]…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Expo and React Native app-development workflow for this repo. Use when building or updating `packages/mobile`, Expo Router screens, React Native components, mobile iOS or Android behavior, safe area, navigation, gestures, deep links, offline sync, camera, QR,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build BSL semantic models with dimensions, measures, joins, and YAML config. Use for creating/modifying data models. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Scoped implementation review. Use when Codex needs to review completed code changes for correctness, maintainability, codebase cohesion, edge cases, surface-level security, and RFC adherence when an RFC or plan is available. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

>- Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

What to do when a tool fails, an API hits a rate limit, or a site blocks scraping. Maps every primary tool to its best fallback so a single failure doesn't block the search. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create LangChain agents with create_agent, define tools, and use middleware for human-in-the-loop and error handling. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

专注于构建高性能、可扩展且架构清晰的 Flutter 应用。涵盖整洁架构、高级状态管理和深度性能优化。 Use when this capability is needed.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Guide for using pytest-mock plugin to write tests with mocking. Use when writing pytest tests that need mocking, patching, spying, or stubbing. Covers mocker fixture usage, patch methods, spy/stub patterns, and assertion helpers. Use when this capability is…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Work with pytest-recording (VCR.py) for recording and replaying HTTP interactions in tests. Use when writing VCR tests, managing cassettes, configuring VCR options, filtering sensitive data, or debugging recorded HTTP responses. Use when this capability is…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Python testing framework for writing simple, scalable, and powerful tests Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

> Use when this capability is needed.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Generator-evaluator separation and review methodology — loaded by review agents to enforce fresh-context review discipline, Conventional Comments format, and gate verdicts Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Master async/await programming in Rust. Use when writing async functions, working with Futures, using async runtimes like tokio, handling streams, implementing select/join patterns, understanding Pin/Unpin, building executors, or debugging async code. Use…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build command-line applications in Rust with clap, signal handling, config files, logging, and testing. Use when writing CLI tools, parsing arguments, handling stdin/stdout, implementing interactive prompts, or testing CLI behavior. Use when this capability…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Master closures and iterators in Rust. Use when writing functional-style code, implementing custom iterators, using iterator adaptors, understanding Fn/FnMut/FnOnce traits, or optimizing iterator chains. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Low-level concurrency in Rust including atomics, memory ordering, building locks/channels, Send/Sync, and thread synchronization. Use when implementing lock-free data structures, understanding memory ordering, building synchronization primitives, or debugging…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Idiomatic Rust design patterns, idioms, and anti-patterns. Use when structuring Rust code, choosing between patterns like Newtype/Builder/Typestate, applying idioms like mem::take or borrowed-type arguments, or avoiding common anti-patterns. Use when this…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Embedded Rust development for bare-metal and no_std environments. Use when targeting microcontrollers, writing HAL drivers, working with peripherals, handling interrupts, or using RTIC/Embassy for real-time systems. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Idiomatic Rust error handling with Result, Option, the ? operator, custom error types, thiserror, and anyhow. Use when designing error hierarchies, composing fallible operations, converting between error types, or choosing between library and application…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Game development in Rust with Bevy ECS. Use when building games with entity-component-system architecture, managing game state, handling input, rendering 2D/3D scenes, or structuring game logic with systems and resources. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Master Rust ownership, borrowing, and lifetimes. Use when fighting the borrow checker, annotating lifetimes, understanding move semantics, working with references across scopes, or debugging lifetime errors. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Write declarative and procedural Rust macros. Use when creating macro_rules! macros, derive macros, attribute macros, or function-like proc macros. Covers metavariables, repetitions, TT munching, syn/quote/proc-macro2. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Diagnose and improve Rust runtime speed, memory use, binary size, and compile times with a measurement-first workflow distilled from The Rust Performance Book. Use when profiling hot paths, tuning build settings, reducing allocations, improving I/O, inlining…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Understand and use Rust smart pointers including Box, Rc, Arc, RefCell, Cell, Cow, and Pin. Use when choosing heap allocation strategies, implementing shared ownership, interior mutability patterns, or working with self-referential types. Use when this…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Deep understanding of Rust's type system including generics, traits, trait objects, associated types, GATs, and type-level programming. Use when designing generic APIs, choosing between static and dynamic dispatch, implementing complex trait bounds, or…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Compile Rust to WebAssembly for browser and Node.js environments. Use when building wasm modules with wasm-bindgen, creating JS interop, using web-sys/js-sys, optimizing wasm size, or deploying Rust+WASM to production. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Release workflow for agent-vault. Follow these steps when publishing a new version. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Chat with your AI agents via BotsChat — manage channels, sessions, tasks, and messages with E2E encryption Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Manage git worktrees for parallel development sessions. Create isolated workspaces, check status, finish work with PRs, and clean up merged branches. Use when the user says /git-workflow, needs to create a feature branch worktree, check worktree status, push…

原文语言:英语

更新
职业分类
其他计算机职业
描述

AI workflow editor for CC Workflow Studio. Create and edit visual AI agent workflows through interactive conversation using MCP tools (get_workflow_schema, get_current_workflow, apply_workflow). Use when the user wants to create a new workflow, modify an…

原文语言:英语

更新
职业分类
桌面出版专家
描述

Convert Markdown text to DOCX, PPTX, XLSX, PDF, HTML, IPYNB, MD, CSV, JSON, JSONL, XML files, and extract code blocks in Markdown to Python, Bash,JS and etc files. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

> Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

> Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

> Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create PydanticAI agents with type-safe dependencies, structured outputs, and proper configuration. Use when building AI agents, creating chat systems, or integrating LLMs with Pydantic validation. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Reviews pytest test code for async patterns, fixtures, parametrize, and mocking. Use when reviewing test_*.py files, checking async test functions, fixture usage, or mock patterns. Use when this capability is needed.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build and query embedded GraphRAG knowledge graphs with DuckDB-backed vector, full-text, and hybrid search. Use when the user wants to store entities and relations, run RAG over a graph, extract knowledge graphs from text with DSPy, run graph algorithms…

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

| Use when this capability is needed.

原文语言:英语

更新
已展示 40 / 17,125 个已收集 Skill。