cookbook-audit

Audit an Anthropic Cookbook notebook based on a rubric. Use whenever a notebook review or audit is requested.

Content Preview
---
name: cookbook-audit
description: Audit an Anthropic Cookbook notebook based on a rubric. Use whenever a notebook review or audit is requested.
---

# Cookbook Audit

## Instructions

Review the requested Cookbook notebook using the guidelines and rubrics in `style_guide.md`. Provide a score based on scoring guidelines and recommendations on improving the cookbook.

The style guide provides detailed templates and examples for:
- Problem-focused introductions with Terminal Learning Objectives
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/cookbook-audit.md \
  https://raw.githubusercontent.com/anthropics/claude-cookbooks/main/.claude/skills/cookbook-audit/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-cookbooks

Then reference at .claude/skills/cookbook-audit/SKILL.md

Related Skills