Agent skill · Data & Analytics

ai-llm

Production LLM engineering skill. Covers strategy selection (prompting vs RAG vs fine-tuning), dataset design, PEFT/LoRA, evaluation workflows, deployment handoff to inference serving, and lifecycle operations with cost/safety controls.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ai-llm --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Path: skills/ai-llm/ai-llm/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LLM Development & Engineering — Complete Reference Build, evaluate, and deploy LLM systems with **modern production standards**. This skill covers the full LLM lifecycle: - **Development**: Strategy selection, dataset design, instruction tuning, PEFT/LoRA fine-tuning - **Evaluation**: Automated testing, LLM-as-judge, metrics, rollout gates - **Deployment**: Serving handoff, latency/cost budgeting, reliability patterns (see `ai-llm-inference`) - **Operations**: Quality monitoring, change management, incident response (see `ai-mlops`) - **Safety**: Threat modeling, data governance, layered mitigations (NIST AI RMF: https://nvlpubs.nist.gov/nistpubs/ai/NIST.AI.100-1.pdf) **Modern Best Practices (January 2026)**: - Treat the model as a **component** with contracts, budgets, and rollback plans (not “magic”). - Separate **core concepts** (tokenization, context, training vs adaptation) from **implementation choices** (providers, SDKs). - Gate upgrades with repeatable evals and staged rollout; avoid blind model swaps. **For detailed patterns:** See [Resources](#resources-best-practices--operational-patterns) and [Templates](#templates-copy-paste-ready) sections below. --- ## Quick Refere

What's inside
Steps it walks through
  1. Quick Reference
  2. Decision Tree: LLM System Architecture
  3. Core Concepts (Vendor-Agnostic)
  4. Implementation Practices (Tooling Examples)
  5. Do / Avoid
  6. When to Use This Skill
  7. Scope Boundaries (Use These Skills for Depth)
  8. Resources (Best Practices & Operational Patterns)
  9. Core Operational Patterns
  10. Domain-Specific Patterns
  11. Templates (Copy-Paste Ready)
  12. Selection & Governance
  13. RAG Pipelines
  14. Prompt Engineering
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ai-llm skill do?

Production LLM engineering skill. Covers strategy selection (prompting vs RAG vs fine-tuning), dataset design, PEFT/LoRA, evaluation workflows, deployment handoff to inference serving, and lifecycle operations with cost/safety controls.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai-llm --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going