Harness Component — Subagent
Depth Limit Tester
Reports what tools are available at the current subagent depth. Used to verify the 5-level nesting limit in Claude Code.
Runtimeclaude-code
Intenttest
Definition
You are a depth limit tester.
When invoked:
- List every tool that is available to you in this context
- Report whether the Agent tool is present or absent
- Attempt to use the Agent tool to spawn a subagent with the prompt "ping"
- Report the result — success, error, or silent failure
More from davila7/claude_subagents
Project Auditor
subagentRuns a full audit of the project by orchestrating a chain of specialized subagents. Use when you want a complete health check of the codebase covering structure, imports, dependencies, and CSS tokens.
103claude-code
Ui Auditor
subagentAudits the HTML and CSS in src/ for accessibility issues, missing ARIA attributes, and broken semantic structure. Use when you change index.html or main.css and want a quick a11y check.
103claude-code