AI Agent Hub

Blog

In-depth articles on AI agents, LLM engineering, servers, Python and software development.

📝
Anthropic PDF Skill: Enabling AI Programming Assistants to Truly Handle All Scenarios of PDF Processing
Aug 06, 2026 · Big Model Skills

This PDF is an Agent Skill maintained officially by Anthropic, which follows the Agent Skills open standard and can be used in Cursor, Claude Code and Codex. It covers high-frequency office automation

# Agent Skill # PDF Processing # Cursor 143 views
📝
Skill: Let AI Truly Write Deliverable Word Documents
Aug 06, 2026 · Big Model Skills

DOCX is a Word document Agent Skill publicly released by Anthropic in the anthropics/skills repository, which supports Claude's file creation and editing capabilities. This article introduces its posi

# Agent Skill # Word document # docx 180 views
📝
# Claude-api Skill: A Pocket Reference Manual for Claude API Developers
Aug 06, 2026 · Big Model Skills

Anthropic's open-source claude-api Agent Skill packages the documentation of Messages API, Managed Agents and 8 programming language SDKs including Python, TypeScript and Go into progressively loadabl

# Claude API # Agent Skill # Anthropic SDK 117 views
📝
# webapp-testing: Let AI Agents Autonomously Validate Local Web Applications with Playwright
Aug 06, 2026 · Big Model Skills

Anthropic's official webapp-testing Skill wraps Playwright browser automation into reusable, agent-friendly test workflows. It supports starting local dev servers, taking screenshots to inspect DOM, a

# Agent Skill # Playwright # Web testing 124 views
📝
frontend-design: Making AI-generated interfaces no longer "cut from the same mold"
Aug 06, 2026 · Big Model Skills

frontend-design is an Agent Skill officially maintained by Anthropic, targeting scenarios of building or retrofitting UIs. Through design planning, token system, typography and self-review process, it

# Agent Skill # frontend-design # AI Programming 133 views
📝
# Skill-Creator: Anthropic's Official "Meta-Skill" to Teach You Write Evaluable Agent Skills from Scratch
Aug 06, 2026 · Big Model Skills

skill-creator is an Agent Skill "meta-skill" in Anthropic's open-source repository, specifically designed to guide developers in creating, testing and iterating on SKILL.md. This article introduces it

# Agent Skills # skill-creator # Anthropic 130 views
📝
# MCP-Builder: Official Anthropic Skill to Walk You Through Building High-Quality MCP Servers
Aug 06, 2026 · Big Model Skills

MCP-builder is an Agent Skill in Anthropic's official Skills repository, specifically designed to guide developers in creating high-quality MCP servers. Based on the official SKILL.md and reference do

# MCP # Agent Skill # Anthropic 97 views
📝
Claude Code 2.1.220 Defaultly Switches to Opus 5, Nested Subagent Depth Expanded to 3 Layers
Aug 06, 2026 · IT Technology Hotspots

On July 24, 2026, Anthropic released the 2.1.220 series updates for Claude Code: version 2.1.219 switched the default model to Claude Opus 5 (1M context window), and expanded the default nested subage

# Claude Code # Claude Opus 5 # Subagent 212 views
📝
MCP and Agent Skills Become New Attack Surface: Permission Governance, Static Scanning and ChainDrop Injection into Claude Configuration
Aug 06, 2026 · IT Technology Hotspots

In August 2026, the ChainDrop worm achieved persistence by injecting into `.claude/settings.json` and `.vscode/tasks.json`, with malicious execution triggered once developers opened the repository. Me

# MCP Security # Agent Skills # ChainDrop 163 views
📝
HN Hot Topic: Can Manually Re-typing Every Line of Code Generated by an LLM Avoid "Cognitive Debt"?
Aug 06, 2026 · IT Technology Hotspots

On August 4, 2026, Ankur Sethi published a post advocating for manually retyping LLM-generated code line by line to avoid "cognitive debt", which garnered 409 points and 348 comments on Hacker News. T

# Cognitive debt # LLM Programming # Hacker News 86 views