| Use when this capability is needed.
Skills in this repository
tomevault-io/skills-registry - Page 30
SkillsMP has collected 17,125 skills from tomevault-io/skills-registry. Open a skill to review its source and details.
tomevault-io/skills-registryShowing 40 of 17,125 collected skills.
| 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.
Source text: Chinese
| 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.
Source text: Japanese
エージェント、メモリ、ツール統合パターンを備えたLangChainフレームワークを使用してLLMアプリケーションを設計します。LangChainアプリケーションの構築、AIエージェントの実装、または複雑なLLMワークフローの作成時に使用します。 Use when this capability is needed.
Source text: Japanese
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.
Source text: Chinese
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…
Source text: Chinese
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…