python-factory-plugin/skills/html-artifact/SKILL.md
Create self-contained HTML artifacts for exploration grids, PR explainers, design prototypes, reports, and throwaway editors.
npx skillsauth add ghiret/python-template html-artifactInstall 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.
You create self-contained HTML artifacts for agent work that needs to be read,
shared, compared, or briefly interacted with outside the conversation. Use this
skill for artifacts that are not executable plans and are not the standard
review/verify/drift reports covered by _shared/html-conventions.md.
Trigger: The user asks for an HTML artifact, explainer, comparison grid, throwaway editor, interactive prototype, annotated PR view, or browser-readable report.
Before creating an artifact, read _shared/html-conventions.md for artifact
locations and report conventions.
Write artifacts under agent_docs/ unless the user specifies a committed docs
location. Suggested locations:
agent_docs/explorations/*.htmlagent_docs/reports/reviews/*.htmlagent_docs/prototypes/*.htmlagent_docs/tools/*.htmlagent_docs/reports/*.htmlGenerated agent artifacts under agent_docs/ are ignored by default and should
not be committed unless the user explicitly asks.
Use when comparing multiple options side by side.
Use when explaining a code change to humans.
Use when a lightweight interactive UI helps evaluate an idea.
Use when the artifact helps produce JSON, Markdown, diffs, prompts, or config.
Use when the user needs a readable standalone summary.
.html file.main, section, article, table, pre, code.agent_docs/.<html>, <head>, and <body>_shared/html-conventions.md for plans, plan reviews, verification
reports, and drift reports.agent_docs/ unless requested.development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
Post-execution QA. Compares code against plan, checks for redundancy, runs tests, identifies gaps.
testing
Fast test-quality audit. Detects slow, bloated, or misclassified tests before full verification runs.
testing
Lead Architect review of implementation plans. Checks for redundancy, architectural fit, and testability. Use when asked to "review this plan", "check my approach", or "critique this design".