BeClaude

clauditor

New
3GitHub TrendingGeneralby hazzap123

A Claude Code subagent that audits your setup (CLAUDE.md, settings.json, skills, agents, hooks, headless claude -p) against a maintained best-practices reference, with an optional weekly job that keeps the reference current.

First seen 5/27/2026

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/clauditor.md https://raw.githubusercontent.com/hazzap123/clauditor/main/SKILL.md
3
Invoke in Claude Code
/clauditor
View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is clauditor?

A Claude Code subagent that audits your setup (CLAUDE.md, settings.json, skills, agents, hooks, headless claude -p) against a maintained best-practices reference, with an optional weekly job that keeps the reference current.

How to install clauditor?

To install clauditor: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/clauditor.md https://raw.githubusercontent.com/hazzap123/clauditor/main/SKILL.md. Finally, /clauditor in Claude Code.

What is clauditor best for?

clauditor is a skill categorized under General. It is designed for: agent. Created by hazzap123.