plugin-skill-auditor

Inventory Claude Code skills and plugins, creating a backup and AUDIT-REPORT.md.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/az9713/my-agent-skills --skill plugin-skill-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-skill-auditor
Source: https://github.com/az9713/my-agent-skills/tree/main/.claude/skills/plugin-skill-auditor
Command: npx skills add https://github.com/az9713/my-agent-skills --skill plugin-skill-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The audit inventories all personal Claude Code skills and installed plugins, creating a read-only backup and a detailed AUDIT-REPORT.md.

Core Features & Use Cases

  • Inventory and map each skill's name and description from SKILL.md frontmatter.
  • Enumerate plugin marketplaces, plugin cache, and user settings, and copy relevant files to a timestamped backup.
  • Generate AUDIT-REPORT.md with removal and restoration instructions for every item.

Quick Start

Run the audit to create a timestamped backup directory with skills, plugins, and an AUDIT-REPORT.md.

Frequently Asked Questions about plugin-skill-auditor

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

FAQPage Schema
How do I back up Claude Code skills and plugins?

Back up Claude Code skills and plugins by running an audit that parses SKILL.md frontmatter and marketplace descriptors, copying relevant files to a timestamped backup directory. It inventories personal skills, plugin cache, and settings into a single backup folder.

Can I audit installed Claude Code plugins without modifying my environment?

Yes, you can audit installed Claude Code plugins without modifying your environment because the process enforces read-only operations. It parses marketplaces and settings.json safely, producing an AUDIT-REPORT.md without altering your active configuration.

What is the best way to inventory personal skills across Claude Code installations?

The best way to inventory personal skills is to parse the frontmatter of SKILL.md files within the ~/.claude/skills/ directory. This process maps each skill's name and description, generating a detailed report with removal and restoration guidance.

Does the Claude Code backup process skip node_modules and follow symlinks?

Yes, the Claude Code backup process explicitly skips node_modules directories and follows symlinks during the file copy operation. This ensures a clean backup of skills and plugins without unnecessary bloat or broken references.

How do I generate a restoration guide for my Claude Code configuration?

Generate a restoration guide for Claude Code configuration by running an audit that creates an AUDIT-REPORT.md. This report details removal and restoration instructions for every inventoried skill, plugin marketplace, and settings file.

What does an AUDIT-REPORT.md contain for Claude Code plugins?

An AUDIT-REPORT.md for Claude Code plugins contains a complete inventory of installed marketplaces, cached plugins, and settings.json. It provides explicit removal and restoration instructions for every item discovered during the read-only audit.