skill-stocktake

Audit Claude skills and commands against a quality checklist, generating results.json with per-skill verdicts.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/hieuck/Pro5ChromeManager --skill skill-stocktake-hieuck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-stocktake
Source: https://github.com/hieuck/Pro5ChromeManager/tree/main/skills/skill-stocktake
Command: npx skills add https://github.com/hieuck/Pro5ChromeManager --skill skill-stocktake-hieuck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

Auditors and AI teams need a repeatable, transparent way to assess Claude skills and commands for quality and consistency.

Core Features & Use Cases

  • Phase-based stocktakes: Quick Scan for recently changed skills and Full Stocktake for a complete audit.
  • Centralized results: produces a machine-readable results.json with per-skill verdicts, timestamps, and progress.
  • Project- and global-skill coverage: scans both ~/.claude/skills and {cwd}/.claude/skills to ensure full visibility.

Quick Start

Run /skill-stocktake from a project root to audit all Claude skills and commands.

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 consistency?

Auditing Claude skills involves running an AI-guided stocktake that checks them against a quality checklist to identify gaps. The process evaluates both global and project-level skills, generating a results.json file with per-skill verdicts and rationales.

What is a Claude skill stocktake and how does it work?

A skill stocktake is a quality assurance process that audits Claude commands and skills against a predefined checklist. It scans both ~/.claude/skills and project-level .claude/skills directories to generate a machine-readable results.json with evaluated timestamps, batch progress, and per-skill verdicts.

How do I run a quick scan versus a full stocktake of Claude skills?

Run /skill-stocktake from the project root to start auditing. A Quick Scan targets recently changed skills for faster checks, while a Full Stocktake performs a complete audit across all global and project-level skills to ensure total visibility.

Do I need jq installed to run a skill audit?

Yes, you need jq installed as a dependency to run a skill audit. The underlying scripts rely on jq to process and generate the machine-readable results.json output containing per-skill verdicts and batch progress.

What is the best way to track quality gaps in Claude commands?

The best way to track quality gaps is by generating a centralized results.json file. This machine-readable output records evaluated_at timestamps, batch_progress, per-skill verdicts, and a concise rationale for each decision, ensuring transparent and repeatable assessments.

Can I audit both global and project-level Claude skills at the same time?

Yes, the stocktake process scans both ~/.claude/skills for global skills and {cwd}/.claude/skills for project-level skills simultaneously. This ensures full visibility and comprehensive coverage across your entire Claude environment.