Sign InOpen Brain
Atlas / Agent

Skills

Open JSONConfidence: Auto-collectedLast updated 2026-09-02

Current Answer

No editorial synthesis yet — the evidence below is collected automatically from source labels. A current answer lands here once an editor approves one.

Evidence

SafeEvolve: Harness-Policy Co-Evolution from Agent Experience for Safety Alignment
arXiv · 2026-09-02

SafeEvolve turns completed agent trajectories into reversible harness updates and policy training, linking runtime safeguards with learned multi-step behavior.

How our agents build on-brand pages with design.md
Vercel · 2026-08-31

Vercel found that prose alone produced inconsistent agent-made pages, then paired design.md with fixed CSS primitives and repeatable evals to encode brand judgment.

Agents Are Where Microservices Were in 2015 — Roberto Milev & Uday Kanagala, Navan
AI Engineer · 2026-08-29

Navan treats production agents as stateful services needing persistence, composable skills, traces, authorization gates, and trajectory-based tests before multi-agent complexity.

AI-Native Organisations Run on Skills: How to Structure and Scale Them — Imad Touil, QuantumBlack
AI Engineer · 2026-08-28

Shared agent skills can turn team know-how into portable workflows, but unmanaged catalogs create duplication and policy risk. Treat skills as versioned, evaluated dependencies.

On the Maintenance and Co-evolution of Agent Plugins: An Empirical Study of Claude Code Plugin Marketplaces
arXiv · 2026-08-28

A study of 8,351 Claude Code plugins finds instruction files and scripts often require coordinated maintenance, treating skills as evolving software rather than static prompts.

RedEvoAgent: Automatic Red-Teaming Agent with Experience-Driven Skill Evolution
arXiv · 2026-08-27

RedEvoAgent turns prior jailbreak trajectories into a compact attack skill, then keeps only validated improvements. It offers a more interpretable way to probe tool-using agents for unsafe actions.

How AI Agents Let GTM Teams Scale — Justin Joyce, Cloudflare
AI Engineer · 2026-08-26

Cloudflare’s GTM workflow shows a reusable agent pattern: preprocess business data, encode domain knowledge in skills, then separate drafting, verification, and tone.

The Building Blocks of GTM Orchestration — Arman Vaziri, Ramp
AI Engineer · 2026-08-26

Ramp’s GTM agents share a customer-data layer, durable execution, tools, and skills. The reusable pattern is to automate one narrow workflow, then extend the same substrate across teams.

Coding Agents Don't Scale Themselves. Neither Do Your Teams. — Patrick Debois, Tessl
AI Engineer · 2026-08-22

Agent adoption becomes a team-systems problem: improve shared context and harnesses, assign platform ownership, and measure fewer human interventions instead of individual prompt speed.

The Missing Layer: Design Taste in AI Agents — Hassan El Mghari, Together AI
AI Engineer · 2026-08-21

Treat an agent’s first UI as a draft: encode recurring design dislikes, supply visual references, split work into focused prompts, and reserve time for iteration.

Break It Down, Pass It On: Cross-Task Skill Transfer in LLM Agents
arXiv · 2026-08-20

Reusable agent skills transferred better when induced from subtasks and stored as text. Whole-task skills often hurt versus no memory, so retrieval alone is not evidence that a memory helps.

Your Fine-Tuned Model Is Tech Debt: A 50x ROI House of Cards — Dan Bjornn, Lease End
AI Engineer · 2026-08-20

Lease End replaced a fine-tuned intent classifier with skills and runtime context, cutting production fixes from about a week to under an hour. Higher API spend was offset by lower maintenance cost.

How I automate my own job at Hugging Face using agents — Niels Rogge, Hugging Face
AI Engineer · 2026-08-20

Hugging Face automated research-artifact outreach with a CLI, one skill, and a sandbox. The case shows when an agent can replace custom workflow code, but undisclosed automated outreach raises trust questions.

The Era of Compound Engineering — Kieran Klaassen, Every/Cora
AI Engineer · 2026-08-20

Compound engineering treats each agent mistake and product judgment as reusable context. The useful discipline is to invest in memory and review so the next feature becomes easier, not merely faster.

Prototyping as Leadership: How a CTO Ships with AI Agents — Hursh Agrawal, The Browser Company
AI Engineer · 2026-08-20

A manager can turn fragmented time into agent steering: prepare context, run bounded work overnight, then personally test and review small PRs before involving the team.

Don’t be data poor — Anuj Iravane, Anterior
AI Engineer · 2026-08-19

When production data cannot be retained, generate eval cases backward from sampled labels and reasoning paths, build records in layers, and let domain experts steer the pipeline.

Building an Agentic Video Editor for Mass Consumer — Ekaterina Deyneka, Reelful
AI Engineer · 2026-08-18

Reelful maps the coding-agent pattern onto real-footage editing: analyze media, approve a plan, edit as Remotion code in a sandbox, then verify before rendering.

Bringing agents onto the world wide web — Paul Klein IV, Browserbase
AI Engineer · 2026-08-14

Production browser agents need more than a capable model: a domain harness, compact site knowledge, consistent rendering, secure authentication, and human approval for sensitive actions.

LLM Knowledge Bases: a practical guide — Ben Holmes, Warp
AI Engineer · 2026-08-12

A useful agent knowledge base starts with abundant raw Markdown, then adds controlled tags, backlinks, and generated indexes. Scheduled agents can maintain it, but sync and taxonomy need explicit rules.

Agents, codebases, and teams — Aditya Khandelwal, Amazon AGI Lab
AI Engineer · 2026-08-11

Coding-agent adoption is a team systems problem, not an individual tooling choice. Share effective practices, disclose context progressively, and build automated loops that detect and repair weak output.

The New Primitives: Building AI Native Software — Kwindla Kramer, Daily
AI Engineer · 2026-08-07

The talk argues that agents are an early interface, not the endpoint, and demonstrates reusable primitives for AI-native software: persistent subagents, compressed context, loaded skills, generated UI, and voice.

SkillProx: Self-Evolving Agent Skills via Proximal Textual Gradient Descent
arXiv · 2026-08-07

SkillProx evolves reusable agent instructions through measured retries, regression rollback, and utility-based pruning, reporting a 3-point accuracy gain over its strongest baseline.

Benchmarking and Enhancing LLMs for Rule-Intensive Review of National Standard Documents
arXiv · 2026-08-06

A structured multi-agent reviewer closed part of the gap on rule-heavy documents, suggesting explicit taxonomies, specialized skills, and verification beat a single generic review pass.

Introducing Agent Plugins 1.0.0
Vercel · 2026-08-06

Agent Plugins 1.0.0 packages Skills and MCP servers in a shared format supported by five major agent-client families, reducing client-specific repackaging.

Introducing Agent Plugins
Vercel · 2026-08-06

Agent Plugins 1.0.0 standardizes how Skills and MCP servers are packaged, letting extension authors target several agent clients with one portable directory.

New ways to learn and teach with ChatGPT Work and Codex
OpenAI · 2026-08-04

OpenAI is adding education plugins to ChatGPT Work and Codex for teaching, learning, research, and building. The announcement provides no details on capabilities or access.

How we set up our cloud agent environment
Cursor · 2026-07-30

Cursor’s cloud-agent adoption grew after it treated the dev environment as agent infrastructure: Linux parity, one discoverable CLI, end-to-end testing, and automated repair.

Your Finance Agent's Bottleneck Is You — Ramana Siddanth Emani, Auditoria AI
AI Engineer · 2026-07-30

Production agent velocity depends less on model swaps than on automating the developer loop: isolate parallel work, encode workflows as skills, connect tools, and keep humans as verifiers.

We Vetted 2000 AI Skills Before They Reached Developers — Lucas Palma, Nubank
AI Engineer · 2026-07-29

Treat agent skills as supply-chain dependencies. Nubank scans them locally and in CI with deterministic rules plus LLM review, then gates marketplace distribution and feeds findings into vulnerability management.

Skills are new features: Building Skill-Centric Harness — Yogendra Miraje, FactSet
AI Engineer · 2026-07-29

FactSet treats skills as versioned product features and the harness as their runtime. Routing descriptions, model-specific evals, access controls, and governance matter as libraries grow.

Skill Self-Play: Pushing the Frontier of LLM Capability with Co-Evolving Skills
arXiv · 2026-07-24

Skill-SP turns agent skills into units for verifiable self-play: generate tasks, solve them, then update the skill library from execution feedback. The abstract provides no per-benchmark effect sizes.

The Regression Tax: Decomposing Why Skills Help and Hurt LLM Agents
arXiv · 2026-07-24

Procedural skills can make an agent fail tasks it previously solved. Evaluate gains and regressions separately, and design skills to preserve input grounding and output verification.

Full Workshop: Setting Yourself Up for Success —Jason Liu, OpenAI Codex
AI Engineer · 2026-07-24

Persistent Codex workflows become more useful with reusable skills, memory, app-aware context, and scheduled thread check-ins—but computer use needs explicit boundaries and stopping rules.

WTF Is the Context Layer? The Missing Infrastructure for Production Agents — Prukalpa Sankar
AI Engineer · 2026-07-14

Atlan’s agent experiments argue for shared, versioned context instead of per-agent memory: a portable layer for business facts, skills, norms, retrieval, and feedback across changing harnesses.

Don't Ship Skills Without Evals — Philipp Schmid, Google DeepMind
AI Engineer · 2026-07-14

Agent skills need regression tests, not manual spot checks. Test triggering and output with and without each skill, across repeated trials and the harnesses your team actually uses.

JuliusBrussee/caveman
GitHub

Caveman compresses agent inputs and outputs, with local tooling for noisy commands, browsing, memory, and skills. Its own caveat matters: terse workloads can cost more once the skill prompt is included.

EveryInc/compound-engineering-plugin
GitHub

Compound Engineering packages a six-stage agent workflow into 32 skills for Codex, Claude Code, Cursor, and others. Its core idea is to persist plans, reviews, and solved-problem notes as future context.

browser-use/video-use
GitHub

video-use lets shell-capable coding agents edit from word-level transcripts and targeted visual composites, then render with FFmpeg. Its approval and self-check loop is a useful pattern for media agents.

Leonxlnx/taste-skill

A set of portable SKILL.md files that push coding agents past generic frontend output: it infers a design language from the brief and tunes variance, motion, and density dials. 850 stars in a day.

alirezarezvani/claude-skills

A 354-skill catalog for Claude Code and 12 other coding agents, installable via the plugin marketplace, with a script that converts skills to each tool's format and a built-in security auditor.

Stable permalink · evidence auto-collected from source labels · synthesis maintained by feed7 editorial