← back

Skills are the New SDKs - Elvin Aghammadzada, DataRobot

1.8K views · Jul 20, 2026 · 26:40 min · Watch on YouTube ↗
Takeaway

Treat skills as an agent-facing interface that supplies the right operational knowledge at the right time.

Summary

  • Agent failures often hide in system prompts, tool descriptions, and input/output schemas rather than the visible interface.
  • Long context windows do not guarantee reliable performance; excessive documents and tool definitions can degrade tool selection and reasoning.
  • Skills package operational knowledge in a form agents can learn more directly than human-oriented documentation.
  • Enterprise platforms can compete on teachability and reliable intent-to-outcome execution, making skill-driven fluency a source of customer retention.
skillscontext-engineeringdeveloper-experience
Original description
You shipped a REST API. Then an SDK. Then MCP tool calling. And still, when a developer asks a coding agent to use your platform, it invents steps, and breaks in production. The problem is that your platform isn't teachable yet.

The fix is a skill layer. Versioned, task-specific packages that encode the workflow knowledge your platform team has always had. Building step ordering, failure modes and security hygiene into something agents can load and execute. This became one of the hardest challenges we have seen on building enterprise agentic AI platform for Fortune 50.

The talk walks through fundamentals of platform agent skills as a live case study: ML predictions, model training, deployment, monitoring, CI/CD, and agent observability - packaged as installable skills that work across Claude Code, Cursor, Codex. This pattern will paint a clear design pattern for building your own agent-native platform layer, and one question answered: what does it actually take to make your platform teachable?

Speakers:
Elvin Aghammadzada (DataRobot): Elvin Aghammadzada is a data science engineer on DataRobot's Agent Workforce Platform, focused on bringing production-grade agentic AI to the enterprise.
  LinkedIn:   / elvin-agammed  
  GitHub: https://github.com/elvinagam