Skip to main content

このリポジトリの skills

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

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

tools-only/X-Skills

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

職業分類
その他の高等教育社会科学教員その他の生物科学者
説明

Lock an ideation run into a single-source-of-truth brief (`output/IDEA_BRIEF.md`) and a replayable multi-query plan (`queries.md`). **Trigger**: idea brief, ideation brief, research ideas, brainstorm, 找 idea, 选题, 点子, 找方向. **Use when**: the user wants research…

原文の言語: 英語

更新
職業分類
疫学者
説明

Write a systematic review protocol into `output/PROTOCOL.md` (databases, queries, inclusion/exclusion, time window, extraction fields). **Trigger**: protocol, PRISMA, systematic review, inclusion/exclusion, 检索式, 纳入排除. **Use when**: systematic review pipeline…

原文の言語: 英語

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

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 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 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 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 analyzing the CBasePlayerPawn vtable and identifying…

原文の言語: 英語

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

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

原文の言語: 英語

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

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

原文の言語: 英語

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

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 CPointTeleport_Teleport and CBaseEntity_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.…

原文の言語: 英語

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

Find and identify the CCSPlayerController_Respawn function in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the Respawn function by finding the CCSPlayerController vtable and analyzing virtual…

原文の言語: 英語

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

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 analyzing the cleanup sequence in CBasePlayerController virtual…

原文の言語: 英語

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

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

原文の言語: 英語

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

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…

原文の言語: 英語

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

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 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 CBaseTrigger_StartTouch and CBaseTrigger_EndTouch virtual functions in CS2 binary using IDA Pro MCP. Use this skill when reverse engineering CS2 server.dll or server.so to locate the CBaseTrigger touch handler functions by using vtable…

原文の言語: 英語

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

Write function analysis results as YAML file beside the binary using IDA Pro MCP. Use this skill after completing function identification and signature generation to persist the results in a standardized YAML format. For virtual functions with known 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 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…

原文の言語: 英語

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

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.

原文の言語: 英語

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

Generate and validate unique byte signatures for global variable using IDA Pro MCP. Use this skill when you need to create a pattern-scanning signature for a global variable that can reliably locate it across binary updates. Triggers: global variable…

原文の言語: 英語

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

Repo-aware documentation writer and maintainer for azure-agentic-infraops. Understands the full agent/skill architecture, naming conventions, and template system. Use when asked to "update the docs", "add documentation for a new agent/skill", "check docs for…

原文の言語: 英語

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

Standards for Copilot custom agent definition files

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Heavy3 Code Audit - Multi-model code review for coding agents (Sponsored by Heavy3.ai)

原文の言語: 英語

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

577+ pattern prompt injection defense with optional API for early-access and premium patterns. Tiered loading, hash cache, 11 SHIELD categories, 10 languages.

原文の言語: 英語

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

Write correct Rocq code establishing proofs for theorems encoded as type specifications.

原文の言語: 英語

更新
職業分類
通訳者・翻訳者
説明

Translate English language text into high quality, accurate Persian (Farsi) text using a team of specialist reviewers

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Resolve NixOS issues using research and sequential thinking

原文の言語: 英語

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

Expert in Haskell language and cabal module system.

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Expert in NixOS configurations, Nix language, flakes, module system. Masters declarative system management, derivations, reproducible builds. Use PROACTIVELY for NixOS system configuration, package management, Nix expression development.

原文の言語: 英語

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

Use this agent when you need to create, update, or refine a Product Requirements Document (PRD) for use with Task Master. This includes developing new PRDs, enhancing existing documents, and capturing significant architectural decisions.

原文の言語: 英語

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