What problem does it solve?
This Skill fixes and adapts downloaded or third-party Agent Skills so they run reliably in this vault's runtime and folder conventions by correcting runners, dependencies, paths, and documentation mismatches.
Core Features & Use Cases
- Runtime normalization: Convert instructions and execution commands to use the vault's uv runner for Python and bun for TypeScript.
- Dependency and packaging fixes: Add PEP 723 inline metadata for standalone Python scripts and ensure a local package.json plus bun-managed dependencies for TypeScript skills.
- Path and artefact containment: Replace absolute or author-specific paths with vault-root-relative paths and ensure all logs or temporary files remain inside the skill directory; useful when installing community skills or repairing skills that error on execution.
Quick Start
Ask the assistant to "wash this skill at .agents/skills/my-skill/" to perform the adaptation and provide a smoke test instruction.