ce-agent-native-audit

Audit codebases against agent-native architecture principles and produce a scored report.

2|Updated May 8, 2026
One-click install
npx skills add https://github.com/xotong/claude-marketplace --skill ce-agent-native-audit-xotong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-agent-native-audit
Source: https://github.com/xotong/claude-marketplace/tree/main/plugins/compound-engineering/skills/ce-agent-native-audit
Command: npx skills add https://github.com/xotong/claude-marketplace --skill ce-agent-native-audit-xotong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit codebases for agent-native architecture against a defined principle set and produce a scored report.

Core Features & Use Cases

  • Launch parallel sub-agents for each principle and score compliance.
  • Produce a consolidated summary with gaps and actionable recommendations.
  • Generate a principled, audit-driven report suitable for governance and improvement planning.

Quick Start

Invoke the /ce-agent-native-architecture command to start the multi-principle audit.

Frequently Asked Questions about ce-agent-native-audit

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

FAQPage Schema
How do I audit my codebase for agent-native architecture compliance?

An agent-native architecture audit evaluates codebases against defined principles by launching parallel sub-agents to score compliance, producing a consolidated report with identified gaps and actionable recommendations.

What is agent-native architecture and when do I need an audit?

Agent-native architecture involves codebases built around agent-driven workflows. You need an audit when scaling these workflows to ensure multi-agent coordination aligns with defined principles and produces a scored governance report.

How does multi-agent scoring work for architecture audits?

Multi-agent architecture scoring works by launching parallel sub-agents, each evaluating a specific principle independently. The audit then aggregates these individual scores into a consolidated summary with gaps and actionable recommendations.

Can I use this audit for governance and improvement planning?

Yes, this audit generates a principled, score-driven report suitable for governance and improvement planning, providing a consolidated summary of architectural gaps and actionable recommendations to guide codebase enhancements.

What are the limitations of using parallel sub-agents for architecture audits?

Parallel sub-agent architecture audits evaluate codebases strictly against a predefined principle set. If the defined principles do not cover specific edge cases in your agent-driven workflows, the aggregated score and recommendations may miss those gaps.