Audits a subagent configuration file for compliance with best practices, returning detailed findings with file:line locations, compliance scores, and recommendations.
How this command is triggered — by the user, by Claude, or both
Slash command
/deventually-cc-resources:audit-subagent <subagent-path>The summary Claude sees in its command listing — used to decide when to auto-load this command
<objective> Invoke the subagent-auditor subagent to audit the subagent at $ARGUMENTS for compliance with best practices, including pure XML structure standards. This ensures subagents follow proper structure, configuration, pure XML formatting, and implementation patterns. </objective> <process> 1. Invoke subagent-auditor subagent 2. Pass subagent path: $ARGUMENTS 3. Subagent will read best practices and evaluate the configuration 4. Review detailed findings with file:line locations, compliance scores, and recommendations </process> <success_criteria> - Subagent invoked successfully - Ar...
This ensures subagents follow proper structure, configuration, pure XML formatting, and implementation patterns.
1. Invoke subagent-auditor subagent 2. Pass subagent path: $ARGUMENTS 3. Subagent will read best practices and evaluate the configuration 4. Review detailed findings with file:line locations, compliance scores, and recommendations<success_criteria>
npx claudepluginhub deventually/deventually-cc-resources --plugin deventually-cc-resources18plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 18 plugins
/audit-subagentAudits a subagent configuration file for compliance with best practices, returning detailed findings with file:line locations, compliance scores, and recommendations.
/audit-agentAudits Claude Code agent definitions for triggering accuracy, system prompt quality, tool appropriateness, and example coverage. Supports --full and --mini audit depths.
/agent-native-auditAudits codebase against 8 agent-native architecture principles via parallel sub-agents, producing scored compliance report with gaps and recommendations.
/agent-native-auditAudits the codebase against agent-native architecture principles, launching parallel sub-agents for each principle. Produces a scored report; supports auditing a single principle via optional argument.