What is a Skill?
A 'Skill' is a combination of a System Prompt, a Tool Definition (JSON Schema), and Few-Shot Examples, all packaged together. Instead of one giant prompt, your agent loads skills dynamically. The anthropics/skills repo is the blueprint for this new architecture.
undefined
The Marketplace of Intelligence
We are seeing the emergence of a 'Skill Store.' Need your agent to know how to use Salesforce? Don't write the prompt; just import @salesforce/crm-skill. This modularity is what will allow agents to scale from toy demos to enterprise software.
The Repository Pattern
Treat your agent's mind like a git repository. Version control your prompts. Branch your behaviors. If you are pasting text into a chat window, you are doing it wrong. We are engineers, not poets.
Composable AI
This is the 'Lego' moment for AI. We aren't training models anymore; we are assembling them from pre-built blocks of competence.



