agentsclimarketplace

Ai foundation models

Skill ebarti/skills/ai-foundation-models

📚 Agent skills distilled from technical books — AI Engineering, Context Engineering, Designing Data-Intensive Applications, and more. Agent-agnostic, plain Markdown. Give your AI agent a bookshelf.

Install
npx -y skills add ebarti/skills --skill ai-foundation-models

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Practical knowledge for understanding and working with foundation models (FMs) in AI engineering. Covers the AI engineering stack, planning AI applications, transformer architecture, training data, model size and scaling laws, post-training (SFT, RLHF), and sampling strategies (temperature, top-k, top-p, structured outputs). Use this skill when: - Planning a new AI application using foundation models - Choosing between models (size, architecture, capabilities) - Configuring sampling parameters (temperature, top-k, top-p) - Understanding why a model behaves a certain way (hallucination, inconsistency) - Designing structured outputs from LLMs - Comparing AI engineering vs ML engineering responsibilities

SKILL.md

2.1 KB, as published. Nobody here has run it

AI Foundation Models

Knowledge from "AI Engineering" by Chip Huyen (Chapters 1-2). Focuses on understanding what foundation models are, how they're built, and how to make sound architectural decisions when integrating them.

Quick Start

  1. Check guidelines.md to find which files to load for your task
  2. Load only relevant files (each topic has knowledge.md, rules.md, examples.md)
  3. Apply guidance to your work

Contents

References

CategoryPurpose
ai-engineering-overviewRise of AI engineering, language model basics, FM use cases
planning-applicationsUse case evaluation, defensibility, AI stack layers, AI vs ML eng
training-dataMultilingual models, domain-specific models, data quality
model-architectureTransformer architecture, model size, scaling laws
post-trainingSupervised finetuning (SFT), preference finetuning (RLHF), reward models
samplingTemperature, top-k, top-p, structured outputs, hallucination, inconsistency

Workflows

TaskWorkflow
Decide if/how to use FMs for a use caseworkflows/evaluate-use-case.md
Configure sampling (temperature, top-k/p, structured output)workflows/tune-sampling.md

Guidelines

See guidelines.md for task-based file selection.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.