forge-agent

Spawn a fresh sub-agent to execute forge tasks with isolated context.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/tz5514/zet-claude-code-settings --skill forge-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge-agent
Source: https://github.com/tz5514/zet-claude-code-settings/tree/main/skills/forge-agent
Command: npx skills add https://github.com/tz5514/zet-claude-code-settings --skill forge-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The forge-agent Skill automatically spawns a fresh sub-agent to run forge tasks, isolating them from the main context to avoid performance bottlenecks.

Core Features & Use Cases

  • Automatic Sub-agent Spawn: Spawns a general-purpose sub-agent to execute forge tasks, ensuring the main context remains performant.
  • Task Isolation: Keeps forge tasks separate from the main context, enabling fresh context analysis and blind testing.
  • Use Case: Ideal for tasks like forge execution, context isolation, and blind analysis without affecting the main agent.

Quick Start

Execute a forge task using the command: /forge-agent [task details].

Frequently Asked Questions about forge-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I isolate task context to prevent main agent performance bottlenecks?

To isolate task context and prevent main agent performance bottlenecks, you can spawn a fresh sub-agent to execute tasks separately. This keeps the primary context clear while the sub-agent handles isolated execution.

What is fresh context analysis and how does a sub-agent execute it?

Fresh context analysis evaluates tasks without prior conversation biases by using a newly spawned sub-agent. The sub-agent runs the analysis in an isolated environment, ensuring objective blind testing results.

How do I automate forge tasks using a general-purpose sub-agent?

You can automate forge tasks by triggering a command that automatically spawns a general-purpose sub-agent. This sub-agent executes the specified forge tasks independently, maintaining the main context's performance.

Do I need the Agent tool and forge skill framework to run isolated sub-agent tasks?

Yes, you need the Agent tool and forge skill framework to run isolated sub-agent tasks. These dependencies are required to automatically spawn the sub-agent and execute the forge tasks in an isolated context.

When should I use context isolation for blind testing in task automation?

You should use context isolation for blind testing when you need to evaluate task outputs without prior context contamination. Spawning a fresh sub-agent ensures the test environment remains completely isolated from the main context.