Media

Open-Sourcing agent-skills — Spec-Driven Development with AI Agents
Spec-Driven Development is a methodology where AI agents generate, validate, and convert specifications into GitHub Issues. agent-skills is an open-source skill set that implements this workflow for Claude Code, Cursor, Codex, and other AI coding agents.

Claude Code Ships ultracode: xhigh Reasoning + Dynamic Workflows That Orchestrate Hundreds of Parallel Agents
Anthropic's ultracode setting (Claude Code v2.1.154+, May 28, 2026) pairs xhigh reasoning with dynamic workflow auto-orchestration that fans out 10s to 100s of parallel subagents. Covers triggers, runtime limits, Bun's Zig-to-Rust port, and how it relates to agent-skills' spec-implement.

Anthropic Agent SDK Credits Explained: Pricing AI Agents After OpenClaw
Anthropic Agent SDK credits are monthly programmatic-usage credits for paid Claude plans. They separate Claude Agent SDK, claude -p, GitHub Actions, and third-party Agent SDK apps from ordinary Claude subscription usage.

Open-Sourcing the handover Skill - Standardizing Context Handoff for AI Agents
The handover skill is an Agent Skill that captures AI agent work context in local handover files and lets the next session resume from verified repository state. This article explains why context handoff matters and how the skill is architected.

OpenAI's Official Codex Plugin for Claude Code — Setup and the Strategy Behind Shipping to a Rival
The Codex Plugin for Claude Code is OpenAI's official plugin that exposes `/codex:review`, `/codex:adversarial-review`, and `/codex:rescue` commands inside Claude Code. This article covers setup, usage patterns, and the market strategy behind OpenAI shipping an extension to a rival's CLI.

What Are Claude Managed Agents? The Era of Production-Ready AI Agents Has Arrived
Claude Managed Agents is Anthropic's fully managed execution platform for AI agents. It provides sandboxed execution, session management, and MCP integration as APIs, promising 10x faster agent development. Covers architecture, pricing, and quickstart.

DESIGN.md Guide — The New Standard for Communicating Design to AI Agents
DESIGN.md is a Markdown file format that documents a project's design system — color palettes, typography, spacing, and component specifications — to enable AI agents to generate consistent, on-brand UI. This article covers its origins, structure, writing practices, and ecosystem.

What Is Superpowers? The Agent Skills Framework That Turns Claude Code into a Senior Developer
Superpowers is an open-source agent skills framework that applies structured development workflows to AI coding agents like Claude Code. Through TDD, a 7-phase development pipeline, and composable skills, it dramatically improves the quality and reliability of AI-generated code.

What Claude Computer Use Changes — When AI Starts Operating Your Screen
Claude Computer Use is Anthropic's feature that allows the AI agent Claude to autonomously operate apps, browsers, and files on a user's macOS desktop. This article examines what Computer Use can do, how Dispatch enables remote task assignment, and what this shift means for developers and organizations.

Announcing mcp-convert — Migrate Claude Code MCP Settings to Codex CLI with Agent Skills
mcp-convert is an Agent Skills skill that automatically converts Claude Code's MCP server settings into the config.toml format used by OpenAI's Codex CLI. This article covers the challenges of MCP configuration management in the multi-agent era, and explains how mcp-convert works.

Hands-On with Google Workspace CLI (gws) — Gmail, Drive, and Calendar from the Command Line
Google open-sourced a Workspace CLI called gws. We walk through installation, OAuth setup, and hands-on usage with Gmail, Drive, and Calendar — step by step.
![Read This Before Spending $700 on a Mac mini. OpenClaw Runs for Free [Complete Guide]](/images/media/openclaw-oracle/01-openclaw-top.png)
Read This Before Spending $700 on a Mac mini. OpenClaw Runs for Free [Complete Guide]
A step-by-step guide with screenshots showing how to run the popular AI agent OpenClaw on Oracle Cloud's free tier. No Mac mini needed — get a 24/7 AI assistant running at zero cost.

Codex Multi-Agent Deep Dive — Can It Replace Claude Code?
A technical deep dive into OpenAI Codex's multi-agent capabilities, compared against Claude Code's Agent Teams. We examine architecture, benchmarks, and real-world usability to assess whether Codex is a true alternative.

What Are Agent Skills — Adding Reusable Capabilities to AI Agents
A technical deep dive into Agent Skills and the SKILL.md format: how they work, supported agents, skill structure, installation methods, and how to build your own.

Spec-Driven Development in Practice — A Development Workflow for the AI Agent Era
A comprehensive guide to Spec-Driven Development: the philosophy behind it, how it differs from vibe coding, the concrete workflow, the structure of generated artifacts, and how to adopt it in team settings.