.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/hlnd2t/cs2_vibesignatures
home/skills/hlnd2t/cs2_vibesignatures
hlnd2t avatar

hlnd2t/cs2_vibesignatures

45 skills

View on GitHub
$npx skills add hlnd2t/cs2_vibesignatures
SkillInstalls
abandon-staged-releaseSafely discover the unique trusted merged generated-output PR and dispatch the protected recovery workflow for one explicitly identified unpromoted staged…—cleanup-workspaceClean up the local workspace after a dev branch has been merged into main.—convert-finder-skill-to-preprocessor-scriptscreate-agent-skill-fallbackcreate-cpp-testscreate-prcreate-preprocessor-scriptsCreate a new find-XXXX preprocessor Python script from scratch (no existing SKILL.md), add configs/<GAMEVER>.yaml skill and symbol entries.—dump-vtablesfind-CBaseEntity_GetChangeAccessorPathInfo_1find-CCSBotManager_AddBot_BotNavIgnorefind-CCSGameRules__sm_mapGcBanInformationfind-CCSPlayer_MovementServices_CheckJumpButton_WaterPatchfind-CCSPlayer_MovementServices_FullWalkMove_SpeedClampfind-CEntitySystem_Init-decompilesfind-CEntitySystem_m_entityNamesfind-CNetworkMessages_GetIsForServerfind-CNetworkMessages_GetNetworkSerializationContextDatafind-CNetworkMessages_dtorfind-CNetworkMessages_vtable-decompilesFind and identify CNetworkMessages_AllowAdditionalMessageRegistration and CNetworkMessages_IsAdditionalMessageRegistrationAllowed virtual functions in CS2…—fix-cppheadersUse when hl2sdk_cs2 C++ headers must be repaired to match the latest vtable or record-layout YAML references.—generate-reference-yamlGenerate reference YAML via project CLI into ida_preprocessor_scripts/references/<module>/<func_name>.<platform>.yaml—generate-signature-for-functionGenerate and validate unique byte signatures for functions using IDA Pro MCP.—generate-signature-for-globalvarGenerate and validate unique byte signatures for global variable using IDA Pro MCP.—generate-signature-for-patchGenerate and validate unique byte signatures for instructions that need to be runtime-patched using IDA Pro MCP.—generate-signature-for-structoffsetGenerate and validate unique byte signatures for instructions containing a struct member offset using IDA Pro MCP.—generate-signature-for-vfuncoffsetGenerate and validate unique byte signatures for instructions containing a virtual-function offset using IDA Pro MCP.—get-func-from-yamlLoad function information from a pre-generated YAML file. Use this skill when you need function address, size, signature, and optional vtable metadata before…—get-vtable-addressFind a function's vtable address using IDA Pro MCP. Use this skill when want to get exact virtual address of a class.—get-vtable-from-yamlLoad vtable information from a pre-generated YAML file. Use this skill when you need to get vtable address and size for a class before analyzing virtual…—get-vtable-indexFind a function's vtable offset and index using IDA Pro MCP. Use this skill when you have a function address and need to determine its position in a vtable by…—init-gamebinInitialize this repository's local game binaries for an exact GAMEVER from download.yaml or its latest entry, delegate symbol YAML restoration to…—pack-snapshotPack configured symbol YAML from a versioned bin directory into the canonical tracked game-symbol snapshot and verify it against the same analysis config.—post-change-validationRun the repository's C++ post-change validation gate against an immutable candidate snapshot before publication.—prepare-post-change-candidateFormat tracked repository files and build immutable symbol and gamedata candidates for one game version.—publish-post-change-candidatePublish the same immutable symbol and gamedata candidates that passed `/post-change-validation`.—rename-preprocessor-scriptsRename a symbol (function, vfunc, vtable, struct member, global variable) across all preprocessor scripts, configs/<GAMEVER>.yaml entries, and existing YAML…—restore-from-snapshotRestore versioned symbol YAML from a canonical same-version snapshot, optionally replace trusted YAML, or explicitly force a different base GAMEVER snapshot…—run-validation-until-no-failureUse when the user wants to run the IDA validation pipeline (`uv run ida_analyze_bin.py -debug`) repeatedly until it reports zero failures.—trigger-release-buildSafely dispatch a new release build or same-version republish from the immutable current origin/main SHA.—write-func-as-yamlWrite function analysis results as YAML file beside the binary using IDA Pro MCP.—write-globalvar-as-yamlWrite global variable analysis results as YAML file beside the binary using IDA Pro MCP.—write-patch-as-yamlWrite patch analysis results as YAML file beside the binary using IDA Pro MCP.—write-structoffset-as-yamlWrite struct member offset analysis results as YAML file beside the binary using IDA Pro MCP.—write-vfunc-as-yamlwrite-vtable-as-yaml