ai-plugins
01Plugin Claude Code
Plugin marketplace listing 8 plugins: kb-to-spec, js-perf-audit, visual-screenshots, claude-cleanup, playwright-ui-check.
Plugin Claude Code
Plugin marketplace listing 8 plugins: kb-to-spec, js-perf-audit, visual-screenshots, claude-cleanup, playwright-ui-check.
Instructions file CodexOpenCode
AGENTS.md instructions for lancewillett/ai-plugins, covering agents.md, working conventions and safety notes.
Instructions file
Claude Code instructions for lancewillett/ai-plugins, a project described as: Lance's AI skills, agents, commands, etc. By convention, works with Claude and Codex both.
Plugin Claude Code
Audit and clean up Claude Code configuration. Checks skills, hooks, plugins, configs, commands, and stale data for issues and fixes them.
Skill Claude CodeCodex
Audit and clean up Claude Code configuration. Checks skills, hooks, plugins, configs, commands, and stale data for issues and fixes them.
Plugin Claude Code
Apply the 5-step optimization framework (question, delete, simplify, accelerate, automate—in that order) to a plan or an existing system, then edit the target in place.
Skill Claude CodeCodex
Apply the 5-step optimization framework (question, delete, simplify, accelerate, automate—in that order) as a thinking tool for shaping work. Use it when creating new plans and when reviewing existing systems, processes, tools, and products you own. Triggered by "run this through the five steps", "5 steps this"…
Plugin Claude Code
Replace vague flaky-test language with the narrowest evidence-supported classification for test, build, deployment, performance, security, and CI failures. Separates recurrence from cause, records confidence, and requests a specific diagnostic when evidence is insufficient.
Skill Claude CodeCodex
Replace vague “flaky” or “flakiness” language with the narrowest evidence-supported classification of a test, build, deployment, performance, security, or CI failure. Use when triaging an intermittent, recurring, or apparently nondeterministic failure; responding to a test alert; reviewing a failure report; or someone…
Plugin Claude Code
Audit any JS-heavy codebase for performance issues. Checks bundle weight, code splitting, selector memoization, rendering architecture, and performance infrastructure. Produces a findings report with severity ratings and recommendations.
Skill Claude CodeCodex
Audit any JS-heavy codebase for performance issues. Checks bundle weight, code splitting, selector memoization, rendering architecture, and performance infrastructure. Produces a findings report with severity ratings and recommendations.
Skill Claude CodeCodex
Promote a private Markdown plan/note into a shareable spec committed to a GitHub repo. De-privatizes the content, writes a standalone spec with an Authors header, links that spec from the top of the private note, and keeps the two independent (no duplicated content). Use when publishing a plan as a shared design doc…
Plugin Claude Code
Verify a login-gated UI loads and behaves correctly - to validate product changes fast - by logging in once in a visible browser, then attaching a headless browser over the Chrome DevTools Protocol for every check after. Includes the auth-once session model, a reference Playwright runner, and the collision and…
Skill Claude CodeCodex
Verify a login-gated UI loads and behaves correctly, to validate product changes fast, by logging in once and attaching a headless browser over CDP for every check after. Covers the auth-once session model, a reference Playwright runner, 2x screenshots, and the collision and auth-capture gotchas that waste the most…
Plugin Claude Code
Audit existing test suites for meaningful coverage, brittle checks, duplicated assertions, and genuine gaps. Improves test quality without blindly adding tests.
Agent
Test quality auditor that reviews existing test suites—audits, deletes, rewrites, and fills genuine gaps. Use when asked to review tests, improve test quality, or audit a test suite. Does NOT blindly add tests.
Command
Audit a test suite for quality—find tests to delete, rewrite, or add. Produces a structured report.
Skill Claude CodeCodex
Test quality auditor that reviews existing test suites—audits, deletes, rewrites, and fills genuine gaps. Use when asked to review tests, improve test quality, or audit a test suite. Does NOT blindly add tests.
Plugin Claude Code
Capture before/after screenshots for PRs with visual UI changes using Playwright. Reads the repo's dev-server setup, captures matched before/after shots at multiple viewports, and can upload them straight into the PR comment as inline images. Works on github.com and GitHub Enterprise.
Skill Claude CodeCodex
Capture before/after screenshots for PRs with visual UI changes using Playwright.