I was reading through the Claude Code source code and noticed a skill called /skillify that only Anthropic employees get access to. It's gated behind USER_TYPE === 'ant' - if you're not an internal user, the registration function returns early and the skill never loads.
$claude plugin marketplace add 0xmh/claude-skillifyInstalls into the current project.
Install claude-skillify by running `claude plugin marketplace add 0xmh/claude-skillify`, then use it for the current task and follow its documentation at https://github.com/0xmh/claude-skillify.
| 1 | # .claude-plugin/plugin.json |
| 2 | claude plugin marketplace add 0xmh/claude-skillify |