← all publishers

yuan-AAA-2333

@yuan-aaa-2333 source repo

6 published skills

  1. Windows Bulk Relocation · yuan-aaa-2333 bundle
    Use when moving applications, data directories, caches, or whole code trees to another drive on Windows while everything must keep working — relocating an agent's own data, migrating program installs, consolidating scattered projects onto one disk, or reclaiming space on C:. Covers copy→verify→junction (never cut-paste), the audit that catches silent file loss, robocopy /MOVE traps, hardlink double-counting, and the elevation cases that need a self-elevating handover script.
    0 installs
  2. Windows Machine Dossier · yuan-aaa-2333
    Use when asked to survey, document, profile, or inventory a Windows machine — building or refreshing a machine dossier / README that other AI agents read, taking stock of installed software, toolchains, environment variables, services or disks, mapping directory structure and disk usage, or planning a safe cleanup of caches and leftovers. Covers the read-only survey workflow, the verify-before-write rule, the AGENTS.md output contract, and non-destructive deletion practice.
    0 installs
  3. Windows China Network Traps · yuan-aaa-2333
    Use when a download, install, or network request hangs, stalls, or fails on Windows — winget / pip / npm / yarn / git clone appearing frozen with no progress, Docker image pulls failing, package installers timing out, "network is slow" complaints that never finish, or PowerShell scripts that refuse to run. Written from Windows machines on Chinese campus and mobile networks; covers IPv4-vs-IPv6 routing, DNS poisoning, registry mirrors, winget source problems, and Windows PowerShell 5.1 scripting traps.
    0 installs
  4. Chinese Software Copyright Package · yuan-aaa-2333
    Use when preparing a Chinese software copyright (软著) filing from an existing codebase — generating the 60-page source listing (前30页+后30页), drafting the software manual, or listing what the applicant still has to supply. Covers the page/line-count rules the registry enforces, why a partial last page gets rejected, blank-line handling, and the fields that must never be invented.
    0 installs
  5. Numerical Optimization Bug Patterns · yuan-aaa-2333
    Use when a numerical, geometric or combinatorial optimisation routine silently returns wrong or degenerate results, when a QUBO/penalty formulation prefers infeasible solutions, when an optimiser's later stage makes the answer worse, when a heuristic's quality must be proven rather than asserted, or when a derivation keeps contradicting what the code prints. Covers the specific defects that hide behind "it runs", the brute-force ground-truth harness, and stopping-the-derivation discipline.
    0 installs
  6. Refactor Verified Against Reference · yuan-aaa-2333
    Use when restructuring code that already works and whose numerical output must not change — turning research/competition scripts into a configurable package, merging duplicated implementations that drifted apart, generalizing a one-off model so a different case can use it, or producing code deliverables (software-copyright source listings, handover packages) from throwaway scripts. Covers the read-only original, cross-validating against the reference implementation to bit-equality, extracting the single source of truth for the objective, and the failure modes that only appear months later.
    0 installs