Sandbox
@scienceaix/agentskills

Curated skills and MCP resources for agents

This repo is an awesome list for the skills-for-LLMs ecosystem. It collects official Anthropic Skills links, MCP specs and SDKs, related research papers, open-source frameworks, benchmarks, and learning resources in one place.

83 stars16 forksUpdated 3mo ago
Who it's for

Builders who want a single index of skills, MCP, and agent resources.

What it delivers

You can find the right skill, protocol, paper, or tutorial without hunting across dozens of separate repos.

What it does

Anthropic Skills references

Links to official announcements, guides, repositories, and courses for Agent Skills.

MCP resources

Collects the MCP spec, SDKs, server repos, registry, and community lists.

Tool use and computer use links

Groups docs and articles on Claude tool use, programmatic tool calling, and computer use.

Research papers

Catalogs papers on skill learning, tool use, GUI agents, web agents, and multi-agent collaboration.

Open-source projects and benchmarks

Lists agent frameworks, browser agents, coding agents, and evaluation benchmarks.

Tutorials and courses

Surfaces official and community learning resources for skills, MCP, and agent architecture.

README

Awesome Skills for LLMs Awesome

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)

  • Skills for Organizations, Partners, the Ecosystem — Announcement of org-wide skill management, partner-built skills directory, and Skills as an open standard for cross-platform portability. (Dec 18, 2025)

  • How to Create Skills: Key Steps, Limitations, and Examples — Practical guide to building Skills: defining name/description, structuring SKILL.md, writing instructions, testing, and governance best practices for teams. (Nov 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

GitHub Repositories

Courses & Webinars


Model Context Protocol (MCP)

Specification & Announcements

SDKs & Official Repos

Community MCP Resources

  • 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.


Claude Tool Use & Computer Use

Tool Use Resources

  • Introducing Advanced Tool Use on the Claude Developer Platform — Three beta features: Tool Search Tool, Programmatic Tool Calling, and Tool Learning. 85% token reduction; Opus 4.5 improved from 79.5% to 88.1% accuracy. (Nov 24, 2025)

  • Writing Effective Tools for Agents — With Agents — Best practices for designing MCP tools and agent tools: ergonomic design, namespacing, evaluation-driven improvement, using Claude to optimize its own tools. (2025)

  • Building Agents with the Claude Agent SDK — Claude Agent SDK (renamed from Claude Code SDK): tools as primary building blocks, MCP integration, bash tool, code generation patterns. (Sep 29, 2025)

  • Building Effective AI Agents — Foundational guide on agentic system patterns: prompt chaining, routing, parallelization, orchestrator-workers. Distinguishes workflows vs agents. (Dec 2024)

  • Demystifying Evals for AI Agents — Guide to building evaluations for agents including coding agents, research agents, and computer use agents. (2025)

  • 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)

  • Monitoring Computer Use via Hierarchical Summarization — Safety research on monitoring Computer Use API activity using hierarchical summarization to detect harmful behaviors at scale. (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

  • SAGE: Reinforcement Learning for Self-Improving Agent with Skill Library — Jiongxiao Wang et al. Proposes SAGE (Skill Augmented GRPO for self-Evolution), an RL framework that systematically incorporates a skill library into agent training. Achieves 8.9% higher task completion while requiring 26% fewer steps and 59% fewer tokens on AppWorld. (Dec 2025)

  • 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)

  • Agentic Proposing: Enhancing LLM Reasoning via Compositional Skill Synthesis — Zhengbo Jiao et al. Models problem synthesis as a goal-driven process with a specialized agent that dynamically selects and composes modular reasoning skills from a skill library. A 30B solver achieves 91.6% on AIME 2025. (Feb 2026)

  • When Single-Agent with Skills Replace Multi-Agent Systems and When They Fail — Xiaoxiao Li. Investigates "compiling" multi-agent systems into single-agent skill libraries, finding substantial reductions in token usage and latency while maintaining accuracy. Discovers a phase transition in skill selection accuracy at a critical library size. (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 Use & Function Calling

Computer Use & GUI Agents

Web Agents & Browser Automation

GUI Grounding & Visual Understanding

Files in the repo

Repository payload2 top-level entries
  • LICENSE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More collections

The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞

52k
phuryn/
pm-skills
phuryn/pm-skillsCollections

PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.

26k

Extracted system prompts from Anthropic - Claude Fable 5.1, Opus 5, Claude Design, Claude Code. OpenAI - ChatGPT GPT-6-Astra, Codex. Google - Gemini 3.8 Flash, 3.1 Pro, Antigravity. xAI - Grok, Grok Bot, Cursor, Kimi and more! Updated regularly.

65k
1 add