One-click install
npx skills add https://github.com/gwenneg/ai-mentor --skill ai-mentor-update
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ai-mentor-update
Source: https://github.com/gwenneg/ai-mentor/tree/main/.claude/skills/ai-mentor-update
Command: npx skills add https://github.com/gwenneg/ai-mentor --skill ai-mentor-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill maintains the ai-mentor plugin by detecting structural inconsistencies, outdated capability guidance, unprocessed changelogs, and plugin catalog drift without requiring every maintenance task to be run at once.

Core Features & Use Cases

  • Structural Audits: Check playbooks, technique files, records, cross-references, generated indexes, and content freshness against repository standards.
  • Content and Changelog Verification: Compare documented Claude Code capabilities with official documentation and incorporate relevant weekly changelog updates using evidence-based changes.
  • Plugin Catalog Synchronization: Compare documented plugins with the official marketplace manifest and identify additions, removals, and promoted records requiring review.
  • Use Case: Run the routine automated maintenance pass in CI to process new changelogs and synchronize the plugin catalog while reporting changes that require human judgment.

Quick Start

Run the ai-mentor-update skill with --auto 4,5 to process new changelogs and synchronize the plugin catalog without interactive prompts.

Frequently Asked Questions about ai-mentor-update

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

FAQPage Schema
How do I automate changelog processing and plugin catalog synchronization in CI?▼

Verify Claude Code capability documentation by comparing documented features against official-source evidence, ensuring content accuracy reviews only apply evidence-based changes to outdated capability guidance.

What is a structural audit for a Claude Code plugin repository?▼

Safeguards prevent unauthorized commits, pushes, branches, or unrelated file modifications during maintenance, restricting actions to deterministic repository audits and generated-index regeneration when relevant.

How do I detect plugin catalog drift against the official marketplace manifest?▼

You do not need to run every maintenance task at once; the skill supports interactive maintenance sessions, automated CI runs, and targeted cross-reference validation individually.

Does the plugin maintenance process require official documentation for changes?▼

Run the routine automated maintenance pass in CI to process new changelogs and synchronize the plugin catalog, receiving reports of marketplace drift and changes requiring human judgment.