Skip to main content

Skills in this repository

tools-only/X-Skills - Page 26

SkillsMP has collected 2,943 skills from tools-only/X-Skills. Open a skill to review its source and details.

tools-only/X-Skills

Showing 40 of 2,943 collected skills.

occupation
Software Developers
description

Find and identify the CBaseEntity_IsPlayerPawn and CBaseEntity_IsPlayerController virtual functions in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate both vfuncs by decompiling ShowHudHint,…

updated
occupation
Information Security Analysts
description

Find and identify the CBasePlayerPawn_RemovePlayerItem function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the RemovePlayerItem function by searching for the "DestroyWeapon" string reference…

updated
occupation
Information Security Analysts
description

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…

updated
occupation
Software Developers
description

Find and identify the CBaseTrigger_PassesTriggerFilters virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the PassesTriggerFilters function by first finding CBaseTrigger_StartTouch…

updated
occupation
Information Security Analysts
description

Find and identify the CBaseEntity_GetHammerUniqueId virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the GetHammerUniqueId vfunc by searching for the "hammerUniqueId" string and…

updated
occupation
Software Developers
description

Find and identify the CBaseEntity_CollisionRulesChanged virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the CollisionRulesChanged function by first finding CBaseEntity_SetOwner…

updated
occupation
Software Developers
description

发起 HTTP 网络请求,支持 GET、POST、PUT、DELETE、PATCH 方法。当用户需要调用 API、获取网页内容、发送数据到服务器时使用。

Source text: Chinese

updated
occupation
Software Developers
description

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.

updated
occupation
Network & Computer Systems Administrators
description

Undo the last Dex update if something went wrong

updated
occupation
Software Developers
description

Discover unused Dex features based on your usage patterns

updated
occupation
Network & Computer Systems Administrators
description

Safely update Dex with one command (handles everything automatically)

updated
occupation
Executive Secretaries & Executive Administrative Assistants
description

Prepare for meetings by gathering attendee context and related topics

updated
occupation
Software Developers
description

Check for system improvements (learnings + Claude updates)

updated
occupation
Network & Computer Systems Administrators
description

Diagnose and fix Dex system health issues — MCP servers, config, recent errors

updated
occupation
Secretaries & Administrative Assistants, Except Legal, Medical, & Executive
description

Process synced Granola meetings to update person pages, extract tasks, and organize meeting notes

updated
occupation
Executive Secretaries & Executive Administrative Assistants
description

Set weekly priorities and plan the week ahead with intelligent suggestions based on goals, calendar shape, and task effort.

updated
occupation
First-Line Supervisors of Office & Administrative Support Workers
description

Review week's progress with concrete accomplishments (not fake percentages), pattern detection, and goal tracking.

updated
occupation
Secretaries & Administrative Assistants, Except Legal, Medical, & Executive
description

Generate context-aware daily plan with calendar, tasks, and priorities. Includes midweek awareness, meeting intelligence, commitment tracking, and smart scheduling suggestions.

updated
occupation
Secretaries & Administrative Assistants, Except Legal, Medical, & Executive
description

Interactive post-onboarding tour with adaptive pathways based on available data

updated
occupation
Secretaries & Administrative Assistants, Except Legal, Medical, & Executive
description

End of day review with learning capture, daily plan completion tracking, and meeting follow-up surfacing.

updated
occupation
File Clerks
description

Strategically route orphaned files and extract scattered tasks

updated
occupation
Software Developers
description

Initial Dex system setup and onboarding

updated
occupation
Project Management Specialists
description

Review quarter completion and capture learnings

updated
occupation
Personal Care & Service Workers, All Other
description

Personal career coach with 4 modes: weekly reports, monthly reflections, self-reviews, promotion assessments

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

Multi-phase, multi-model deep analysis workflow for complex problems. This skill should be used when the user wants rigorous, multi-model collaborative analysis: deep research with Opus and PAL MCP consensus (GPT-5.2-Pro + Gemini 3 Pro), strategic planning,…

updated
occupation
Information Security Analysts
description

Find and identify the CBaseEntity_IsPlayerPawn and CBaseEntity_IsPlayerController virtual functions in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate both vfuncs by decompiling ShowHudHint,…

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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.

updated
occupation
Information Security Analysts
description

Find and identify the CEntityIdentity_SetEntityName function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the SetEntityName function on CEntityIdentity, which sets the targetname of an entity.…

updated
occupation
Information Security Analysts
description

Find and identify the CCSPlayerController_ResourceDataThink wrapper function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the ResourceDataThink think function wrapper by searching for the think…

updated
occupation
Software Developers
description

Execute refactoring tasks from approved task files with parallel orchestration and dependency management. Use when implementing changes from refactoring plans, running specific tasks from task files, or executing approved refactoring work. Delegates to…

updated
occupation
Software Developers
description

Creates, enhances, and reviews Python CLI code using modern patterns with Typer and Rich. Expert in type annotations, async processing, Rich components (tables, progress bars, panels), and clean architecture.

updated
occupation
Secretaries & Administrative Assistants, Except Legal, Medical, & Executive
description

Autonomous file summarization agent. Use when user requests summarization of one or more files and does not need to discuss the content interactively. Reads files using the Read tool, runs file_metrics.py for size assessment, applies extractive methodology,…

updated
occupation
Software Developers
description

Analyze plugin structure and create comprehensive executable refactoring plans with prioritized tasks and parallelization strategy. Use when planning plugin refactoring, breaking down large refactoring efforts into executable tasks, splitting oversized skills…

updated
occupation
Information Security Analysts
description

Find and identify the CNetworkGameServer_GetFreeClient function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 engine2.dll or libengine2.so to locate the GetFreeClient function by searching for the…

updated
occupation
Information Security Analysts
description

Find and patch the water jump velocity inside CCSPlayer_MovementServices_CheckJumpButton in CS2 binary using IDA Pro MCP. This patch changes the water jump velocity from 100.0f to 145.0f by modifying the immediate operand of a mov instruction. Use this skill…

updated
occupation
Information Security Analysts
description

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

updated
occupation
Software Developers
description

Generate and validate unique byte signatures for instructions that need to be runtime-patched using IDA Pro MCP. Use this skill when you need a signature to locate a specific instruction for patching (e.g., force/skip a branch, NOP a call, change an immediate…

updated
occupation
Software Developers
description

Generate and validate unique byte signatures for instructions containing a virtual-function offset using IDA Pro MCP. Use this skill when you need a signature for an instruction like call qword ptr [rax+538h], where the vfunc offset (0x538) must be explicitly…

updated
Showing 40 of 2,943 collected skills.