skill-stocktake

Audit Claude skills and commands via sequential subagent batch evaluation.

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/ROYCE-8425/ai-marketing-hub --skill skill-stocktake-royce-8425
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-stocktake
Source: https://github.com/ROYCE-8425/ai-marketing-hub/tree/main/skills/skill-stocktake
Command: npx skills add https://github.com/ROYCE-8425/ai-marketing-hub --skill skill-stocktake-royce-8425

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of auditing Claude skills and commands for quality, offering two modes: Quick Scan for recently changed skills and Full Stocktake for a comprehensive review.

Core Features & Use Cases

  • Quick Scan: Identifies and re-evaluates only skills that have changed since the last run.
  • Full Stocktake: Provides a complete review of all skills and commands, using a checklist and AI holistic judgment.
  • Subagent Batch Evaluation: Sequentially evaluates skills in batches to maintain manageable context.
  • Results Caching: Stores evaluation results for future reference.
  • Project-Level Skills: Supports auditing skills specific to a project or global skills across all projects.

Quick Start

To initiate a Quick Scan, run the command: /skill-stocktake For a Full Stocktake, run: /skill-stocktake full

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 and commands for quality control?

You can audit Claude skills and commands by running an automated batch evaluation that sequentially checks quality using subagents. This Skill supports both Quick Scan for recently changed skills and Full Stocktake for comprehensive reviews.

What is the best way to evaluate only recently changed Claude skills?

Use the Quick Scan mode to re-evaluate only Claude skills that have changed since the last run. This mode caches previous results, saving time by skipping unchanged commands during the quality audit.

Do I need bash and Python to run batch skill evaluation?

Yes, bash scripting and Python libraries are required dependencies for executing the sequential subagent batch evaluation. You must have both installed in your environment to run quality audits.

Can I audit project-level skills or are evaluations limited to global commands?

You can audit both project-level skills specific to a single project and global Claude commands across all projects. The Full Stocktake mode provides a complete review of all available skills and commands.

How does subagent batch processing maintain context during skill auditing?

Subagent batch processing maintains manageable context by sequentially evaluating Claude skills in batches rather than simultaneously. Results are cached after each batch evaluation for future reference and analysis.

What limitations exist when running a Full Stocktake of all Claude commands?

Full Stocktake performs a comprehensive review of all skills and commands using a checklist and AI holistic judgment, but sequential batch evaluation means the process takes longer for large skill collections. Results caching helps optimize subsequent Quick Scans.