Tag
This article discusses the explosion of the Agent Skills ecosystem for AI coding agents, introducing several high-star Agent Skills repositories (such as superpowers, agent-skills, etc.) that provide engineering standards for AI coding agents, aiming to close the quality gap between Vibe Coding and production-grade code.
The Agent Plugins standard, backed by OpenAI, Cursor, Google, Vercel, and others, is released as a way to package agent skills with MCP connectors for easy installation on any harness. The author notes it is mostly packaging rather than a breakthrough, but important for agent distribution.
This paper introduces SkillZip, a contract-preserving graph compression framework that compresses agent skill libraries at the section level, improving retrieval and compression efficiency while preserving procedural contracts and dependency closures.
SkillHEX proposes a closed-loop framework for autonomous skill evolution in LLM agents, using hypothesis-driven self-verification and evidence-guided tree search to overcome sparse reward challenges. It outperforms existing self-evolving methods on SkillsBench with limited interaction budgets.
Vercel announces Agent Plugins 1.0.0, an open, vendor-neutral standard for packaging Agent Skills and MCP servers into distributable plugins, giving AI agents a common format for discovery and loading.
OpenAI announces Agent Plugins, an open standard developed with AWS, Cursor, GitHub, Code, and Vercel to package Agent Skills and support MCP server configurations, enabling plugins to work across compatible agent clients. Matt Pocock reacts enthusiastically and expects a skills plugin soon.
This paper introduces SkillSV, a structure-aware Shapley-style framework for valuing the internal units of agent skills, accounting for dependencies and hierarchy. It demonstrates improved faithfulness, actionability, and explanation quality on agentic benchmarks.
A tweet praising Shubham Saboo's work on an open-source Google Agent Skills repo, which details how to build, test, and scale agent skills.
A tweet introducing the eval-engineering skill from langchain-ai/langchain-skills, which uses human feedback to generate aligned environments, harnesses, and tasks for agent evaluation. It explains the workflow and provides installation instructions for the open-source tool.
Introduces ADLC Team Skills, an open-source repository that brings shared team coding standards, architecture rules, and eval benchmarks to AI coding agents like Claude Code and Codex via agent skills, slash commands, and session-start event hooks.
The author shares an update to their commonly used yao-meta-skill meta-skill, which is used for Codex skill creation and iteration. The new version integrates the skills.sh and SkillsMP directory discovery and validation workflow.
Google's blog post introduces Agent Skills support in Genkit for Go, demonstrating how progressive disclosure lets agents load specialized knowledge on demand to reduce token usage and improve reliability.
Google open-sources its Agent Skills repository for building, testing, and scaling agent skills on Google Cloud, covering GKE, BigQuery, and Gemini APIs.
An exploration of emerging Markdown-based file formats (AGENTS.md, SKILL.md, spec/plan/task files, memory files) that form a 'metacode layer' enabling coding agents to discover and apply project knowledge directly from repositories, shifting how intent is translated into implementation.
Matt Pocock announces his 'skills' repository for AI coding agents has reached 200k stars, offering composable, adaptable agent skills designed for real engineering with tools like Claude Code and Codex.
Introduces Skill-α, a reinforcement learning method for progressively generating high-quality agent skills by treating skill generation as sequential editing with a rollback reward. It improves downstream success rates over existing baselines on CL-Bench and tau2-bench.
User shares a bundle of four operator skills (Direction Clarifier, Routing Enforcer, Outcome Guard, Completion Verifier) to fix AI agent drift and incomplete task execution in multi-agent workflows, particularly for e-commerce.
This tutorial shows how to make Antigravity Agent Skills configurable using a per-project YAML file, avoiding the need to fork skills for customization.
AIPOCH has released a curated library of over 550 medical research agent skills supporting evidence insights, protocol design, data analysis, and academic writing, compatible with multiple AI agent platforms like Claude Code and Codex.
Tavily released a Sales Account Intelligence skill that enables AI agents to perform pre-outreach research using live web data, breaking down account research into focused subqueries like company overview, news, and pain points.