audit-artefact-grounding

Audit Claude Code artefacts against a 6-axis rubric for drift.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NewEarthAI/vibecode-project-template --skill audit-artefact-grounding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-artefact-grounding
Source: https://github.com/NewEarthAI/vibecode-project-template/tree/main/.claude/skills/audit-artefact-grounding
Command: npx skills add https://github.com/NewEarthAI/vibecode-project-template --skill audit-artefact-grounding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that Claude Code artefacts, such as skills, rules, hooks, agents, or doctrine documents, are grounded in first principles and have not drifted from their intended purpose.

Core Features & Use Cases

  • First-Principles Audit: Checks the grounding and integrity of artefacts against a 6-axis rubric.
  • Drift Detection: Identifies when an artefact has silently drifted from its purpose.
  • Verdict Generation: Provides a verdict on whether to keep, refactor, or deprecate the artefact.
  • Use Case: Before propagating a skill to client repos, use this Skill to ensure it remains grounded and effective.

Quick Start

Run /audit-artefact-grounding artefact_path: ./path/to/skill skill_type: skill repo_context: workshop default_action: propagate_to_client

Frequently Asked Questions about audit-artefact-grounding

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

FAQPage Schema
How do I detect drift in Claude Code artefacts before propagating them?

A deterministic audit checks artefact grounding against first principles using a 6-axis rubric to identify silent drift from intended purpose. It generates a verdict to keep, refactor, or deprecate the artefact, ensuring quality and reliability before propagation to client repositories.

What is first-principles grounding for Claude Code skills and rules?

First-principles grounding is an audit mechanism verifying Claude Code artefacts remain anchored to their original design intent. It evaluates skills, rules, hooks, agents, and doctrine documents against a 6-axis rubric to confirm they have not drifted from their intended purpose.

Can I audit Claude Code hooks and agents for purpose drift?

Yes, the audit applies to individual artefact reviews across skills, rules, hooks, agents, and doctrine documents. Each artefact must have a well-defined purpose and procedure to evaluate grounding and drift effectively using the 6-axis rubric.

How do I review a Claude Code artefact before propagating it to client repos?

Run the audit command specifying the artefact path, skill type, repo context, and default action to propagate to client. The deterministic audit evaluates the artefact against a 6-axis rubric and returns a verdict to keep, refactor, or deprecate before propagation.

When should I deprecate a Claude Code skill instead of refactoring it?

Deprecate a Claude Code skill when the audit verdict indicates irreversible drift from first principles that cannot be realigned. The 6-axis rubric determines whether to keep, refactor to restore grounding, or deprecate the artefact entirely based on drift severity.

What are the limitations of auditing Claude Code artefacts for drift?

The audit requires the artefact to be a Claude Code artefact with a well-defined purpose and procedure. Artefacts lacking a clear purpose or procedure cannot be effectively evaluated against the 6-axis rubric for grounding and drift detection.