skill-stocktake

Analyze Claude SKILL.md definitions and generate per-skill verdicts with results.json.

5|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/T-rav/hydraflow --skill skill-stocktake-t-rav
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-stocktake
Source: https://github.com/T-rav/hydraflow/tree/main/.codex/skills/skill-stocktake
Command: npx skills add https://github.com/T-rav/hydraflow --skill skill-stocktake-t-rav

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This tool provides a structured stocktake workflow to audit Claude skills and commands for quality, enabling repeatable assessments across global and project-scoped skill repositories.

Core Features & Use Cases

  • Quick Scan mode analyzes recently changed skills for rapid updates.
  • Full Stocktake mode inventories all skills, applies a holistic evaluation, and outputs a results.json.
  • Phase-driven workflow: Inventory, Quality Evaluation, and Summary reporting with UTC timestamps.

Quick Start

Run the skill-stocktake process from the repository root to inventory Claude skills and produce a results.json report.

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?

You can audit Claude skills by running a stocktake workflow that inventories SKILL.md files under ~/.claude/skills and the current project directory, applying a uniform evaluation checklist to generate per-skill verdicts and a results.json report.

What is a Claude skill stocktake and when do I need one?

A Claude skill stocktake is a structured assessment that identifies and analyzes skill definitions to surface quality issues. You need one when you want repeatable quality audits across global and project-scoped skill repositories.

How do I check only recently changed Claude skills instead of all of them?

You can use the Quick Scan mode to analyze recently changed skills for rapid updates. This mode records mtimes to identify modifications and applies a faster evaluation compared to the Full Stocktake mode.

Do I need jq installed to run a Claude skill quality audit?

Yes, jq is a required dependency to run the skill stocktake process. The scripts use jq to parse skill definitions and generate the structured results.json output with UTC timestamps.

What does the full stocktake evaluation workflow include?

The full stocktake workflow includes three phases: Inventory, Quality Evaluation, and Summary reporting. It inventories all skills, applies a holistic evaluation checklist, generates per-skill verdicts, and outputs a results.json file with a UTC timestamp.

Can I audit project-scoped Claude skills alongside global ones?

Yes, the stocktake process operates on both global and project-scoped skills located under ~/.claude/skills and {cwd}/.claude/skills respectively, ensuring a comprehensive quality audit across all skill repositories.