Skip to main content

这个仓库中的 skills

tomevault-io/skills-registry - 第 253 页

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

tomevault-io/skills-registry

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

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

> Use when this capability is needed.

原文语言:英语

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

> Use when this capability is needed.

原文语言:英语

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

> Use when this capability is needed.

原文语言:英语

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

> Use when this capability is needed.

原文语言:英语

更新
职业分类
网页开发工程师
描述

> Use when this capability is needed.

原文语言:无法判定

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

> Use when this capability is needed.

原文语言:英语

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

> Use when this capability is needed.

原文语言:英语

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

> Use when this capability is needed.

原文语言:无法判定

更新
职业分类
网页开发工程师
描述

> Use when this capability is needed.

原文语言:英语

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

> Use when this capability is needed.

原文语言:英语

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

Common Clap patterns and idioms for argument parsing, validation, and CLI design. Use when implementing CLI arguments with Clap v4+. Use when this capability is needed.

原文语言:英语

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

Configuration management patterns including file formats, precedence, environment variables, and XDG directories. Use when implementing configuration systems for CLI applications. Use when this capability is needed.

原文语言:英语

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

CLI user experience best practices for error messages, colors, progress indicators, and output formatting. Use when improving CLI usability and user experience. Use when this capability is needed.

原文语言:英语

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

Regenerates documentation files (agents.md, agent-skills.md, plugins.md, usage.md) from marketplace data using Jinja templates. Use when plugins are added, updated, or removed to keep documentation in sync. Use when this capability is needed.

原文语言:英语

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

Advanced git operations including complex rebase strategies, interactive staging, commit surgery, and history manipulation. Use when user needs to perform complex git operations like rewriting history or advanced merging. Use when this capability is needed.

原文语言:英语

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

Git conventions and workflow best practices including Conventional Commits, branch naming, and commit message guidelines. Use when user needs guidance on git standards, commit formats, or workflow patterns. Use when this capability is needed.

原文语言:英语

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

Repository management strategies including branch strategies (Git Flow, GitHub Flow, trunk-based), monorepo patterns, submodules, and repository organization. Use when user needs guidance on repository structure or branching strategies. Use when this…

原文语言:英语

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

Git troubleshooting techniques including recovering lost commits, fixing merge conflicts, resolving detached HEAD, and diagnosing repository issues. Use when user encounters git errors or needs to recover from mistakes. Use when this capability is needed.

原文语言:英语

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

Advanced concurrency patterns with goroutines, channels, context, and synchronization primitives. Use when working with concurrent Go code, implementing parallel processing, or debugging race conditions. Use when this capability is needed.

原文语言:英语

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

Performance optimization techniques including profiling, memory management, benchmarking, and runtime tuning. Use when optimizing Go code performance, reducing memory usage, or analyzing bottlenecks. Use when this capability is needed.

原文语言:英语

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

Modern Go patterns, idioms, and best practices from Go 1.18+. Use when user needs guidance on idiomatic Go code, design patterns, or modern Go features like generics and workspaces. Use when this capability is needed.

原文语言:英语

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

Common GPUI patterns including component composition, state management strategies, event handling, and action dispatching. Use when user needs guidance on GPUI patterns, component design, or state management approaches. Use when this capability is needed.

原文语言:英语

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

Performance optimization techniques for GPUI including rendering optimization, layout performance, memory management, and profiling strategies. Use when user needs to optimize GPUI application performance or debug performance issues. Use when this capability…

原文语言:英语

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

GPUI styling system including theme design, responsive layouts, visual design patterns, and style composition. Use when user needs help with styling, theming, or visual design in GPUI. Use when this capability is needed.

原文语言:英语

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

Rack middleware development, configuration, and integration patterns. Use when working with middleware stacks or creating custom middleware. Use when this capability is needed.

原文语言:英语

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

Modern Ruby idioms, design patterns, metaprogramming techniques, and best practices. Use when writing Ruby code or refactoring for clarity. Use when this capability is needed.

原文语言:英语

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

Architecture patterns for Rust UI applications including GPUI-specific patterns, code organization, modularity, and scalability. Use when user needs guidance on application architecture, code organization, or scaling UI applications. Use when this capability…

原文语言:英语

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

Common Sinatra patterns, routing strategies, error handling, and application organization. Use when building Sinatra applications or designing routes. Use when this capability is needed.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Security best practices for Sinatra applications including input validation, CSRF protection, and authentication patterns. Use when hardening applications or conducting security reviews. Use when this capability is needed.

原文语言:英语

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

Network programming patterns with Hyper, Tonic, and Tower. Use when building HTTP services, gRPC applications, implementing middleware, connection pooling, or health checks. Use when this capability is needed.

原文语言:英语

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

Debugging and troubleshooting Tokio applications using tokio-console, detecting deadlocks, memory leaks, and performance issues. Use when diagnosing async runtime problems. Use when this capability is needed.

原文语言:英语

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

Core Convex development guidelines - functions, validators, schema, queries, mutations, and database patterns. Use when working with convex/**/*.ts files or when discussing Convex queries, mutations, schemas, validators, indexes, ctx.db, defineTable,…

原文语言:英语

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

Delete all generated documentation artifacts (.sum, AGENTS.md, plan) Use when this capability is needed.

原文语言:英语

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

Discover files in codebase Use when this capability is needed.

原文语言:英语

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

Generate AI-friendly documentation for the entire codebase Use when this capability is needed.

原文语言:英语

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

Show available ARE commands and usage guide Use when this capability is needed.

原文语言:英语

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

Execute implementation with and without ARE documentation (experimental) Use when this capability is needed.

原文语言:英语

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

Initialize agents-reverse-engineer configuration Use when this capability is needed.

原文语言:英语

更新
职业分类
项目管理专家
描述

Compare AI planning quality with and without ARE documentation (experimental) Use when this capability is needed.

原文语言:英语

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