Pick your agent

Install on any agent.

Every route installs the same skill directory, so no two agents can drift apart. Pick yours.

Claude Code is the route verified end to end. The others follow each harness's documented convention for skills and extensions; if one has changed, open an issue and it gets fixed.

Two prompts in a session, then reload.

Install
/plugin marketplace add mkabumattar/sysdesign
/plugin install sysdesign@sysdesign
/reload-plugins
Verify
/sysdesign:help
Update
/plugin update sysdesign
/reload-plugins
Uninstall
/plugin uninstall sysdesign

How activation works

The skill declares its trigger in its own frontmatter. Agents that auto-invoke skills load it when a prompt touches architecture, databases, caching, networking, security, payments, observability, cost, low-level design or interview prep. Agents without auto-invocation still work: name the skill in your prompt. The fourteen slash commands are a Claude Code convenience; elsewhere, phrase the intent instead.

Something not working?

Restart the agent first, since skill indexes are read at startup. The full guide has the rest.