self-contained-auditor-yashu

Audit skill directories for self-containment and portability issues.

9|3|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/steelan9199/wechat-publisher --skill self-contained-auditor-yashu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-contained-auditor-yashu
Source: https://github.com/steelan9199/wechat-publisher/tree/main/skills/self-contained-auditor-yashu
Command: npx skills add https://github.com/steelan9199/wechat-publisher --skill self-contained-auditor-yashu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the problem of "hidden dependencies" and "host-binding" where a skill fails to function when moved to a different AI environment because it relies on proprietary commands or hardcoded paths.

Core Features & Use Cases

  • Static Analysis: Evaluates whether a skill's knowledge, experience, and norms are fully contained within its own directory.
  • Portability Check: Detects hardcoded private paths or proprietary AI client commands that break cross-platform compatibility.
  • Use Case: Before publishing a new skill to a public repository, run this auditor to ensure it doesn't rely on specific AI client features like read_me or show_widget, ensuring it remains truly portable.

Quick Start

Run the self-contained-auditor-yashu skill to audit the target skill directory and generate a comprehensive independence report.

Frequently Asked Questions about self-contained-auditor-yashu

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

FAQPage Schema
How do I check if my AI skill is self-contained and portable?

Static analysis evaluates a skill directory to verify self-containment by checking if knowledge, experience, and norms are fully contained internally, and detects hardcoded private paths or proprietary AI client commands that break cross-platform compatibility.

Why does my skill fail when moved to a different AI environment?

Skills fail across different AI environments due to hidden dependencies and host-binding, where proprietary commands or hardcoded paths prevent the skill from functioning outside its original host environment.

What is static analysis for skill portability?

Static analysis for skill portability evaluates whether a skill's knowledge, experience, and norms are fully contained within its own directory, ensuring it does not rely on external or host-specific features to function.

How do I detect hardcoded private paths in my skill directory?

You detect hardcoded private paths by running a portability check that scans the skill directory to identify proprietary AI client commands or host-specific paths that break cross-platform compatibility.

Does a self-contained skill audit check for proprietary AI client commands?

Yes, a self-contained skill audit checks for proprietary AI client commands like read_me or show_widget to ensure the skill remains truly portable and does not rely on specific AI client features.

What is included in a skill portability audit report?

A skill portability audit report includes detailed findings, severity levels, and actionable remediation steps to help resolve identified self-containment issues and hardcoded path dependencies.