Ai Engineering Os banner
ayush488-glitch ayush488-glitch

Ai Engineering Os

AI community

Description

Skills for AI engineers. One session at a time.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AI Engineering OS

Skills for AI engineers. One session at a time.

Each session is a folder. Each folder contains `SKILL.md` files β€” drop them into your project, tell your AI to read them, and it starts behaving like a senior engineer instead of a code generator.


Sessions

Session Name Topic Status
F1 The Prediction Engine Regression & Supervised Learning βœ… Ready
F2 Cluster Thinking K-Means & Unsupervised Learning πŸ”œ Coming soon
F3 The GenAI Builder GenAI Foundations πŸ”œ Coming soon
F4 Ship Ready EDA, Business Thinking & Sprint Readiness πŸ”œ Coming soon

F1 β€” The Prediction Engine βœ…

**9 skills. Full regression pipeline. From "what are we building?" to "here's the business impact."**

f1-the-prediction-engine/
β”œβ”€β”€ SESSION.md                     ← Start here
β”œβ”€β”€ problem-framing-skill/         ← Frame the right problem before touching data
β”œβ”€β”€ model-hypothesis-skill/        ← Choose a hypothesis that matches your situation
β”œβ”€β”€ loss-design-skill/             ← Design loss around business costs, not defaults
β”œβ”€β”€ training-diagnostics-skill/    ← Debug training before trusting the output
β”œβ”€β”€ feature-engineering-skill/     ← Domain knowledge beats polynomial noise
β”œβ”€β”€ generalization-skill/          ← Overfitting, regularization, assumption checks
β”œβ”€β”€ data-integrity-skill/          ← Catch leakage before it reaches production
β”œβ”€β”€ evaluation-skill/              ← Report rupee impact, not just RMSE
└── ml-system-skill/               ← The full 7-stage pipeline, gate by gate

F2 β€” Cluster Thinking πŸ”œ

**K-Means & Unsupervised Learning β€” when you don't have labels**

f2-cluster-thinking/
└── SESSION.md                     ← Preview: what's coming

Skills planned: unsupervised framing, K-Means intuition, cluster failure modes, validation (elbow + silhouette), segment-to-insight, full unsupervised pipeline.


F3 β€” The GenAI Builder πŸ”œ

**GenAI Found