Installation
Option 1: Use slash command in Claude Code
/install-skill https://github.com/leobrival/serum-plugins-official/tree/main/plugins/html-checker/skills/check-a11y
Option 2: Clone to skills directory
# Global (all projects)
git clone https://github.com/leobrival/serum-plugins-official/tree/main/plugins/html-checker/skills/check-a11y ~/.claude/skills/serum-plugins-official
# Project-specific
git clone https://github.com/leobrival/serum-plugins-official/tree/main/plugins/html-checker/skills/check-a11y .claude/skills/serum-plugins-official
Add MCP server to .cursor/mcp.json:
{
"mcpServers": {
"skillz": {
"command": "npx",
"args": ["-y", "skillz-mcp", "https://github.com/leobrival/serum-plugins-official/tree/main/plugins/html-checker/skills/check-a11y"]
}
}
}
Restart Cursor after adding the configuration.
Option 1: Use Gemini CLI command
gemini extensions install https://github.com/leobrival/serum-plugins-official/tree/main/plugins/html-checker/skills/check-a11y
Option 2: Clone to extensions directory
git clone https://github.com/leobrival/serum-plugins-official/tree/main/plugins/html-checker/skills/check-a11y ~/.gemini/extensions/serum-plugins-official