---
description: ""
---

# TAP skillify

This compatibility command keeps `/tap:skillify` available without loading the full `skillify` skill description in every Claude Code session.

## Dispatch

1. Read the full bundled skill instructions from the active TAP plugin/install: `skills/skillify/SKILL.md`.
2. Follow that SKILL.md exactly, treating the user's arguments as:

```text
$ARGUMENTS
```

If the file is not directly readable from the current working directory, locate it under the active `CLAUDE_PLUGIN_ROOT`/`TAP_PLUGIN_ROOT`, package root, or installed TAP plugin directory, then continue.
