Skip to content

Repository files navigation

Agent Skills

A collection of custom agent skills for planning, development, cluster workflows, and git hygiene.

Cluster Tools

  • nchc-ssh — SSH from Mac to NCHC clusters (nano4 GB200/H200, nano5 H100/H200, Taiwan III CPU) via WSL jump host. Always routes through the lab machine in Taiwan for reliable access from anywhere.

    npx skills@latest add Smallfu666/skills/nchc-ssh
  • cluster-info — Provides TWCC/NCHC cluster specs, partitions, QoS limits, GPU types, MinGPU, SU billing, pricing, and architecture details.

    npx skills@latest add Smallfu666/skills/cluster-info
  • slurm-submission — General-purpose SLURM job submission on NCHC/TWCC. Enforces cluster-info prerequisites, CPU-node for CPU-only jobs, GPU opt-in, gov108018 account, handoff marker polling, and post-job seff/sacct/log review.

    npx skills@latest add Smallfu666/skills/slurm-submission

Git Hygiene

  • nchc-commit — Safe commit and push workflow for the current repository, including pre-commit inspection, credential checks, Slurm file checks, and result-folder hygiene.

    npx skills@latest add Smallfu666/skills/nchc-commit

Code Review

  • code-review — Evidence-first review of a PR, branch, commit range, or working-tree diff. Pins the comparison base, reconstructs originating spec and repo standards, reads tests first, runs independent Spec/Correctness, Standards/Maintainability, and Security/Performance/Reliability passes, then verifies and severity-ranks only actionable findings.

    npx skills@latest add Smallfu666/skills/code-review

HPC Tools

  • hpc-artifact-transfer — Pull large experiment artifacts (NCU reports, NSys, CSVs, logs, raw/encoded data) from nano4/nano5 into WSL, then pull selected files to Mac for inspection.

    npx skills@latest add Smallfu666/skills/hpc-artifact-transfer
  • marker-pdf — Convert PDF to Markdown via marker-pdf on the DGX Spark (double SSH via WSL).

    npx skills@latest add Smallfu666/skills/marker-pdf
  • remote-markdown-preview — Pull remote files from any SSH host to macOS /tmp, open in Typora or default app, or copy to clipboard.

    npx skills@latest add Smallfu666/skills/remote-markdown-preview

Mac Maintenance

  • mac-cleanup — Two-phase macOS storage cleanup: audits and clears safe caches, build artifacts, package manager caches, downloads, AI models, VM disks, and app residue. Designed for developers using macOS as their daily driver.

    npx skills@latest add Smallfu666/skills/mac-cleanup

Starter Skill

  • my-skill — A starter template for adding new custom skills to this repo.

    npx skills@latest add Smallfu666/skills/my-skill

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors