domain-adaptation-papers-guide

domain-adaptation-papers-guide is a skill for Claude Code, Codex from wentorai/research-plugins. It costs 15 tokens per session (1,547 once invoked), scanned A, original, MIT.

A reference guide to domain adaptation, the process of adapting a machine-learning model trained on one type of data to work on another. It covers methods for cases where the new data has different distributions or labels.

In plain words
What is it for?
Use it to study unsupervised, semi-supervised, source-free, partial, open-set, universal, multi-source, and test-time adaptation methods, as well as domain generalisation.
Why use it?
A model can perform poorly when real-world input differs from its training data. The guide helps choose and understand approaches for adapting models when labelled target data is limited, unavailable, or contains unfamiliar classes.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to study unsupervised, semi-supervised, source-free, partial, open-set, universal, multi-source, and test-time adaptation methods, as well as domain generalisation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wentorai/research-plugins/domain-adaptation-papers-guide
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add wentorai/research-plugins --skill domain-adaptation-papers-guide
Clone the repo
git clone --depth 1 https://github.com/wentorai/research-plugins

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for domain-adaptation-papers-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/wentorai/research-plugins/domain-adaptation-papers-guide/github.svg)](https://agentmods.dev/skills/wentorai/research-plugins/domain-adaptation-papers-guide)
Your own site
<a href="https://agentmods.dev/skills/wentorai/research-plugins/domain-adaptation-papers-guide"><img src="https://agentmods.dev/badge/skills/wentorai/research-plugins/domain-adaptation-papers-guide/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for domain-adaptation-papers-guide

Your own site · 80×15
<a href="https://agentmods.dev/skills/wentorai/research-plugins/domain-adaptation-papers-guide"><img src="https://agentmods.dev/badge/skills/wentorai/research-plugins/domain-adaptation-papers-guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,547 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.01547
Opus 5 $0.00008 $0.00773
Sonnet 5 $0.00003 $0.00309
Haiku 4.5 $0.00002 $0.00155

Measured 10d ago against content hash 000382aa94e3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

domain-adaptation-papers-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/domains/ai-ml/domain-adaptation-papers-guide/SKILL.md · 174 lines

How it starts

The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Domain Adaptation Papers Guide

Overview

Domain adaptation addresses the problem of training models on one data distribution (source domain) and deploying them on a different distribution (target domain). This curated collection covers the full spectrum — from unsupervised domain adaptation (UDA) and domain generalization to partial, open-set, and source-free adaptation. Organized by methodology and application area with regularly updated paper lists.

Taxonomy of Methods

Domain Adaptation
├── Unsupervised DA (UDA)
│   ├── Discrepancy-based (MMD, CORAL, CDD)
│   ├── Adversarial-based (DANN, ADDA, CDAN)
│   ├── Reconstruction-based (DRCN, DSN)
│   └── Self-training (SHOT, CBST)
├── Semi-supervised DA
├── Source-free DA (no source data at adaptation time)
├── Partial DA (target has subset of source classes)
├── Open-set DA (target has unknown classes)
├── Universal DA (no prior on label set relationship)
├── Multi-source DA
├── Domain Generalization (no target data at all)
└── Test-time Adaptation (adapt at inference)

Key Methods by Era

Classical Methods

Method Year Approach Key Idea
TCA 2011 Kernel Transfer Component Analysis
GFK 2012 Subspace Geodesic Flow Kernel
SA 2013 Subspace Subspace Alignment
DAN 2015 MMD Deep Adaptation Networks
DANN 2016 Adversarial Domain-Adversarial Neural Networks
ADDA 2017 Adversarial Adversarial Discriminative DA
CORAL 2016 Statistics Correlation Alignment

Modern Methods

Method Year Approach Key Idea
CDAN 2018 Adversarial Conditional adversarial + entropy
MCD 2018 Discrepancy Maximum Classifier Discrepancy
SHOT 2020 Source-free Self-supervised pseudo-labeling
TENT 2021 Test-time Entropy minimization at test time
DAFormer 2022 Transformer DA for semantic segmentation
PADCLIP 2023 Vision-language CLIP-based domain adaptation

Read the full file on GitHub · 174 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 174 lines · 15 tokens per session scan A 000382aa94e3

Subscribe to this mod's changes

domain-adaptation-papers-guide is a skill published in the GitHub repository wentorai/research-plugins (290 stars, last pushed 2mo ago), licensed MIT. It adds 15 tokens to every session and 1,547 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agent-platform-rag-engine-management

Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google…

google/skills · 85 tokens

agent-platform-model-registry

Agent Platform Model Registry Management. Use when you need to upload, list, describe, update, or delete machine learning models (and their versions) in the Agent Platform Model Registry. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform models.

google/skills · 60 tokens

foundry-config-setup

Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.

microsoft/agent-framework · 65 tokens

google-cloud-solution-agentic-analytics-spark-knowledge-catalog

Discovers requirements and generates guidance to design and deploy a governed, secure agentic-analytics solution for data that's distributed across Google Cloud, other cloud providers, or on-premises. Data that's outside Google Cloud (such as data from Databricks, Snowflake, Salesforce, SAP, or Oracle systems) is…

google/skills · 138 tokens

training-check

Interactively monitor training metrics from the current Codex session, periodically checking WandB or fallback logs for NaN, divergence, plateaus, and broken runs.

wanshuiyin/Auto-claude-code-research-in-sleep · 35 tokens

nemo-automodel-launcher-config

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

NVIDIA/skills · 30 tokens