Skip to main content
gmh5225
GitHub 创作者资料

gmh5225

按仓库查看 5 个 GitHub 仓库中的 42 个已收集 skills。

已收集 skills
42
仓库
5
更新
2026年7月29日
仓库浏览

仓库与代表性 skills

analyze-crypto
财务和投资分析师

一键综合分析加密货币。通过并行子代理采集价格、新闻情绪、赛道对比、市场环境、项目基本面五个维度,交叉分析后输出 HTML 报告(含24小时行情和7日趋势)。触发词:分析BTC、analyze ETH、比特币怎么样、SOL值得买吗。

2026年3月13日
analyze-stock
财务和投资分析师

一键综合分析某只股票/公司。通过并行子代理同时采集股价、新闻舆论、行业对比、市场环境、公司官网五个维度的数据,然后在主线程进行交叉分析、因果归因和趋势预测,输出标准化 HTML 分析报告(含当日行情和7日趋势)。触发词:分析XX股票、analyze TICKER、XX怎么样、XX值得买吗。支持A股、港股和美股。

2026年3月13日
book-analysis
其他高等院校教师

深度学习一本书。通过并行子代理采集章节结构、背景要点、问题影响、解决方案、术语索引、延伸阅读六个维度,交叉分析后输出 Markdown 深度学习笔记。触发词:分析XX这本书、学习XX、读书笔记XX、book analysis。

2026年3月13日
go-backend-requirement-analysis
软件开发工程师

Go 后端需求分析:功能边界、验收标准、领域模型、API 契约、数据一致性规则、非功能需求、交付风险。在技术设计或编码前使用。

2026年3月13日
go-backend-reviewer
软件质量保证分析师与测试员

Expert Go backend code reviewer specializing in microservices, GORM/DAL patterns, dependency injection, and resource management. Focuses on logic correctness, goroutine leak detection, and Go-specific best practices for production-grade services.

2026年3月13日
go-backend-technical-design
软件开发工程师

Go 后端技术设计:包边界、handler-service-repository 分层、API 契约、存储设计、事务、一致性、可观测性、发布策略与 ADR 权衡。需求稳定后使用。

2026年3月13日
ai-daily-digest
市场调研分析师与营销专员

Fetches RSS feeds from 90 top Hacker News blogs (curated by Karpathy), uses Claude to score and filter articles, and generates a daily digest in Markdown with Chinese-translated titles, category grouping, trend highlights, and visual statistics. Use when user…

2026年3月13日
analyze-resume
人力资源专员

Use when user wants to analyze a resume/CV file (PDF or text) for software engineering, test development, or frontend development candidates. Triggers: "分析简历", "看下这份简历", "帮我面试", "analyze resume", "简历分析", "候选人评估".

2026年3月13日
已展示 8 / 12 个已收集 Skill。
binary-lifting
软件开发工程师

Expertise in binary lifting techniques - converting machine code to LLVM IR for analysis, decompilation, and recompilation. Use this skill when working on reverse engineering, binary analysis, deobfuscation, or converting binaries to higher-level…

2026年1月27日
compiler-development
软件开发工程师

Expertise in compiler development using LLVM infrastructure including frontend design, IR generation, optimization passes, and code generation. Use this skill when building custom programming languages, implementing DSL compilers, or working on compiler…

2026年1月27日
dynamic-instrumentation
软件开发工程师

Expertise in LLVM-based dynamic binary instrumentation, runtime tracing, and program monitoring. Use this skill when implementing runtime analysis tools, code coverage systems, profilers, or dynamic security monitors.

2026年1月27日
llvm-learning
其他高等院校教师

Comprehensive learning resources and tutorials for LLVM, Clang, and compiler development. Use this skill when helping users learn LLVM internals, find educational resources, or understand compiler concepts.

2026年1月27日
llvm-obfuscation
软件开发工程师

Expertise in LLVM-based code obfuscation techniques including OLLVM, control flow flattening, string encryption, virtualization, and anti-analysis methods. Use this skill when working on code protection, anti-reverse engineering, or implementing custom…

2026年1月27日
llvm-optimization
软件开发工程师

Expertise in LLVM optimization passes, performance tuning, and code transformation techniques. Use this skill when implementing custom optimizations, analyzing pass behavior, improving generated code quality, or understanding LLVM's optimization pipeline.

2026年1月27日
llvm-security
信息安全分析师

Expertise in LLVM security features including sanitizers, hardening techniques, exploit mitigations, and secure compilation. Use this skill when implementing security-focused compiler features, analyzing vulnerabilities, or hardening applications.

2026年1月27日
llvm-tooling
软件开发工程师

Expertise in LLVM tooling development including Clang plugins, LLDB debugger extensions, Clangd/LSP, and LibTooling. Use this skill when building source code analysis tools, refactoring tools, debugger extensions, or IDE integrations.

2026年1月27日
已展示 8 / 10 个已收集 Skill。
anti-cheat-systems
信息安全分析师

Guide for modern game anti-cheat architecture, Windows kernel monitoring, and detection tradeoffs. Use this skill when analyzing EAC, BattlEye, Vanguard, FACEIT AC, kernel callbacks, handle protection, manual-map detection, boot-start drivers, BYOVD, DMA…

2026年7月29日
dma-attack-techniques
信息安全分析师

Guide for PCIe DMA threat modeling, FPGA-based memory access, and defensive implications in game security. Use this skill when researching pcileech, BAR and TLP behavior, page-table walking, IOMMU or VT-d, device impersonation, firmware mimicry, or DMA…

2026年7月29日
game-engine-resources
信息安全分析师

Guide for game-engine internals, source trees, plugins, and engine-specific security research. Use this skill when researching Unreal, Unity, Source, Godot, custom engines, engine detectors, engine explorers, or engine protection patterns relevant to modding,…

2026年7月29日
game-hacking-techniques
信息安全分析师

Guide for game-hacking technique taxonomy and threat modeling relevant to game security. Use this skill when researching memory access, code injection, overlays, input simulation, engine-specific attack surfaces, or how modern anti-cheat systems constrain…

2026年7月29日
mobile-security
信息安全分析师

Guide for Android and iOS game security, reversing, and anti-cheat-adjacent platform research. Use this skill when working with APK or IPA analysis, IL2CPP mobile titles, Frida, Zygisk or Magisk, jailbreak or root detection bypass, Android kernel modules,…

2026年7月29日
awesome-game-security-overview
信息安全分析师

Guide for understanding and contributing to the awesome-game-security curated resource list. Use this skill when adding new resources, organizing categories, mapping topics across anti-cheat, Windows kernel, DMA, reverse engineering, and game-engine research,…

2026年7月29日
game-security-research-rigor
信息安全分析师

Guide for evidence-grounded game-security research, citation verification, uncertainty, reproducible analysis, and detector evaluation. Use when validating technical claims, synthesizing README or wiki resources, comparing security techniques, assessing…

2026年7月29日
reverse-engineering-tools
信息安全分析师

Guide for reverse engineering protected games and anti-cheat components across user mode, kernel mode, and hypervisor-aware environments. Use this skill when analyzing drivers, IOCTL protocols, callback registration, injected-code artifacts, integrity checks,…

2026年7月29日
已展示 8 / 9 个已收集 Skill。
已展示 5 / 5 个仓库
已展示全部仓库