kit/plugins/plan-interview/skills/plan-to-html/SKILL.md
Deprecated alias for markdown-to-html. Delegates immediately to markdown-to-html with no additional processing. Use when the user asks to convert a plan to HTML.
npx skillsauth add shawn-sandy/agentics plan-to-htmlInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill has been renamed to markdown-to-html, which supports both plan
files and generic markdown documents.
Redirects all invocations to markdown-to-html with --mode=plan.
Strip any --mode=... flag from $ARGUMENTS (to avoid duplicate flags), then
call with --mode=plan prepended so plan mode is always enforced:
Skill(skill: "plan-interview:markdown-to-html", args: "--mode=plan {$ARGUMENTS minus any --mode=...}")
Do not emit any other output before or after the delegation. The
markdown-to-html skill handles all steps, flags, and reporting.
development
Checks whether the branch's PR is ready and merges it when green. Runs the readiness gate, lint, and an approval prompt. Use when the user asks "merge?" or if a PR is ready to merge.
development
Implements a plan file that already exists. Walks its steps, ticks the spec, re-renders, and runs the completion gates. Use when asked to implement an existing plan.
development
Audits and optimizes CLAUDE.md project memory files. Checks adherence to Claude Code best practices and produces actionable fixes. Use when the user asks to audit, optimize, or diagnose a CLAUDE.md.
development
Converts an HTML artifact or Markdown file into a draft post for a static site. Scopes CSS to keep interactive blocks alive and escapes prose for MDX. Use when asked to turn an artifact into a post.