Skip to main content

这个仓库中的 skills

tools-only/X-Skills - 第 27 页

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

tools-only/X-Skills

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

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

Write virtual function analysis results as YAML file beside the binary using IDA Pro MCP. Use this skill after completing virtual function identification, signature generation, and vtable analysis to persist the results in a standardized YAML format.

原文语言:英语

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

Write struct member offset analysis results as YAML file beside the binary using IDA Pro MCP. Use this skill after identifying a struct member offset and optionally generating a signature for it to persist the results in a standardized YAML format.

原文语言:英语

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

Generate and validate unique byte signatures for instructions containing a struct member offset using IDA Pro MCP. Use this skill when you need a signature for an instruction like mov [rcx+1A8h], eax or cmp dword ptr [rdi+0B0h], 0, where the struct offset…

原文语言:英语

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

Find and identify the velocity clamping branch inside CCSPlayer_MovementServices_FullWalkMove in CS2 binary using IDA Pro MCP, then generate a patch signature to disable it. Use this skill when reverse engineering CS2 server.dll or server.so to locate and…

原文语言:英语

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

Find and patch the g_pNavMesh null-check inside CCSBotManager_AddBot in CS2 binary using IDA Pro MCP. This patch removes the navigation mesh requirement so bots can be added even without a nav mesh loaded. Use this skill when reverse engineering CS2…

原文语言:英语

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

Find and identify the CPhysBox_Use_PatchCaller patch in CS2 binary using IDA Pro MCP. This patch changes the third argument of the sub_XXXXXXXX call inside CPhysBox_Use from inputdata->pCaller to this (the CPhysBox entity pointer), so the caller is the…

原文语言:英语

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

Research and document a single tool, library, or resource into a structured research entry. Gathers information from primary sources using MCP tools and gh CLI. Creates comprehensive markdown entries following the standard template. Works standalone or…

原文语言:英语

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

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…

原文语言:英语

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

System architect for Python CLI tool design. Creates architecture specs, technology stack recommendations, command interfaces, and data models. Provides WHAT to build (interfaces, contracts, schemas), not HOW (implementation is handled by…

原文语言:英语

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

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

原文语言:英语

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

Creates Salesforce architecture diagrams using Mermaid with ASCII fallback. Use when visualizing OAuth flows, data models (ERDs), integration sequences, system landscapes, role hierarchies, or Agentforce agent architectures.

原文语言:英语

更新
职业分类
作家与作者
描述

Conversation design skill for Salesforce Agentforce. Generates persona documents, topic architectures, instruction sets, utterance libraries, escalation matrices, and guardrail configurations. Validates existing agents against conversation design best…

原文语言:英语

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

Extract and analyze Agentforce session tracing data from Salesforce Data 360. Supports high-volume extraction (1-10M records/day), Polars-based analysis, and debugging workflows for agent sessions.

原文语言:英语

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

Creates and validates Salesforce flows with 110-point scoring and Winter '26 best practices. Use when building record-triggered flows, screen flows, autolaunched flows, scheduled flows, or reviewing existing flow performance.

原文语言:英语

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

Interactive wizard for creating Claude Code skills. Use when scaffolding new skills, validating skill structure, managing dependencies, or editing skill configuration files.

原文语言:英语

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

Generates and reviews Salesforce Apex code with 2025 best practices and 150-point scoring. Use when writing Apex classes, triggers, test classes, batch jobs, or reviewing existing Apex code for bulkification, security, and SOLID principles.

原文语言:英语

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

Complete Problem-Based Software Requirements Specification methodology following Gorski & Stadzisz research. Use when you need to perform requirements engineering from business problems to functional requirements with full traceability.

原文语言:英语

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

Salesforce data operations expert with 130-point scoring. Use when writing SOQL queries, creating test data, performing bulk data operations, or importing/exporting data via sf CLI.

原文语言:英语

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

Advanced SOQL skill with natural language to query generation, query optimization, relationship traversal, aggregate functions, and performance analysis. Build efficient queries that respect governor limits and security requirements.

原文语言:英语

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

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…

原文语言:英语

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

Creates and manages Salesforce Connected Apps and External Client Apps with 120-point scoring. Use when configuring OAuth flows, creating connected apps, setting up JWT bearer auth, or managing API access policies.

原文语言:英语

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

Creates comprehensive Salesforce integrations with 120-point scoring. Use when setting up Named Credentials, External Services, REST/SOAP callouts, Platform Events, Change Data Capture, or connecting Salesforce to external systems.

原文语言:英语

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

Generates and queries Salesforce metadata with 120-point scoring. Use when creating custom objects, fields, profiles, permission sets, validation rules, or querying org metadata structures via sf CLI.

原文语言:英语

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

Permission Set analysis, hierarchy viewer, and "Who has X?" auditing. Use when analyzing permissions, visualizing PS/PSG hierarchies, or finding which Permission Sets grant access to specific objects, fields, or Apex classes.

原文语言:英语

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

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.

原文语言:英语

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

Lightning Web Components development skill with PICKLES architecture methodology, component scaffolding, wire service patterns, event handling, Apex integration, GraphQL support, and Jest test generation. Build modern Salesforce UIs with proper reactivity,…

原文语言:英语

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

Salesforce debugging and troubleshooting skill with log analysis, governor limit detection, and agentic fix suggestions. Parse debug logs, identify performance bottlenecks, analyze stack traces, and automatically suggest fixes.

原文语言:英语

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

AI-powered visual content generation for Salesforce development. Generates ERD diagrams, LWC mockups, architecture visuals using Nano Banana Pro. Also provides Gemini as a parallel sub-agent for code review and research.

原文语言:英语

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

Diagnoses and fixes conflicts between Tailscale and proxy/VPN tools (Shadowrocket, Clash, Surge) on macOS. Covers four conflict layers - (1) route hijacking, (2) HTTP proxy env var interception, (3) system proxy bypass, and (4) SSH ProxyCommand double…

原文语言:英语

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

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.

原文语言:英语

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

Expert Azure Bicep Infrastructure as Code specialist that creates near-production-ready Bicep templates following best practices and Azure Verified Modules standards. Validates, tests, and ensures code quality.

原文语言:英语

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

Interactive diagnostic agent that guides users through Azure resource health assessment, issue identification, and remediation planning. Uses approval-first execution for safety, analyzes single resources, and saves reports to agent-output/{project}/.

原文语言:英语

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

Researches and captures Azure infrastructure project requirements

原文语言:英语

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

Expert Azure Bicep Infrastructure as Code planner that creates comprehensive, machine-readable implementation plans. Consults Microsoft documentation, evaluates Azure Verified Modules, and designs complete infrastructure solutions with architecture diagrams.

原文语言:英语

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

Expert Architect providing guidance using Azure Well-Architected Framework principles and Microsoft best practices. Evaluates all decisions against WAF pillars (Security, Reliability, Performance, Cost, Operations) with Microsoft documentation lookups.…

原文语言:英语

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

Executes Azure deployments using generated Bicep templates. Runs deploy.ps1 scripts, performs what-if analysis, and manages deployment lifecycle. Step 6 of the 7-step agentic workflow.

原文语言:英语

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

Step 3 - Design Artifacts. Generates architecture diagrams and Architecture Decision Records (ADRs) for Azure infrastructure. Uses azure-diagrams skill for visual documentation and azure-adr skill for formal decision records. Optional step - users can skip to…

原文语言:英语

更新
职业分类
合规官员
描述

MANDATORY Azure Policy discovery requirements for governance constraints

原文语言:英语

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

Master orchestrator for the 7-step Azure infrastructure workflow. Coordinates specialized agents (Requirements, Architect, Design, Bicep Plan, Bicep Code, Deploy) through the complete development cycle with mandatory human approval gates. Maintains context…

原文语言:英语

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

Bicep code review subagent. Reviews Bicep templates against Azure Verified Modules (AVM) standards, naming conventions, security baseline, and best practices. Returns structured APPROVED/NEEDS_REVISION/FAILED verdict with actionable feedback.

原文语言:英语

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