Compose a multi-step Elliot skill — a named sequence of connector tool calls that the runtime exposes as one MCP tool. Use when a single user-level job-to-be-done needs more than one tool to answer, and you want the agent to invoke it as a single call instead of orchestrating the chain itself.
$npx -y skills add elibarak12/elliot --skill compose-skillInstalls into the current project.
Run `npx skills use "https://github.com/elibarak12/elliot" --skill "elibarak12/elliot/compose-skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/elibarak12/elliot" that are relevant to the current task. Run `npx skills add "https://github.com/elibarak12/elliot"` and select the relevant skills, then follow their instructions.