Find skills for your agent.

Search. Review. Install.

c55ee46073ed

wizard

Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover. Don't invoke this for steps the agent can perform itself.

skillmarket install greatsage_sh/wizard
↓ 1★ 0by greatsage_sh
c55ee46073ed

code-review

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to \"review since X\".

skillmarket install greatsage_sh/code-review
↓ 1★ 0by greatsage_sh
c55ee46073ed

tdd

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

skillmarket install greatsage_sh/tdd
↓ 1★ 0by greatsage_sh
5bf4e7801107

diagnosing-superpowers

Use when a superpowers session went wrong and your human partner wants to know why — repeated work, ignored plans, stumbles, poor results, a skill that didn't fire, "it took too long", "why is it so expensive", "what is it doing" — or wants to build a bug report for the superpowers maintainers, for the current session or a past one identified by id or path, on any harness.

skillmarket install greatsage_sh/diagnosing-superpowers
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

isaac-mission-control-showcase

Run and validate an end-to-end Mission Control showcase with a locally installed Isaac Sim launched in its GUI window, driven through the isaac-sim-remote Python server, with Nova Carter SIL. Use for demos, showcase replays, Mission Control driving a simulated robot, or diagnosing the integrated small-warehouse scenario. Detect existing Isaac Sim installations without modifying them, automatically select a usable runtime without prompting whenever compatibility can be confirmed, and delegate req

skillmarket install greatsage_sh/isaac-mission-control-showcase
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

foundationpose-pipeline

Adapt BOP datasets, run the FoundationPose perception pipeline with TAO depth, and evaluate or re-score pose results. Use for dataset runs and result comparisons; environment installation belongs to foundationpose-setup.

skillmarket install greatsage_sh/foundationpose-pipeline
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

foundationpose-setup

Install or repair the FoundationPose perception pipeline and build its FoundationStereo TensorRT engines. Use for SAM3/TAO dependency conflicts, CUDA library failures, and depth-engine shape or precision decisions.

skillmarket install greatsage_sh/foundationpose-setup
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

kermt-add-cmim-pretrain

Convert a grover_base checkpoint (encoder-only or encoder + vocab heads) into a hybrid checkpoint by adding a randomly-initialized cMIM decoder + latent_dist, then continue pretraining on the user's corpus as hybrid (vocab + contrast). Effectively kermt-continue-pretrain with a one-time ckpt-conversion step prepended.

skillmarket install greatsage_sh/bionemo-kermt-add-cmim-pretrain
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

kermt-continue-pretrain

Continue KERMT pretraining on a custom SMILES corpus with a grover_base, cmim, or hybrid checkpoint. Use a local checkpoint or optionally download a pinned Hugging Face model bundle using HF_TOKEN if configured. Run containerized training and write model bundles, prepared data, logs, and checkpoints to user-selected host directories.

skillmarket install greatsage_sh/bionemo-kermt-continue-pretrain
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

kermt-embed

Extract per-molecule embeddings from any encoder-bearing KERMT checkpoint. Use a local checkpoint or optionally download a pinned Hugging Face model bundle using HF_TOKEN if configured. Run containerized embedding extraction and write model bundles, per-readout .npy embeddings, canonical SMILES, and validity arrays to user-selected host directories.

skillmarket install greatsage_sh/bionemo-kermt-embed
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

kermt-finetune

Finetune a pretrained KERMT encoder on a labeled CSV. Validate the checkpoint and data, prepare features, and run containerized training. Use a local checkpoint or optionally download a pinned Hugging Face model bundle using HF_TOKEN if configured. Write model bundles, prepared data, logs, and trained models to user-selected host directories.

skillmarket install greatsage_sh/bionemo-kermt-finetune
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

kermt-infer

Run predictions with a finetuned KERMT checkpoint on a SMILES-only CSV. The skill validates that the input ckpt has task FFN heads (refuses pretrain ckpts with a redirect to kermt-finetune), validates the CSV, prepares the data (clean + rdkit_2d features), then launches main.py predict inside the kermt container (blocking, minutes-scale).

skillmarket install greatsage_sh/bionemo-kermt-infer
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

kermt-monitor

Check progress for a detached KERMT run (pretrain, finetune, or any kermt_run_detached invocation). Reads run.json, queries docker for container state, tails the pretrain/finetune log, and parses progress lines (epoch, step, val loss).

skillmarket install greatsage_sh/bionemo-kermt-monitor
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

kermt-pretrain-scratch

Pretrain a fresh KERMT model from scratch on a user-provided corpus. Builds a new vocabulary from the corpus, instantiates the model architecture from defaults, and launches pretrain_ddp.py inside the kermt container (detached for long runs). Unlike kermt-continue-pretrain, no starting checkpoint is loaded — the model is randomly initialized.

skillmarket install greatsage_sh/bionemo-kermt-pretrain-scratch
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

kermt-setup

Bootstrap the KERMT agent environment — verify host docker + nvidia-container-toolkit, build the kermt:latest image from the repo's Dockerfile if it doesn't yet exist, and run a GPU smoke test inside the container. Every other kermt-* skill depends on this; invoke it first.

skillmarket install greatsage_sh/bionemo-kermt-setup
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

nvflare-fed-stats

Compute federated statistics over tabular data (count, sum, mean, stddev, var, histogram, quantile, noise-protected min/max) and image data (count, failure_count, pixel-intensity histogram) across NVFLARE sites via FedStatsRecipe — automatic and non-interactive from the dataset, feature names (header or supplied), and optionally a README or notes declaring which statistics to compute; do not use for model training conversion, hierarchical statistics, deployment, POC/production lifecycle, or fa

skillmarket install greatsage_sh/nvflare-fed-stats
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

nvflare-orient

Route open-ended NVFLARE advice and only conversion requests whose preliminary source inspection reports unresolved or conflicting ownership; never load this skill merely to inspect a concrete conversion request before selecting its detected framework converter.

skillmarket install greatsage_sh/nvflare-orient
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

nvflare-shared

Internal NVFLARE conversion references and templates. Use only when another NVFLARE skill directs you to a shared workflow, policy, or asset.

skillmarket install greatsage_sh/nvflare-shared
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

nvflare-autofl-report

Generate a reproducible final report, literature-outcome synthesis, JSON summary, and refreshed progress plot for a stopped or interrupted NVFLARE Auto-FL campaign.

skillmarket install greatsage_sh/nvflare-autofl-report
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

nvflare-convert-huggingface

Convert existing Hugging Face Transformers Trainer or TRL SFTTrainer training code into an NVFLARE federated job using flare.patch(trainer), local validation, and job export; use when the user names Hugging Face or preliminary source inspection identifies one Hugging Face owner, and not for manual PyTorch loops, Lightning, inference-only pipelines, deployment, or experiment workflows.

skillmarket install greatsage_sh/nvflare-convert-huggingface
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

nvflare-convert-lightning

Convert existing PyTorch Lightning training code into an NVFLARE federated job using the Lightning Client API patch, local validation, and job export; use only when the request names federated/NVFLARE conversion or asks multiple sites to train collaboratively while keeping each site's data local, and either names PyTorch Lightning or preliminary source inspection identifies one Lightning owner; do not use for non-federated Lightning work such as DDP, profiling, inference serving, or training-loo

skillmarket install greatsage_sh/nvflare-convert-lightning
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

nvflare-convert-pytorch

Convert existing plain or manual PyTorch training code into an NVFLARE federated job using Client API model exchange, local validation, and job export; use when the user names plain PyTorch or preliminary source inspection identifies one plain-PyTorch owner, and not for Lightning, other frameworks, deployment, POC/production lifecycle, or experiment workflows.

skillmarket install greatsage_sh/nvflare-convert-pytorch
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

nemo-retriever-mcp

Use when a task needs to search or add documents through NeMo Retriever MCP.

skillmarket install greatsage_sh/nemo-retriever-mcp
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

cudaq-importing

Use when porting circuits from another framework (e.g. Qiskit) into CUDA-Q kernels while preserving the source algorithm and validation fidelity.

skillmarket install greatsage_sh/cudaq-importing
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

i4h-workflow-train-rl

Use when training, evaluating, or exporting Workflow policies with online RSL-RL or RLinf, including RL checkpoint and Workflow handoff.

skillmarket install greatsage_sh/i4h-workflow-train-rl
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

physical-ai-event-video-generation

Run the PAIDF Orchestration Event Video Generation DAG on Kubernetes - image-to-video anomaly generation, auto-labeling, and anomaly dataset generation. Select for requests about event video generation, anomaly video generation, image-to-video synthesis, Cosmos3 image2video, anomaly dataset creation, safety/surveillance SDG, or generating person-falling, person-climbing, person-running, fighting, smoking/vaping, fire/smoke, or shoplifting video clips from a seed image. Runs environment setup fir

skillmarket install greatsage_sh/physical-ai-event-video-generation
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

paidf-orchestration-setup

Audit, prepare, and deploy PAIDF Orchestration on a Kubernetes GPU cluster - single-GPU H100/L40S hosts, managed Kubernetes, kubeadm, and similar. Select for requests to set up, install, deploy, configure, or check a PAIDF Orchestration environment; run a workflow on a new or unverified GPU host; connect via kubeconfig; validate GPU compute; deploy the Airflow controller; or choose external versus in-cluster model services. A plain SSH host is not a supported backend.

skillmarket install greatsage_sh/paidf-orchestration-setup
↓ 0★ 0by greatsage_sh
fd9f1466ff8a

paidf-orchestration-write-dag

Use when a user describes a custom PAIDF Orchestration pipeline — a specific ordered combination of stages such as augmentation only, auto-labeling only, detection+captioning only, or image attribute augmentation without full auto-labeling — that no existing DAG in airflow/dags/workflows/ covers, and asks for a new Kubernetes DAG. Also use to check that a generated or existing DAG's model/container/prompt choices match an external spec document (e.g. a PAIDF `launchable.md`).

skillmarket install greatsage_sh/paidf-orchestration-write-dag
↓ 0★ 0by greatsage_sh
Using a chat agent?Paste https://skillmarket.bon5.co and describe the skill you need.How agents search →