Skip to main content

このリポジトリの skills

tools-only/X-Skills - 25ページ

SkillsMP は tools-only/X-Skills から 2,943 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

tools-only/X-Skills

収集済み skill 2,943 件中 40 件を表示しています。

職業分類
市場調査アナリスト・マーケティングスペシャリスト
説明

Creates tailored brand names through iterative refinement with user input. Use when users need help generating memorable, strategic brand names.

原文の言語: 英語

更新
職業分類
最高経営責任者
説明

Full board deliberation with discussion rounds - directors debate and reach consensus

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Optimize prompts, SKILL.md, and CLAUDE.md files for better Claude comprehension using self-verifying methodology. Use when improving prompt effectiveness, rewriting instructions for AI consumption, analyzing ineffective prompts, or refining system prompts and…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Produce a context manifest for a backlog item — discovers related skills, agents, prior work, and dependency graph; performs RT-ICA assessment if not pre-computed by orchestrator. Activate when preparing to work on a backlog item, grooming the backlog, or…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

IDA Pro string analysis and function reverse engineering workflow. Connect to IDA Pro via ida-pro-mcp for binary analysis to locate the CBaseEntity_Precache function. Use cases: (1) Search for specific strings in binary files (2) Find cross-references (xrefs)…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Find and identify the CPointTeleport_Teleport virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the teleport handler function for point_teleport entities. Triggers:…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Find and identify the CBaseEntity_SetStateChanged virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the SetStateChanged function, which handles network state change notifications…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Find and identify the CCSPlayer_ItemServices_CanAcquire function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the CanAcquire function that checks if a player's item services can acquire a…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Find and identify the CBasePlayerPawn_GetEyeAngles virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the GetEyeAngles function on CBasePlayerPawn. Trigger:…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find and identify the CBasePlayerController_SetPawn function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the SetPawn function by finding CSource2GameClients_ClientDisconnect (via…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find and identify the g_pGameTypes global variable and IGameTypes_CreateWorkshopMapGroup virtual function call in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the IGameTypes interface pointer by…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Find and identify the CSource2GameEntities::CheckTransmit (virtual function) and CCheckTransmitInfo (struct) in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the CSource2GameEntities::CheckTransmit…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find and identify the CBasePlayerController_ProcessUsercmds function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the ProcessUsercmds function by searching for the known usercmd debug format…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find and identify the CBaseEntity_EmitSoundParams function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the EmitSoundParams function by searching for the "Stops a named sound playing from this"…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Find and identify the CBasePlayerController_Respawn virtual function call in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the Respawn vfunc call by searching for the "GMR_BeginRound" log string,…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find and identify the CSpawnGroupMgrGameSystem_GetSpawnGroups function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the GetSpawnGroups function by searching for known format string references…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find and identify the CBaseEntity_Use virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the Use function. CBaseEntity_Use is a virtual function on CBaseEntity, resolved via vtable…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Find and identify the CCSPlayer_WeaponServices_SelectItem virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the SelectItem function in CCSPlayer_WeaponServices vtable. Trigger:…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

IDA Pro string analysis and function reverse engineering workflow. Connect to IDA Pro via ida-pro-mcp for binary analysis to locate the CCSPlayerPawnBase_PostThink function. Use cases: (1) Search for specific strings in binary files (2) Find cross-references…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find and identify the CCSPlayerController_ChangeTeam function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the ChangeTeam function by searching for known debug string references and analyzing…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find and identify the CGameSceneNode_GetSkeletonInstance virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the GetSkeletonInstance function in CGameSceneNode vtable. Trigger:…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find and identify the CCSGameRules_GoToIntermission function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the GoToIntermission function by searching for the "Going to intermission..." string…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find and identify the CBaseEntity_SetOwner virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the SetOwner function. CBaseEntity_SetOwner is a virtual function on CBaseEntity,…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find and identify the CCSPlayer_ItemServices_RemoveWeapons function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the RemoveWeapons virtual function in the CCSPlayer_ItemServices vtable.…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find and identify the TraceAttack function and CTakeDamageInfo struct in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the TraceAttack function by searching for the "FireBullets" debug string…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Find and identify the CBaseEntity_TakeDamageOld function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the TakeDamageOld function by searching for the TakeDamageOld debug string references and…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find and identify the CTriggerPush_Touch (CTriggerPush::Touch) virtual function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the CTriggerPush touch handler function by using vtable information…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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 identify the CBasePlayerPawn_CommitSuicide function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the CommitSuicide function by searching for the "bot_kill" command string, tracing to…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Find and identify the CCSPlayer_ItemServices_GiveNamedItem function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the GiveNamedItem wrapper function in CCSPlayer_ItemServices vtable by searching…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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…

原文の言語: 英語

更新
収集済み skill 2,943 件中 40 件を表示しています。