Skip to main content

这个仓库中的 skills

tomevault-io/skills-registry - 第 239 页

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

tomevault-io/skills-registry

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

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

Review and clean technical documentation (Markdown/README/runbooks/ADRs). Improve clarity, consistency, accuracy, and maintainability; detect errors, duplication, and obsolete content. Use when this capability is needed.

原文语言:英语

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

Production-ready Go code review (QA + security + maintainability) for this project only. Use when this capability is needed.

原文语言:英语

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

Create, manage, and curate Freeplay datasets (prompt datasets and agent datasets). Always confirm with the user before any write operations. Use when the user wants to create a new dataset, add test cases, update datasets, manage dataset content, import test…

原文语言:英语

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

Complete guided onboarding to Freeplay \u2014 analyzes codebase, migrates prompts, and integrates logging. Use whenever the user says 'onboard to Freeplay', 'set up Freeplay', 'get started with Freeplay', 'integrate Freeplay', or wants end-to-end setup. Use…

原文语言:英语

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

Analyze a codebase to map its LLM implementation for Freeplay migration. Examines prompts, model configs, tool use, sessions, and agent patterns. Use when user wants to understand their LLM usage, inventory prompts, plan a migration, audit LLM patterns, or…

原文语言:英语

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

Assess the health, completeness, and production readiness of a Freeplay project across the data flywheel. Use when the user asks about project status, wants to know if their project is ready for production, asks what's missing in their Freeplay setup, wants a…

原文语言:英语

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

Execute Freeplay test runs to evaluate prompt templates and agents against datasets. Always confirm with the user before running — test runs make API calls to LLM providers and may incur costs. Use when the user wants to run a test, execute tests against a…

原文语言:英语

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

Analyze Freeplay test run results to surface insights, evaluation metrics, and test case details. Use when the user wants to review test run performance, compare two test runs, understand evaluation scores, or identify failing test cases. Do NOT use for…

原文语言:英语

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

Add Wasp's built-in features to your app — auth, email, jobs, and more. These are full-stack, batteries-included features that Wasp handles for you. Use when the user wants to add meta tags, authentication (email, social auth providers), email sending,…

原文语言:英语

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

Shows the Wasp plugin's available features, commands, and skills. Use when this capability is needed.

原文语言:英语

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

Start the Wasp dev server and set up full debugging visibility. This includes running the server (with access to logs), and connecting browser console access so Claude can see client-side errors. Essential for any development or debugging work. Use when this…

原文语言:英语

更新
职业分类
数据库架构师
描述

Guidelines for designing and validating Unified Namespace (UNS) topic structures following the three-tier hierarchy and alias conventions. Use when this capability is needed.

原文语言:英语

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

API contract design workflow. Consumer-first resource modeling, error format standardization, and OpenAPI specification. Use when this capability is needed.

原文语言:英语

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

Production Go service construction. Covers project structure, dependency injection, structured logging, graceful shutdown, and race testing. Use when this capability is needed.

原文语言:英语

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

Next.js App Router architecture workflow. Navigates server vs client components, caching tiers, and Server Actions. Use when this capability is needed.

原文语言:英语

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

Modern Python project workflow. Uses uv, pyproject.toml, ruff, mypy, src layout, and pytest. Use when this capability is needed.

原文语言:英语

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

React component design process. Covers decomposition, state ownership, accessibility, and contract testing. Use when this capability is needed.

原文语言:英语

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

Rust type and error modeling process. Designs domain enums, error hierarchies, and ownership patterns before writing logic. Use when this capability is needed.

原文语言:英语

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

> Use when this capability is needed.

原文语言:英语

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

Update hand-written documentation in docs/. Use when adding features, changing APIs, or modifying user-facing behavior that needs documentation updates. Covers physics, scripting, components, editor, and all other guide pages. Use when this capability is…

原文语言:英语

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

Migrate bUnit test files from deprecated beta API (1.0.0-beta-10) to bUnit 2.x stable API. Use this when working on .razor test files in BlazorWebFormsComponents.Test that contain old patterns like TestComponentBase, Fixture, or SnapshotTest. Use when this…

原文语言:英语

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

Provides a step-by-step workflow for creating Blazor components that emulate ASP.NET Web Forms controls in the BlazorWebFormsComponents library. Covers base class selection (BaseWebFormsComponent, BaseStyledComponent, DataBoundComponent, BaseValidator), Web…

原文语言:英语

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

Provides templates, style guidelines, and a complete workflow for writing MkDocs documentation, sample pages, and navigation updates for BlazorWebFormsComponents. Covers component doc structure with Web Forms vs Blazor syntax comparisons, migration guide…

原文语言:英语

更新
职业分类
文字处理员和打字员
描述

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying…

原文语言:英语

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

Code quality validation for LibrAgent project. Use when performing code quality checks, refactoring validation, or ensuring code meets project standards for TypeScript/React frontend and Rust backend. Runs comprehensive validation including linting,…

原文语言:英语

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

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or…

原文语言:英语

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

Manage the release process for LibrAgent. Use this skill to analyze changes, update the changelog intelligently, and publish new versions. 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 Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when this capability is…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Guides installation and verification of MCP runtime dependencies (Python, Node.js, uv) across Windows, Linux, and macOS. Use when users need to set up their environment for running MCP servers or troubleshoot missing dependencies. Use when this capability is…

原文语言:英语

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

Build Discord bots using discord.py. Use when the user asks about Discord bot development, discord.py library, bot commands, slash commands, Discord intents, or Discord API integration. Covers Client, Bot, events, commands extension, app_commands, views,…

原文语言:英语

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

Iteratively fix test failures until all tests pass. Use when tests are failing and you want Claude to automatically plan and fix them in a loop. 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 Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when this capability is…

原文语言:英语

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

>- Use when this capability is needed.

原文语言:英语

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

Guide migration from the current Drizzle ORM / Neon Postgres stack to Convex. Use when the user asks about Convex, migrating the database, replacing Drizzle, or setting up Convex schema, functions, or queries. Provides schema translation, function patterns,…

原文语言:英语

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

Write unit tests following this project's established patterns using Bun's built-in test runner. Use when the user asks to write tests, add test coverage, create test files, or when generating tests for new or existing code. Ensures tests follow project…

原文语言:英语

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

Reviews code changes for quality, conventions compliance, performance, and security. Applies when the user asks to review code, check implementation quality, or validate changes against project standards. Read-only — never modifies source code. Use when this…

原文语言:日语

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

> Use when this capability is needed.

原文语言:日语

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

Use fstar.exe to verify F* code and interpret the errors reported Use when this capability is needed.

原文语言:英语

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

Use fstar.exe to verify Pulse code and interpret the errors reported Use when this capability is needed.

原文语言:英语

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

Git 提交信息智能生成工具。基于 Claude 对代码改动和用户意图的深度分析,自动生成符合项目规范的 commit message,支持四层验证机制确保质量。 Use when this capability is needed.

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