| Use when this capability is needed.
原文语言:英语
菜单
这个仓库中的 skills
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.
原文语言:英语
AI agent self-correction mechanisms enable agents to detect errors, validate Use when this capability is needed.
原文语言:英语
GitHub Actions is a CI/CD platform that automates your build, test, and Use when this capability is needed.
原文语言:英语
Express.js is a minimal and flexible Node.js web application framework Use when this capability is needed.
原文语言:英语
FastAPI is a modern, fast (high-performance) web framework for building Use when this capability is needed.
原文语言:英语
Flutter development patterns cover project structure, widgets, state Use when this capability is needed.
原文语言:英语
Git workflow encompasses practices, patterns, and strategies for using Use when this capability is needed.
原文语言:英语
GraphQL is a query language for APIs that enables clients to ask for Use when this capability is needed.
原文语言:英语
Kubernetes is a container orchestration platform that automates deployment, Use when this capability is needed.
原文语言:英语
LangChain is a framework for building applications powered by LLMs. It Use when this capability is needed.
原文语言:英语
Node.js REST API is a RESTful API built with Node.js and Express.js framework, Use when this capability is needed.
原文语言:英语
Pytest is a powerful testing framework for Python that makes it easy Use when this capability is needed.
原文语言:英语
React Native development patterns cover project structure, navigation, Use when this capability is needed.
原文语言:英语
Terraform is an Infrastructure as Code (IaC) tool that allows you to Use when this capability is needed.
原文语言:英语
Use when using ZeroToken MCP via OpenClaw for browser automation, trajectory recording and low-token replay, especially for recurring or scheduled browser tasks.
| Use when this capability is needed.
原文语言:英语
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends mini-OpenCode's capabilities with specialized knowledge, workflows, or tool integrations. Use when this capability…
原文语言:英语
非同期パターン、依存性注入、包括的なエラー処理を備えた本番環境対応のFastAPIプロジェクトを作成。新しいFastAPIアプリケーションの構築またはバックエンドAPIプロジェクトのセットアップ時に使用。 Use when this capability is needed.
原文语言:日语
エージェント、メモリ、ツール統合パターンを備えたLangChainフレームワークを使用してLLMアプリケーションを設計します。LangChainアプリケーションの構築、AIエージェントの実装、または複雑なLLMワークフローの作成時に使用します。 Use when this capability is needed.
原文语言:日语
Simplify React components, hooks, and plain TypeScript functions using decomposition, early returns, and SRP. Use when asked to ungodify, simplify, or reduce complexity of a component, hook, or function, or when applying single-responsibility to a file. Use…
原文语言:英语
系统级通用技能运行时,为所有文档驱动型 skill 提供读写、检索、Web、Shell 执行底座。 Use when this capability is needed.
You are migrating an Angular application from ngx-clerk v0.x (Clerk Core 2 / ClerkJS v5) to ngx-clerk v1.0 (Clerk Core 3 / ClerkJS v6). Use when this capability is needed.
原文语言:英语
Create custom directives in Angular v20+ for DOM manipulation and behavior extension. Use for attribute directives that modify element behavior/appearance, structural directives for portals/overlays, and host directives for composition. Triggers on creating…
原文语言:英语
使用 `qxw-markdown` 处理 Markdown 文档:`wx` 把 Markdown 中的 PlantUML 代码围栏(```plantuml / ```puml / ```uml)本地用 plantuml.jar 渲染成 PNG / SVG / JPG,并生成可直接粘贴到微信公众号编辑器的 `_wx.md` 副本(中文字体已注入避免方块);`cover` 通过 ZenMux 调用 Google Gemini 3 Pro Image Preview(Nano Banana Pro)为 Markdown…
Make It Right (Fastify module). Fastify 4/5 + Node.js specific reliability augmentation. Use alongside mir-backend and mir-backend-node when the target stack is Fastify — it carries the mechanical footguns that the framework-agnostic tiers deliberately omit:…
原文语言:英语
Make It Right (Python runtime tier). CPython/PyPy runtime reliability footguns that are shared across EVERY Python backend framework (FastAPI, Django, Flask, Celery) — distinct from the generic backend gates and from any one framework's mechanics. Covers: the…
原文语言:英语
MUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar, vue-tsc. Load for any Vue, .vue files, Vue Router, Pinia, or Vite with Vue work. ALWAYS use Composition…
原文语言:英语
Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions. Use when this capability is needed.
原文语言:英语
Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing. Use when this capability is needed.
原文语言:英语
Own Azure platform, identity, secretless config, IaC, and GitHub release and deployment automation for React Router + Prisma v7 web apps that already follow enforce-react-spa-architecture. Use when the work is primarily Azure runtime-mode selection, Microsoft…
原文语言:英语
Drafting and revising prose that readers will see: blog posts, articles, documentation, criticism, long-form, emails, marketing, SEO copy, UI text. Not for code comments, commit messages, or private notes. Use when this capability is needed.
原文语言:英语
Generate or update an ESLint plugin that exports rule configs compatible with ESLint v8 (eslintrc) and ESLint v9 (flat config). Use when this capability is needed.
原文语言:英语
When designing distributed systems for scalability, reliability, and consistency. Covers CAP/PACELC theorems, consistency models (strong, eventual, causal), replication patterns (leader-follower, multi-leader, leaderless), partitioning strategies (hash,…
原文语言:英语
Builds a production-style Express.js REST API with JWT authentication, PostgreSQL, layered middleware, and Docker Compose for local development. Use when the user asks to scaffold a secure Node.js/Express API with login, protected routes, and a relational…
原文语言:英语
> Use when this capability is needed.
原文语言:英语
Use Cursor Agent as the AI brain for OpenClaw, connecting all Gateway plugin tools via MCP. Use when this capability is needed.
原文语言:英语
> Use when this capability is needed.
原文语言:英语
Golang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks, profiling hot paths with pprof, interpreting CPU/memory/trace profiles, analyzing results with benchstat, setting up CI benchmark regression…
原文语言:英语
Golang CLI application development. Use when building, modifying, or reviewing a Go CLI tool — especially for command structure, flag handling, configuration layering, version embedding, exit codes, I/O patterns, signal handling, shell completion, argument…
原文语言:英语