← All plugins
transfer-learning-adapter
v1.22.0Transfer learning adaptation
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/transfer-learning-adapter/ inside the repository.
Layout
plugins/ai-ml/transfer-learning-adapter/
├── .claude-plugin/plugin.json└── skills/adapting-transfer-learning-models/SKILL.md
Skills1
adapting-transfer-learning-modelsskills/adapting-transfer-learning-models/SKILL.md
Build this skill automates the adaptation of pre-trained machine learning models using transfer learning techniques. it is triggered when the user requests assistance with fine-tuning a model, adapting a pre-trained model to a new dataset, or performing... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
Manifests1
plugins/ai-ml/transfer-learning-adapter/.claude-plugin/plugin.json
{
"name": "transfer-learning-adapter",
"version": "1.22.0",
"description": "Transfer learning adaptation",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"transfer-learning",
"fine-tuning",
"pretrained",
"adapters",
"agent-skills"
]
}