Skip to main content
NeverSight
ملف منشئ GitHub

NeverSight

عرض على مستوى المستودعات لـ ١٬٣٣٠ skills مجمعة عبر ٣ مستودعات GitHub.

skills مجمعة
١٬٣٣٠
مستودعات
٣
محدث
٢١ أغسطس ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

oq
مطوّرو البرمجيات

oQ's opinionated tooling and conventions for JavaScript/TypeScript projects. Based on Anthony Fu's style with personal customizations for UnoCSS, ESLint, pnpm catalog, and automated releases. Use when setting up new projects with these preferences.

٦ أغسطس ٢٠٢٦
ley-ar
المساعدون القانونيون ومساعدو المحامين

Search Argentine legal databases (SAIJ, JUBA, CSJN, JUSCABA) for jurisprudence, legislation, case summaries, and doctrine using the `ley` CLI. Use when the user asks about Argentine law, court decisions, legal precedents, fallos, jurisprudencia, legislación,…

٦ أغسطس ٢٠٢٦
ticktick
موظفو المكاتب العامون

Manage TickTick tasks and projects for JMO. Use when the user asks to add, create, or capture a task or todo; list, show, or review pending tasks; complete or check off a task; update a task's priority, due date, notes, or tags; delete a task or list; create…

٦ أغسطس ٢٠٢٦
data-driven-testing
محللو ضمان جودة البرمجيات والمختبرون

DEPRECATED: Use testing-best-practices instead. This skill has been retired.

٦ أغسطس ٢٠٢٦
e2e
محللو ضمان جودة البرمجيات والمختبرون

Run e2e tests, fix flake and outdated tests, identify bugs against spec. Use when running e2e tests, debugging test failures, or fixing flaky tests. Never changes source code logic or API without spec backing.

٦ أغسطس ٢٠٢٦
git-best-practices
مطوّرو البرمجيات

Git workflow patterns for commits, branching, PRs, and history management across heterogeneous repositories. Use when creating commits, managing branches, opening pull requests, or rewriting history. Do not use for non-git implementation tasks or…

٦ أغسطس ٢٠٢٦
git-rebase-sync
مطوّرو البرمجيات

Sync a feature branch onto the latest origin base branch via git rebase, with safety rails, deliberate conflict resolution, and safe force-with-lease pushing.

٦ أغسطس ٢٠٢٦
git-worktree-tidy
مطوّرو البرمجيات

Fetch latest from origin, prune remote-tracking refs, delete stale local branches and worktrees, and fast-forward important branches. Use when tidying up a worktree-based repo layout.

٦ أغسطس ٢٠٢٦
عرض 8 من أصل ١٬٣١٤ skills مجمعة.
neverd-semantic-invariant-debugging
غير مصنف

Diagnoses and fixes NeverD lifting bugs caused by duplicated, order-dependent, or format-divergent semantic decisions across CFG traversal, ABI recovery, pointer provenance, loaders, architectures, and emitters. Use when a new issue resembles a previous fix,…

٢١ أغسطس ٢٠٢٦
github-ci-runtime-debugging
غير مصنف

Diagnoses NeverD runtime failures in GitHub Actions that are platform-specific, intermittent, signal-terminated, or absent locally. Use when CI fails only on Linux x64, macOS arm64, or Windows x64; when CTest or GoogleTest flakes, crashes, times out, or…

١٧ أغسطس ٢٠٢٦
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…

٥ أغسطس ٢٠٢٦
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,…

٥ أغسطس ٢٠٢٦
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…

٥ أغسطس ٢٠٢٦
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,…

٥ أغسطس ٢٠٢٦
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…

٥ أغسطس ٢٠٢٦
graphics-api-hooking
مطوّرو البرمجيات

Guide for graphics API interception, overlay rendering, and render-pipeline analysis across DirectX, OpenGL, and Vulkan. Use this skill when working with Present or SwapBuffers hooks, DXGI swap chains, shader or draw-call interception, screenshot-sensitive…

٥ أغسطس ٢٠٢٦
عرض 8 من أصل ١١ skills مجمعة.
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…

٧ يوليو ٢٠٢٦
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.

٧ يوليو ٢٠٢٦
github-ci-runtime-debugging
مطوّرو البرمجيات

Use when a CI/CD pipeline (GitHub Actions or similar) surfaces a runtime bug that is platform-specific ("fails on linux-x64 but passes on arm64/macos/windows"), intermittent/flaky (different tests fail each run, segfaults, "Segmentation fault (core dumped)",…

١٢ يونيو ٢٠٢٦
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.

١٩ مايو ٢٠٢٦
mlir-development
مطوّرو البرمجيات

Expertise in MLIR (Multi-Level Intermediate Representation) and CIR (Clang IR) development for domain-specific compilation and high-level optimizations. Use this skill when building ML compilers, domain-specific languages, or working with multi-level…

١٨ مايو ٢٠٢٦
عرض ٣ من أصل ٣ مستودعات
تم تحميل كل المستودعات