davila7/claude_subagents

Claude SubAgents

107Stars on the repository
7Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

dependency-tracer

01

davila7/claude_subagents

Agent Claude Code

Traces which components and scripts import a specific function from src/scripts/utils.js. Use when you're about to rename, remove, or change the signature of a utility function and need to know the blast radius.

107 2mo ago A 45 tokens

depth-limit-tester

02

davila7/claude_subagents

Agent Claude Code

Reports what tools are available at the current subagent depth. Used to verify the 5-level nesting limit in Claude Code.

107 2mo ago A 30 tokens

import-validator

03

davila7/claude_subagents

Agent Claude Code

Validates that every import statement in the src/ JS files resolves to a file that actually exists on disk. Use as part of the audit chain after structure-checker, or standalone before a refactor that moves files.

107 2mo ago A 47 tokens

project-auditor

04

davila7/claude_subagents

Agent Claude Code

Runs 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.

107 2mo ago A 45 tokens

structure-checker

05

davila7/claude_subagents

Agent Claude Code

Checks that all expected source files exist in the project and are correctly referenced from index.html. Use as part of the audit chain after project-auditor, or standalone when files may have been moved or deleted.

107 2mo ago A 46 tokens

style-sync

06

davila7/claude_subagents

Agent Claude Code

Checks that CSS custom properties defined in src/styles/main.css (like --accent, --bg, --text) are consistently applied across all rules and that dark mode overrides exist for every light-mode token. Use when you add or rename a CSS variable.

107 2mo ago A 53 tokens

ui-auditor

07

davila7/claude_subagents

Agent Claude Code

Audits 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.

107 2mo ago A 46 tokens