Build or edit a Senpi trading strategy — interactively, ONE decision at a time. Use for "build a strategy", "create a strategy from scratch", "design a strategy", "I have a trading idea", or ANY strategy that needs DSL (a runtime-supervised exit: stop-loss, trailing stop, profit-lock ladder) — a runtime.yaml authored here is the ONLY way to carry a DSL; raw MCP strategy_create* / create_position calls cannot, and must never stand up a named or protected strategy. Offers the closest TEMPLATE first (via senpi-strategy-discover), then fork-or-scratch as the user chooses. NOT for installing (senpi-strategy-ops) or picking one to run (senpi-strategy-discover).
$npx -y skills add senpi-ai/senpi-skills --skill senpi-strategy-authorInstalls into the current project.
Run `npx skills use "https://github.com/senpi-ai/senpi-skills" --skill "senpi-ai/senpi-skills/senpi-strategy-author"` 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/senpi-ai/senpi-skills" that are relevant to the current task. Run `npx skills add "https://github.com/senpi-ai/senpi-skills"` and select the relevant skills, then follow their instructions.