Awesome Skills for LLMs 
A curated collection of resources, papers, tools, and frameworks for building, composing, and deploying skills for large language models — centered on Skills ecosystem and radiating outward to the broader LLM agent capabilities landscape.
Agent Skills was introduced as composable, portable folders of instructions, scripts, and resources that loads dynamically — turning a general-purpose assistant into a specialized agent. This list tracks everything in the skills-for-LLMs ecosystem: the official Anthropic skill system, the closely related Model Context Protocol (MCP), academic research on skill acquisition and tool use, open-source agent frameworks, computer-use and GUI agents, benchmarks, and practical tutorials.
Contents
Anthropic Skills — Core Ecosystem
Official Announcements & Blog Posts
- Introducing Agent Skills — Official product launch. Skills are folders of instructions, scripts, and resources that Claude loads dynamically. Available for Pro, Max, Team, and Enterprise users. Updated Dec 18, 2025 with organization-wide management and open standard announcement. (Oct 2025, updated Dec 2025)
- Equipping Agents for the Real World with Agent Skills — Engineering deep-dive on the Agent Skills architecture: progressive disclosure, SKILL.md format, bundled code execution, and best practices. By Barry Zhang, Keith Lazuka, Mahesh Murag. (Oct 2025, updated Dec 2025)
- How AI Impacts Skill Formation — RCT finding that AI assistance led to 17% lower mastery scores, exploring the tension between productivity and skill development. (Jan 2026)
Documentation & Guides
- The Complete Guide to Building Skills for Claude (PDF) — Comprehensive PDF covering SKILL.md authoring, frontmatter metadata, progressive disclosure patterns, organization-level deployment, API usage, and MCP integration with partner examples (Sentry, Box, Notion, Canva). (2025)
GitHub Repositories
- anthropics/skills — Public repository for Agent Skills: official skill definitions, examples, and the marketplace. ⭐ 62k+
- anthropics/claude-code — Agentic coding tool for terminal. Supports Skills, MCP, subagents, slash commands, and hooks. ⭐ 42k+
Courses & Webinars
Model Context Protocol (MCP)
Specification & Announcements
- Introducing the Model Context Protocol — Original MCP launch. Open standard for connecting AI to data sources. Pre-built servers for Google Drive, Slack, GitHub, Postgres, Puppeteer. Early adopters: Block, Apollo, Zed, Replit, Sourcegraph. (Nov 2024)
- MCP Specification (2025-11-25) — Latest MCP spec: JSON-RPC 2.0, tools/resources/prompts, security guidelines, async operations, statelessness, server identity.
- Code Execution with MCP — How to use code execution to interact with MCP servers more efficiently, reducing token overhead from tool definitions. (Nov 4, 2025)
SDKs & Official Repos
- modelcontextprotocol/servers — Official and community MCP server implementations: GitHub, GitLab, Google Drive, Google Maps, PostgreSQL, Puppeteer, Redis, Sentry, Slack, SQLite, and hundreds more.
- modelcontextprotocol/ext-apps — MCP Apps Extension — standard for interactive UIs embedded in AI chatbots via MCP servers. Supports React, Vue, Svelte, Solid, Preact.
- punkpeye/awesome-mcp-servers — Comprehensive curated collection of MCP servers: production-ready and experimental, covering file access, databases, API integrations, and more. ⭐ 15k+
- wong2/awesome-mcp-servers — Curated list of MCP servers with official integrations, reference servers, and community servers by category. ⭐ 10k+
- microsoft/mcp — Catalog of official Microsoft MCP server implementations including Azure services, DevOps, M365 Agents Toolkit, Fabric, and Sentinel.
- Building Effective AI Agents — Foundational guide on agentic system patterns: prompt chaining, routing, parallelization, orchestrator-workers. Distinguishes workflows vs agents. (Dec 2024)
- Tool Use with Claude — Overview — Main documentation hub: client tools, server tools (web search, text editor, code execution, computer use), structured outputs, MCP integration.
- How to Implement Tool Use — Step-by-step implementation guide covering tool definitions, tool_use responses, tool_result handling, parallel tool calls, and token-efficient tools.
- Programmatic Tool Calling — Documentation for the
advanced-tool-use-2025-11-20 beta: Claude executes tools programmatically via code execution.
Computer Use Resources
- Developing a Computer Use Model — Research insights on training Claude for computer use: generalization from simple software, safety considerations, and RSP assessment. (Aug 2025)
- Computer Use Tool Documentation — Official API docs for computer use:
computer_20251124 (Opus 4.5/4.6), computer_20250124 (Sonnet 4.5), screenshot capture, mouse/keyboard control.
- API Release Notes — Changelog documenting
computer_20250124 tool version (Jan 2025), bash_20250124, text_editor_20250124, token-efficient tool use.
Academic Papers
Skill Learning & Composition
- CUA-Skill: Develop Skills for Computer Using Agent — Tianyi Chen et al. (Microsoft). Skill-centric framework encoding human computer-use knowledge as reusable, parameterized skills with execution and composition graphs. CUA-Skill Agent achieves SOTA 57.5% success rate on WindowsAgentArena. (Jan 2026)
- Self-Distillation Enables Continual Learning — Idan Shenfeld, Mehul Damani et al. Studies whether pretrained LLMs can acquire new, narrowly defined skills (science Q&A, tool use, medical reasoning) without degrading existing abilities, using self-distillation. (Jan 2026)
- Tool Learning with Large Language Models: A Survey — Changle Qu et al. Comprehensive survey organizing tool learning into four key stages: task planning, tool selection, tool calling, and response generation. Published in Frontiers of Computer Science, Vol. 19(8), 2025.
- ReTool: Reinforcement Learning for Strategic Tool Use in LLMs — Jiazhan Feng et al. Tool-augmented RL framework interleaving real-time code execution within natural language reasoning. Achieves 67% accuracy on AIME2024 with 400 training steps. Demonstrates emergent "aha moment" behaviors in tool use. (Apr 2025)
- Improving LLM Function Calling via Guided-Structured Templates — Hy Dang et al. Curriculum-inspired framework using structured reasoning templates for function calling, achieving 3-12% relative improvements over strong baselines. Shows free-form CoT is insufficient for structured function calling. (EMNLP 2025)
Computer Use & GUI Agents
- OpenCUA: Open Foundations for Computer-Use Agents — Xinyuan Wang et al. (XLANG Lab/HKU). Comprehensive open-source framework with AgentNet (first large-scale CUA dataset spanning 3 OSes, 200+ apps). OpenCUA-72B achieves 45.0% on OSWorld-Verified (SOTA among open-source). (NeurIPS 2025 Spotlight)
- ShowUI-Aloha: Human-Taught GUI Agent — Yichun Zhang et al. Human-taught desktop agent via a record-parse-learn paradigm. Transforms raw interactions into semantically grounded teaching trajectories. (Jan 2026)
Web Agents & Browser Automation
- The BrowserGym Ecosystem for Web Agent Research — Thibault Le Sellier De Chezelles et al. (ServiceNow/CMU/McGill). Unified gym-like environment for standardized web agent evaluation. First large-scale, multi-benchmark experiment comparing 6 LLMs across 6 benchmarks. (TMLR Feb 2025)
GUI Grounding & Visual Understanding
OS Agents
- AIOS: LLM Agent Operating System — Kai Mei et al. LLM agent OS with scheduling, context management, memory management, and access control. Achieves up to 2.1× faster execution. (COLM 2025)
Multi-Agent Collaboration
Surveys & Overviews
- Agentic Large Language Models: A Survey — Aske Plaat et al. Comprehensive survey organizing agentic LLM research into three pillars: reasoning/reflection/retrieval, action models/robots/tools, and multi-agent systems. (Mar 2025, revised Nov 2025)
Open-Source Projects & Frameworks
Agent Frameworks
| Project | Description | Stars |
|---|
| LangGraph | Graph-based framework for stateful, multi-actor LLM applications with cyclic workflows. Extends LangChain with coordination of multiple chains and agents. | ⭐ 80k+ |
| Microsoft AutoGen | Event-driven multi-agent conversation framework with customizable agent behaviors and structured conversation flows. | ⭐ 40k+ |
| CrewAI | Orchestrates role-playing autonomous AI agents that collaborate to accomplish complex tasks with specific roles, goals, and tools. | ⭐ 43k+ |
| Microsoft Semantic Kernel | Model-agnostic SDK for building and deploying AI agents and multi-agent systems with plugin ecosystems and MCP integration. | ⭐ 22k+ |
| Agno (formerly Phidata) | High-performance agent framework with multimodal support. Claims ~10,000× faster agent instantiation than LangGraph. | ⭐ 20k+ |
| Mastra | TypeScript AI agent framework with assistants, RAG, and observability. Built-in tools library. | ⭐ 21k+ |
| PydanticAI | Schema-driven, type-safe GenAI agent framework by the Pydantic team. Supports MCP/A2A, durable execution. | ⭐ 10k+ |
| HuggingFace smolagents | Minimalist, code-first agent library (~1,000 lines core). Code agents write actions as Python; Hub integration for sharing. | ⭐ 10k+ |
| OpenAI Agents SDK | Lightweight Python framework for multi-agent workflows with tracing, guardrails, and handoffs. Provider-agnostic. | ⭐ 9k+ |
| Google Agent Development Kit (ADK) | Open-source, code-first Python toolkit optimized for Gemini but model-agnostic. Supports A2A protocol. | ⭐ 5k+ |
Browser Automation & Computer Use Agents
| Project | Description | Stars |
|---|
| browser-use | Makes websites accessible for AI agents with automated browser interaction. Multi-provider support (OpenAI, Google, Anthropic, Ollama). | ⭐ 50k+ |
| Skyvern | Browser-based workflow automation using LLMs and computer vision. SOTA on WebBench (64.4%). Multi-agent with planner + validator. | ⭐ 20k+ |
| Stagehand (Browserbase) | AI browser automation combining natural language and code with act(), agent(), and extract() APIs. Auto-caching with self-healing. | ⭐ 10k+ |
| Steel Browser | Open-source browser API for AI agents with full Puppeteer/Playwright/Selenium support, session management, and proxy support. | ⭐ 5k+ |
| agent-browser (Vercel Labs) | Headless browser automation CLI for AI agents. Fast Rust CLI. Works with Claude Code, Cursor, Gemini CLI, and Codex. | ⭐ 3k+ |
Coding Agents
| Project | Description | Stars |
|---|
| OpenHands (formerly OpenDevin) | Open platform for AI-driven development with SDK, CLI, GUI, and cloud deployment. SOTA on SWE-Bench Verified. | ⭐ 65k+ |
| Aider | AI pair programming in terminal. Maps entire codebase for context-aware multi-file edits. Works with Claude, GPT, DeepSeek. | ⭐ 40k+ |
| SWE-agent | Automatically fixes GitHub issues using your LM of choice. SWE-agent 1.0 + Claude 3.7 achieved SoTA on SWE-Bench. | ⭐ 10k+ |
| mini-swe-agent | 100-line AI agent scoring >74% on SWE-bench verified. Radically simple — no tools other than bash. | ⭐ 2k+ |
Benchmarks & Evaluation
Agent Benchmarks
- SWE-bench & SWE-bench Verified — The premier benchmark for LLMs on real-world GitHub issue resolution. 500 human-validated tasks. Top model (Claude Opus 4.6 Thinking) reaches 79.2% on Verified. (GitHub)
- SWE-bench-Live — Microsoft's live, monthly-updated variant adding 50 newly verified issues per month to prevent data contamination. Multi-language (C, C++, C#, Python, Java, Go, JS/TS, Rust). (NeurIPS 2025)
- SWE-bench Pro — Scale AI's harder variant using copyleft and proprietary codebases. Best models score only ~23% vs 70%+ on Verified.
- TheAgentCompany — CMU benchmark simulating a software engineering startup with 175 professional tasks across browsing, coding, terminal use, and communication. Best agent: ~24.4% full completion. (NeurIPS 2025 D&B)
- AgentBench — Systematic benchmark evaluating LLMs as agents across 8 environments (OS, database, knowledge graph, card game, web shopping, web browsing). (Paper)
- DABstep: Data Agent Benchmark — By Adyen and Hugging Face, 450+ real-world data analysis tasks. Best reasoning agents achieve only 16% accuracy. (2025)
- ToolComp (Scale AI) — 485 meticulously crafted prompts evaluating compositional, dependent tool usage with human-verified answers. ~85% of prompts require 3+ tool calls.
- OSWorld-MCP — Benchmarks MCP tool invocation alongside GUI operation skills. 158 validated MCP tools, 250 tool-beneficial tasks. MCP tools boost o3 from 8.3% to 20.4%. (Oct 2025)
Computer Use & GUI Benchmarks
- ScreenSpot-Pro — GUI grounding in professional high-resolution settings. 23 applications, 5 industries, 3 OSes. Expert annotations. (Apr 2025)
- AndroidWorld — Dynamic benchmarking for autonomous mobile GUI agents on real Android systems. 116 core tasks across 20 apps. Leading agents: 60-80%.
- GUI-World — Video benchmark evaluating multimodal LLMs on dynamic GUI understanding across 6 scenarios. (ICLR 2025 Poster) (OpenReview)
- OSUniverse — Benchmark for multimodal desktop agents focusing on realistic office worker skills. Humans: 72.36%; leading models: ~42.9%. (May 2025)
Web Browsing Benchmarks
- WebArena — Self-hosted web environment for autonomous agents with 812 tasks across e-commerce, forums, code dev, CMS. Execution-based evaluation. (ICLR 2024) (GitHub)
- VisualWebArena — 910 visually grounded web tasks requiring multimodal comprehension across Classifieds, Shopping, and Reddit environments. (ACL 2024) (GitHub)
- BrowseComp — OpenAI's 1,266 challenging questions requiring persistent, creative web navigation. Deep Research: ~51.5% vs <10% for non-agentic models. (Paper) (Apr 2025)
- BrowseComp-Plus — Fair evaluation for Deep-Research agents using fixed curated corpus of ~100K human-verified documents. (Paper) (Aug 2025)
- Mind2Web / Online-Mind2Web — 2,350 tasks across 137 real websites. Online-Mind2Web extends with WebJudge auto-evaluation reaching ~85% agreement with human judgment.
Leaderboards & Aggregators
- SWE-rebench — Independent SWE-bench evaluation with standardized scaffolding and monthly updates.
- Galileo Agent Leaderboard — Evaluates agent tool selection quality across BFCL, τ-bench, xLAM, and ToolACE datasets. (Feb 2025)
Tutorials & Educational Resources
Anthropic Official Tutorials
- Building Effective AI Agents — Foundational guide on agentic patterns: prompt chaining, routing, parallelization, orchestrator-workers. The canonical reference for agent architectures. (Dec 2024)
- Computer Use — Documentation — Official docs for Computer Use: screenshot analysis, mouse/keyboard control, bash and text editor tools, agent loop implementation, and Docker reference.
- awesome-llm-skills — Community curated list of LLM and AI Agent Skills, resources, and tools for customizing AI workflows across Claude Code, Codex, Gemini CLI, and other platforms.
MCP Tutorials
Agent Architecture Guides
- OpenAI Cookbook — Agents Topic — Notebooks covering context engineering, long-term memory, multi-agent portfolio analysis, MCP evaluation, and deep research.
Courses
- Agentic AI — DeepLearning.AI — Andrew Ng's flagship course covering four agentic design patterns: Reflection, Tool Use, Planning, and Multi-Agent collaboration. Vendor-neutral, built with raw Python. (Oct 2025)
- awesome-llm-agents — Curated list of LLM agent frameworks with star counts and categorization. Updated Feb 2026.
- awesome-llm-apps — Collection of LLM apps built with RAG, AI Agents, Multi-agent Teams, MCP, and Voice Agents.
Key Timeline
| Date | Milestone |
|---|
| Nov 2024 | MCP launched as open standard; Claude Computer Use enters public beta |
| Dec 2024 | "Building Effective Agents" foundational guide published |
| Jan 2025 | Updated computer use tools (computer_20250124); token-efficient tool use |
| Mar 2025 | OpenAI adopts MCP; OpenAI Agents SDK released |
| Sep 2025 | Claude Agent SDK announced; MCP Registry preview launch |
| Oct 2025 | Agent Skills launched for Claude apps, Claude Code, and API |
| Nov 2025 | MCP spec 2025-11-25; Advanced Tool Use features; Opus 4.5 launch |
| Dec 2025 | Skills published as open standard; MCP donated to Agentic AI Foundation (Linux Foundation) |
| Jan–Feb 2026 | Skills repo reaches 62k+ stars; ongoing ecosystem expansion |
TODO
Contributing
Contributions welcome! Please read the contribution guidelines first. All submitted links must be verified and genuinely related to Skills for LLMs.
Citation
@misc{xu2026agentskillslargelanguage,
title={Agent Skills for Large Language Models: Architecture, Acquisition, Security, and the Path Forward},
author={Renjun Xu and Yang Yan},
year={2026},
eprint={2602.12430},
archivePrefix={arXiv},
primaryClass={cs.MA},
url={https://arxiv.org/abs/2602.12430},
}