---
title: "LLM Model Specificity"
description: "- Refer to the file name and names of big classes to determine which LLM is being used in a file. - Ground all observations and recommendations with knowledge of that LLM. - Consider items such as context length, architecture, speed, and such. - Pay attention to the parent classes in these files."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/llm-specificity
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:30:39.342Z
license: CC-BY-4.0
attribution: "LLM Model Specificity — Claudary (https://claudary.paisolsolutions.com/skills/llm-specificity)"
---

# LLM Model Specificity
- Refer to the file name and names of big classes to determine which LLM is being used in a file. - Ground all observations and recommendations with knowledge of that LLM. - Consider items such as context length, architecture, speed, and such. - Pay attention to the parent classes in these files.

## Overview

---
globs: core/llm/llms/**/*.{ts,test.ts}
description: Tailor recommendations for LLM code based on which specific LLM is being used.
---

# LLM Model Specificity

- Refer to the file name and names of big classes to determine which LLM is being used in a file.
- Ground all observations and recommendations with knowledge of that LLM.
- Consider items such as context length, architecture, speed, and such.
- Pay attention to the parent classes in these files.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/llm-specificity) · https://claudary.paisolsolutions.com
