Skip to main content

这个仓库中的 skills

tools-only/X-Skills - 第 17 页

SkillsMP 已收集 tools-only/X-Skills 中的 2,943 个 Skill。打开任一 Skill 可查看来源和详情。

tools-only/X-Skills

已展示 40 / 2,943 个已收集 Skill。

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

Agent Skills Open Standard reference (agentskills.io). Use when creating portable skills for Claude Code, Cursor, Gemini CLI, OpenAI Codex, VS Code, Roo Code, and 20+ compatible agents. Covers frontmatter schema, naming rules, directory structure, progressive…

原文语言:英语

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

Query and manage feature implementation task status. Provides CLI tools to list features, check task status, find ready tasks, and validate task files. Used by /execution orchestrator to track progress. Automatically updates task timestamps via hooks on…

原文语言:英语

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

When writing a git commit message. When task completes and changes need committing. When project uses semantic-release, commitizen, git-cliff. When choosing between feat/fix/chore/docs types. When indicating breaking changes. When generating changelogs from…

原文语言:英语

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

This skill provides comprehensive documentation for Hatchling, the modern Python build backend that implements PEP 517/518/621/660 standards. Use this skill when working with Hatchling configuration, build system setup, Python packaging, pyproject.toml…

原文语言:英语

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

Build Model Context Protocol (MCP) servers - comprehensive coverage of generic MCP protocol AND FastMCP 3.x framework specialization. Use when creating any MCP server (Python FastMCP preferred, TypeScript/Node also covered). Includes agent-centric design…

原文语言:英语

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

When reading or writing pyproject.toml or .toml config files in Python. When editing TOML while preserving comments and formatting. When designing configuration file format for a Python tool. When code uses tomlkit or tomllib. When implementing atomic config…

原文语言:英语

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

Complete reference for Claude Code plugins system (January 2026). Use when creating plugins, understanding plugin.json schema, marketplace configuration, bundling skills/commands/agents/hooks/MCP/LSP servers, plugin caching, validation, or distribution.…

原文语言:英语

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

Generate descriptive commit messages by analyzing git diffs, very fast and context-pollution safe. Use when the user asks to commit staged changes or needs a conventional-commits message generated from the current diff.

原文语言:英语

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

Comprehensive Salesforce DevOps automation using sf CLI v2. Use when deploying metadata, managing scratch orgs, setting up CI/CD pipelines, or troubleshooting deployment errors.

原文语言:英语

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

Provides comprehensive Drizzle ORM patterns for schema definition, CRUD operations, relations, queries, transactions, and migrations. Proactively use for any Drizzle ORM development including defining database schemas, writing type-safe queries, implementing…

原文语言:英语

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

Provides patterns and code examples for building Next.js 16+ applications with App Router architecture. Use when creating projects with App Router, implementing Server Components and Client Components ("use client"), creating Server Actions for forms,…

原文语言:英语

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

Find and identify the CSource2Client_OnDisconnect function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 client.dll or libclient.so to locate the OnDisconnect function by searching for the "client_disconnect" and "reason_code"…

原文语言:英语

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

Find and identify CLoopModeGame_RegisterEventMapInternal, RegisterEventListener_Abstract, and CLoopModeGame_OnXXXXXXX event handler functions in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 client binary to locate these functions…

原文语言:英语

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

Find and identify CLoopModeGame_RegisterEventMapInternal, RegisterEventListener_Abstract, and CLoopModeGame_OnXXXXXXX event handler functions in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 client binary to locate these functions…

原文语言:英语

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

Standard Agentforce platform skill. Covers Setup UI-based agent building, topic/action configuration, PromptTemplate metadata, Einstein Models API, GenAiFunction/GenAiPlugin setup, and custom Lightning types. For Agent Script DSL development, use…

原文语言:英语

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

Provides AWS Lambda integration patterns for Java with cold start optimization. Use when deploying Java functions to AWS Lambda, choosing between Micronaut and Raw Java approaches, optimizing cold starts below 1 second, configuring API Gateway or ALB…

原文语言:英语

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

Provides AWS Lambda integration patterns for TypeScript with cold start optimization. Use when deploying TypeScript functions to AWS Lambda, choosing between NestJS framework and raw TypeScript approaches, optimizing cold starts, configuring API Gateway or…

原文语言:英语

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

Provides AWS Lambda integration patterns for Python with cold start optimization. Use when deploying Python functions to AWS Lambda, choosing between AWS Chalice and raw Python approaches, optimizing cold starts, configuring API Gateway or ALB integration, or…

原文语言:英语

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

Provides comprehensive patterns for deploying Next.js applications to production. Use when configuring Docker containers, setting up GitHub Actions CI/CD pipelines, managing environment variables, implementing preview deployments, or setting up monitoring and…

原文语言:英语

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

Provides AWS Lambda integration patterns for PHP with Symfony using the Bref framework. Use when deploying PHP/Symfony applications to AWS Lambda, optimizing cold starts, configuring API Gateway integration, or implementing serverless PHP applications with…

原文语言:英语

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

Provides comprehensive Nx monorepo management guidance for TypeScript/JavaScript projects. Use when creating Nx workspaces, generating apps/libraries/components, running affected commands, setting up CI/CD, configuring Module Federation, or implementing…

原文语言:英语

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

Use when interacting with Jira issues - searching, creating, updating, transitioning, commenting, logging work, downloading attachments, managing sprints, boards, issue links, fields, or users. Auto-triggers on Jira URLs and issue keys (PROJ-123).

原文语言:英语

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

Agent Script DSL development skill for Salesforce Agentforce. Enables writing deterministic agents in a single .agent file with FSM architecture, instruction resolution, and hybrid reasoning. Covers syntax, debugging, testing, and CLI deployment.

原文语言:英语

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

Provides Better Auth authentication integration patterns for NestJS backend and Next.js frontend with Drizzle ORM and PostgreSQL. Use when implementing authentication - Setting up Better Auth with NestJS backend, Integrating Next.js App Router frontend,…

原文语言:英语

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

when USER explicitly asks to fix C++ header vtable declarations

原文语言:英语

更新
职业分类
财务和投资分析师
描述

This skill should be used when analyzing market breadth charts, specifically the S&P 500 Breadth Index (200-Day MA based) and the US Stock Market Uptrend Stock Ratio charts. Use this skill when the user provides breadth chart images for analysis, requests…

原文语言:英语

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

Save context before /clear or /compact

原文语言:英语

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

Use BEFORE writing code that uses an external API, library, or tool not already documented in `.meridian/api-docs/`. Researches via web scraping and builds comprehensive knowledge docs with current versions, API operations, limits, and gotchas.

原文语言:英语

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

Create implementation plans through deep exploration and understanding. Use for new features, refactoring, architecture changes, or any non-trivial work.

原文语言:英语

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

Validate a plan before implementation. Use before exiting Plan mode. Pass the plan file path and any additional context files. Returns JSON with findings and score (must reach 9+ to proceed).

原文语言:英语

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

Deep code review with full context analysis. Generates walkthrough, sequence diagrams, and finds real issues — not checklist items.

原文语言:英语

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

Finds dead code, pattern drift, over-engineering, and refactoring opportunities. Use after completing large tasks, at the end of feature work, or when code has gone through many iterations.

原文语言:英语

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

Review skills in any project using a dual-axis method: (1) deterministic code-based checks (structure, scripts, tests, execution safety) and (2) LLM deep review findings. Use when you need reproducible quality scoring for `skills/*/SKILL.md`, want to gate…

原文语言:英语

更新
职业分类
综合办公文员
描述

Connect Todoist to Dex for two-way task sync

原文语言:英语

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

Create, audit, and maintain CLAUDE.md documentation files that configure Claude Code for projects. Use this skill when (1) initializing a new project with Claude Code configuration, (2) reviewing or improving existing CLAUDE.md files, (3) organizing project…

原文语言:英语

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

Perform exhaustive code reviews using multi-agent analysis, ultra-thinking, and worktrees

原文语言:英语

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

Creates Claude Code hook scripts for plugins — generates Node.js .cjs files, wires hooks.json, selects correct event and scope. Use when creating hooks, wiring PostToolUse or PreToolUse logic, enforcing validation on tool calls, or building SessionStart…

原文语言:英语

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

Transform feature descriptions into well-structured project plans following conventions

原文语言:英语

更新
职业分类
财务和投资分析师
描述

Screen US stocks using William O'Neil's CANSLIM growth stock methodology. Use when user requests CANSLIM stock screening, growth stock analysis, momentum stock identification, or wants to find stocks with strong earnings and price momentum following O'Neil's…

原文语言:英语

更新
职业分类
财务和投资分析师
描述

Use this agent when you need to develop medium to long-term (18-month) trading strategies based on Stanley Druckenmiller's investment philosophy. This agent synthesizes technical analysis, market sentiment, news events, and macroeconomic trends to formulate…

原文语言:英语

更新
已展示 40 / 2,943 个已收集 Skill。