hnh-maintain-skills

Scan custom Claude skills for outdated patterns and raw API calls.

3|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/huynguyenh/skills --skill hnh-maintain-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hnh-maintain-skills
Source: https://github.com/huynguyenh/skills/tree/main/skills/hnh-maintain-skills
Command: npx skills add https://github.com/huynguyenh/skills --skill hnh-maintain-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill systematically identifies opportunities to improve and maintain your custom Claude skills, ensuring consistency, reducing redundancy, and leveraging newer, more efficient tools.

Core Features & Use Cases

  • Detects Raw API Calls: Finds instances where skills use direct API calls (like curl) when a dedicated wrapper skill (e.g., hnh-notion) already exists.
  • Identifies Stale References: Locates outdated file paths or configurations within your skills.
  • Suggests Cross-Skill Integration: Recommends using existing wrapper skills to replace duplicated logic.
  • Use Case: After adding a new skill that wraps the Google Drive API, run this skill to find any older skills that still use raw curl commands to interact with Drive and suggest they be updated to use the new skill.

Quick Start

Run the skill maintenance scanner by saying "maintain skills".

Frequently Asked Questions about hnh-maintain-skills

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

FAQPage Schema
How do I audit custom Claude skills for outdated patterns and raw API calls?

You can audit custom Claude skills by running a maintenance scanner that detects raw API calls, such as curl, and suggests replacing them with dedicated wrapper skills to ensure consistency and reduce redundancy.

What is skill maintenance and why is it needed for automation workflows?

Skill maintenance is the process of identifying stale references, duplicated logic, and outdated patterns in automation scripts. It is needed to leverage newer, more efficient wrapper skills and improve overall workflow consistency.

How do I find and replace duplicated logic across multiple custom skills?

To find duplicated logic, run a skill maintenance scanner to analyze your custom skills. It identifies duplicated code and suggests cross-skill integration by recommending existing wrapper skills to replace the redundant logic.

Can I detect stale file paths and outdated configurations in my scripts?

Yes, you can detect stale file paths and outdated configurations by scanning your custom skills. The maintenance process systematically locates these outdated references to provide actionable insights for improving efficiency.

What is the best way to refactor skills that use raw curl commands instead of API wrappers?

The best way to refactor raw curl commands is to run a skill audit that identifies these direct API calls and recommends updating them to use existing, dedicated wrapper skills for better efficiency and consistency.