skill-stocktake

Audit Claude skills for quality, gaps, and overlap across global and local directories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bereniketech/claude_kit --skill skill-stocktake-bereniketech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-stocktake
Source: https://github.com/bereniketech/claude_kit/tree/main/skills/core/skill-stocktake
Command: npx skills add https://github.com/bereniketech/claude_kit --skill skill-stocktake-bereniketech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Audit and improve Claude skill units by identifying quality gaps, overlaps, and redundancies across global and local skill repositories, enabling reliable maintenance and updates.

Core Features & Use Cases

  • Two modes: Quick Scan (changes-only) and Full Stocktake (complete evaluation with subagent batch processing).
  • Inventory, quality evaluation, and summary generation with persistent results at ~/.claude/skills/skill-stocktake/results.json.
  • Supports scanning both global and project-local skill directories and carries forward previous results to optimize re-scans.

Quick Start

Run a stocktake to inventory, evaluate, and summarize all Claude skill units against the quality checklist.

Frequently Asked Questions about skill-stocktake

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

FAQPage Schema
How do I audit Claude skills for quality and overlap?

Run a multi-phase stocktake to inventory and evaluate all skill units in global (~/.claude/skills) and local (.claude/skills) directories, generating a structured verdict saved to results.json.

What is the difference between a quick scan and a full skill stocktake?

A quick scan evaluates only changed skills, while a full stocktake performs a complete evaluation of all skill units using subagent batch processing and carries forward previous results to optimize re-scans.

Can I scan both global and project-local skill directories at the same time?

Yes, the skill stocktake applies to both the global skill directory (~/.claude/skills) and any local project directory (.claude/skills), scanning all Skill Units across both locations simultaneously.

How does the skill evaluation process identify redundancies?

The evaluation process identifies redundancies by applying a multi-phase stocktake that inventories all skill units, evaluates them against a quality checklist, and summarizes overlaps across global and local repositories.

Where are the skill audit results stored?

The skill audit results are saved persistently to ~/.claude/skills/skill-stocktake/results.json, allowing previous results to be carried forward to optimize subsequent re-scans.