Armory
Source
Browse
Skills

transformers

This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install transformers --cli claude

writes the skill into.claude/skills/transformers/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/transformers/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.

When to use it

This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/scientific/transformers/SKILL.md -o .claude/skills/transformers/SKILL.md

Notes

Extracted from davila7/claude-code-templates, transformers category.