create-audit-agent

Create and audit Claude Code agent files with a 17-point checklist.

58|10|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Alexander-M-Dickerson/ai-asset-pricing --skill create-audit-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-audit-agent
Source: https://github.com/Alexander-M-Dickerson/ai-asset-pricing/tree/main/.claude/skills/create-audit-agent
Command: npx skills add https://github.com/Alexander-M-Dickerson/ai-asset-pricing --skill create-audit-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates and audits Claude Code agent configuration files within .claude/agents/, validating frontmatter, routing keywords, and cross-agent consistency via a 17-point checklist to ensure ecosystem alignment.

Core Features & Use Cases

  • Create new agent configuration files with standardized frontmatter and body structure.
  • Audit existing agents to verify routing keywords, scope, and consistency with ecosystem rules.
  • Generate remediation guidance and integrated workflow updates for CLAUDE.md and dispatcher tables.

Quick Start

Write or audit an agent file using the /create-audit-agent command with the desired agent name or audit target.

Frequently Asked Questions about create-audit-agent

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

FAQPage Schema
How do I validate Claude Code agent frontmatter and routing keywords?

You validate Claude Code agent frontmatter and routing keywords by auditing existing agent files against a 17-point checklist, ensuring routing coverage, scope consistency, and ecosystem integration within the .claude/agents/ directory.

What is a Claude Code agent configuration file and when do I need one?

A Claude Code agent configuration file defines agent behavior and routing within .claude/agents/. You need one when onboarding new agents, establishing governance, or maintaining handler workflows to ensure proper ecosystem alignment and dispatcher integration.

How do I create a new Claude Code agent with standardized frontmatter?

You create a new Claude Code agent with standardized frontmatter by using the agent creation command, which builds the file structure, validates routing keywords, and updates CLAUDE.md and orchestrator records automatically.

Can I audit existing Claude agents for cross-agent consistency without breaking routing?

Yes, you can audit existing Claude agents for cross-agent consistency without breaking routing. The audit applies a 17-point checklist to verify frontmatter integrity and routing coverage, then generates remediation guidance for any conflicts found.

Does the agent audit process update CLAUDE.md and orchestrator records automatically?

Yes, the agent audit process updates CLAUDE.md and orchestrator records as needed. It generates integrated workflow updates and remediation guidance to maintain dispatcher tables and ecosystem alignment after auditing.

What are the limitations of automated agent config auditing for Claude workflows?

Automated agent config auditing for Claude workflows is limited to validating frontmatter, routing keywords, and cross-agent consistency within .claude/agents/. It does not modify agent logic or runtime behavior, only configuration structure and ecosystem metadata.