Convert current chat session into a reusable skill. Use when user says "/chat-to-skill", "save this as skill", "create skill from chat", "turn this into a skill", or wants to preserve learnings from the conversation as long-term memory.
$npx -y skills add dannote/dot-pi --skill chat-to-skillInstalls into the current project.
Run `npx skills use "https://github.com/dannote/dot-pi" --skill "dannote/dot-pi/chat-to-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/dannote/dot-pi" that are relevant to the current task. Run `npx skills add "https://github.com/dannote/dot-pi"` and select the relevant skills, then follow their instructions.