Tagged articles
9 articles
Page 1 of 1
AI Waka
AI Waka
May 26, 2026 · Artificial Intelligence

Master the 14+ SKILL.md Metadata Fields for Claude Agents

This guide explains all 14+ metadata fields available in a SKILL.md file, distinguishes the six standard Agent Skills fields from Claude Code extensions, and provides concrete examples and best‑practice recommendations for naming, descriptions, licensing, compatibility, allowed tools, and advanced options such as model selection and sub‑agent configuration.

Agent SkillsClaudeSKILL.md
0 likes · 13 min read
Master the 14+ SKILL.md Metadata Fields for Claude Agents
James' Growth Diary
James' Growth Diary
May 5, 2026 · Artificial Intelligence

AgentTool Deep Dive: Sub‑Agent Generation and Recursive Safeguards

This article dissects Claude Code's AgentTool, explaining how it spawns full‑featured sub‑agents, routes execution through three distinct paths, shares Anthropic Prompt Cache via Fork, and protects against infinite recursion with a dual‑layer safeguard while isolating worktrees for safe parallel file operations.

AI toolingAgentToolClaude Code
0 likes · 13 min read
AgentTool Deep Dive: Sub‑Agent Generation and Recursive Safeguards
Architect
Architect
Apr 28, 2026 · Artificial Intelligence

Agent Harness Context: Chat Log vs. Workset – How Runtime Management Shapes Long‑Running Agents

The article argues that an agent harness’s context window should be treated as a bounded workset rather than an ever‑growing transcript, and explains how pagination, compression, tool‑output limits, session isolation, and sub‑agent design together determine whether long‑running agents remain reliable and efficient.

Agent HarnessContext ManagementLLM
0 likes · 24 min read
Agent Harness Context: Chat Log vs. Workset – How Runtime Management Shapes Long‑Running Agents
Architect
Architect
Apr 27, 2026 · Artificial Intelligence

Sub-Agent vs Agent Team: Designing Multi-Agent Architectures Around Context Boundaries

The article explains how to choose between Sub‑Agent and Agent Team structures for multi‑agent systems by evaluating whether sub‑tasks share context, need isolation, compression, parallelism, or continuous collaboration, and provides practical guidelines, pitfalls, and a decision framework to avoid over‑engineering.

AI ArchitectureAgent TeamContext Boundaries
0 likes · 18 min read
Sub-Agent vs Agent Team: Designing Multi-Agent Architectures Around Context Boundaries
AI Architecture Hub
AI Architecture Hub
Apr 27, 2026 · Artificial Intelligence

Sub-Agent vs Agent Team: Choosing the Right Architecture for Complex AI Tasks

The article analyzes why many AI projects misuse multi‑agent setups, explains the fundamental differences between Sub‑Agent (isolated parallel executors) and Agent Team (collaborative teams with shared state), and provides concrete guidelines, code examples, and design principles to select the appropriate architecture for a given task.

AI AgentsAgent TeamMulti-Agent Architecture
0 likes · 10 min read
Sub-Agent vs Agent Team: Choosing the Right Architecture for Complex AI Tasks
Old Meng AI Explorer
Old Meng AI Explorer
Apr 9, 2026 · Artificial Intelligence

Unlock Claude Code’s Full Potential: 6 Advanced Techniques to Supercharge Your Development

This guide walks developers through six powerful Claude Code features—including CLAUDE.md memory, Plan Mode planning, fine‑grained permission controls, Sub‑Agents, Model Context Protocol integration, and automated Hooks—showing how to boost productivity, ensure code quality, and avoid common pitfalls.

AI programmingClaude CodeMCP
0 likes · 23 min read
Unlock Claude Code’s Full Potential: 6 Advanced Techniques to Supercharge Your Development
Su San Talks Tech
Su San Talks Tech
Mar 26, 2026 · Artificial Intelligence

Unlocking AI Agents: How OpenClaw Turns Language Models into Actionable Bots

This article explains how OpenClaw functions as an AI Agent framework that connects chat applications to large language models, manages multi‑turn dialogues, executes tool commands, handles memory and security, and demonstrates advanced features such as sub‑agents, cron jobs, and context compression.

AI agentContext CompressionMemory Management
0 likes · 19 min read
Unlocking AI Agents: How OpenClaw Turns Language Models into Actionable Bots
Yunqi AI+
Yunqi AI+
Mar 22, 2026 · Artificial Intelligence

Designing Hierarchical Skills and Sub‑Agents for Product Development Teams

The article explains how to define, abstract, and evaluate reusable AI Skills, integrate them into collaborative workflows, and evolve them into Sub‑Agents that own continuous responsibilities, providing concrete examples, design principles, metrics, and a step‑by‑step rollout plan for product development teams.

AI AgentsContext EngineeringProduct Development
0 likes · 14 min read
Designing Hierarchical Skills and Sub‑Agents for Product Development Teams
Open Source Tech Hub
Open Source Tech Hub
Feb 8, 2026 · Artificial Intelligence

How Sub‑Agents Empower AI Code Review and Boost Security

This guide explains the Sub‑Agent concept used in AI coding tools, shows why it solves context‑loss problems, and walks through a concrete PHP security review example with Claude Code, including agent configuration, execution steps, and a detailed vulnerability report.

AICode ReviewPHP
0 likes · 8 min read
How Sub‑Agents Empower AI Code Review and Boost Security