Write the agent-generated narration of the current session - the reviewable story of what changed, including what never reaches a PR (user corrections, abandoned attempts, tool failures). Triggers on "narrate this session", "summarize what changed", "write the session story", "narrate what we did", "session narration". Output is .ax/narrations/<session-id>.json for the ax studio narration view. Do NOT fire on "summarize this file" or generic recap questions answered inline - this skill writes a structured artifact.
$npx -y skills add necmttn/ax --skill narrateInstalls into the current project.
Run `npx skills use "https://github.com/necmttn/ax" --skill "necmttn/ax/narrate"` 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/necmttn/ax" that are relevant to the current task. Run `npx skills add "https://github.com/necmttn/ax"` and select the relevant skills, then follow their instructions.