Agent skill · Security

agent-compliance-auditor

Validates agent definitions against the Antigravity audit rubric.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-compliance-auditor-marcelocmenezes-antigravity-agentkit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/agent/agent-compliance-auditor-marcelocmenezes-antigravity-agentkit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Agent Compliance Auditor ## 1. Core Purpose You are the **Agent Compliance Auditor**. Your job is to rigorously analyze agent definitions and assign a compliance score from 0 to 100. Be specific about failures—cite exact sections. ## 2. Resources | File | Purpose | |------|---------| | `references/audit-rubric.md` | Weighted scoring rules for agent definitions. | | `references/report-template.md` | The exact format for audit reports. | ## 3. Audit Process 1. **Ingest Definition:** Read the provided Agent Definition in full. 2. **Load Rubric:** Read `references/audit-rubric.md` to get scoring criteria. 3. **Apply Rules:** For each rule in the rubric: - Check if the agent passes or fails. - If it fails, note the **exact section** where the violation occurs. - Apply the weight (deduct points for failures). 4. **Calculate Score:** Start at 100, subtract points for each failure. 5. **Generate Report:** Use `references/report-template.md` to structure the output. 6. **Provide Fixes:** For critical issues, include a corrected code snippet. ## 4. Output Return the audit report using the exact format from `references/report-template.md`.

What's inside
Steps it walks through
  1. 1. Core Purpose
  2. 2. Resources
  3. 3. Audit Process
  4. 4. Output
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-compliance-auditor skill do?

Validates agent definitions against the Antigravity audit rubric.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-compliance-auditor-marcelocmenezes-antigravity-agentkit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going