$claude plugin marketplace add 0xMH/claude-skillifyI 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.
| 1 | # .claude-plugin/plugin.json |
| 2 | claude plugin marketplace add 0xMH/claude-skillify |