skill-stocktake

Audits Claude skill sets for health and currency via managed workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill reduces the risk of stale, overlapping, or low-quality Claude skills by auditing both global and project-level skill definitions against a consistent checklist and an AI holistic judgment.

Core Features & Use Cases

  • Quick Scan for changed skills: Re-evaluates only skills whose files changed since the last run using cached results.
  • Full Stocktake inventory + evaluation: Scans all skill markdown files, extracts frontmatter, counts recent usage windows, and batch-evaluates each skill with checklist-guided judgment.
  • Decision-ready consolidation outputs: Produces per-skill verdicts and reason fields that are actionable for Keep/Improve/Update/Retire/Merge decisions, including resume capability for long runs.

Quick Start

Ask for a stocktake run by invoking /skill-stocktake to audit your Claude skills, using Quick Scan by default or Full Stocktake when you want a complete review.

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 detect stale markdown files?

To audit Claude skills for quality and detect stale markdown files, you can run a batch evaluation that scans all skill definitions, extracts frontmatter, and applies checklist-guided holistic judgment to generate decision-ready verdicts.

What is the best way to find overlapping or redundant Claude skills in a project?

Finding overlapping or redundant Claude skills requires a full stocktake inventory that scans all markdown files, evaluates recent usage frequency, and flags overlapping definitions for potential merging or retirement decisions.

How do I check if a skill markdown file has changed since the last quality audit?

Checking if a skill markdown file changed since the last audit utilizes a quick scan workflow that compares evaluated timestamps against cached results, re-evaluating only modified files to save processing time.

Does the skill auditing workflow require jq to parse JSON verdicts?

Yes, the skill auditing workflow requires jq to parse the JSON-formatted per-skill verdicts and reason fields generated during the deterministic scanning, diffing, and batch evaluation processes.

How do I consolidate Keep, Improve, Update, or Retire decisions for multiple Claude skills?

Consolidating Keep, Improve, Update, or Retire decisions for multiple Claude skills is achieved by generating JSON-formatted per-skill verdicts with reason fields that provide actionable, decision-ready outputs from the batch evaluation.

Can I resume a full stocktake evaluation if the batch processing is interrupted?

Yes, you can resume a full stocktake evaluation if batch processing is interrupted, because the workflow includes resume capability for long runs alongside cached results tracking via evaluated timestamps.