How this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-agent:wasm-agent <create|list|prompt|terminate> [options]<create|list|prompt|terminate> [options]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create sandboxed agents that run in WebAssembly for safe, isolated execution.
Create sandboxed agents that run in WebAssembly for safe, isolated execution.
When you need to run untrusted code, experiment with agent configurations, or create portable agents that run anywhere WASM is supported.
mcp__hyrex__wasm_agent_create with agent configurationmcp__hyrex__wasm_agent_prompt to interact with the agentmcp__hyrex__wasm_agent_tool to give the agent access to specific toolsmcp__hyrex__wasm_agent_files to read/write files in the sandboxmcp__hyrex__wasm_agent_export to package the agent for sharingmcp__hyrex__wasm_agent_list to see all running WASM agentsmcp__hyrex__wasm_agent_terminate to stop an agentGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub akhilyad/deployy --plugin hyrex-agent