From theclauu
Use for shipping code — from commit to PR, and optionally through merge and production verification.
npx claudepluginhub artemis-xyz/theclauu --plugin theclauuThis skill uses the workspace's default tool permissions.
Three-step pipeline. The user can invoke any step standalone or the whole chain:
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Three-step pipeline. The user can invoke any step standalone or the whole chain:
Use whichever scope the user wants. If they say "ship" or "deploy", default to PR mode + ask whether to chain into land-and-deploy.
When: user says "commit", "quick commit", "stage and commit."
Process:
superpowers:verification-before-completion — tests pass, lint clean, type-check clean).git status and git diff. Stage files explicitly by name (never git add -A — avoids accidentally staging .env or credentials).No PR, no deploy. Just a checkpoint commit.
When: user says "ship", "push to main", "create a PR", "get it deployed", or explicitly "ship PR."
Process:
main; fall back to master. Verify cwd's branch tracks that base.origin/<base> into current branch. Resolve conflicts (never discard work).superpowers:verification-before-completion applies).review skill's changes mode. Catch SQL safety, LLM trust boundary violations, conditional side effects, structural issues. Block on Critical findings.-u if not tracked.gh pr create. Title under 70 characters; body has ## Summary + ## Test plan sections.Does NOT merge. The user (or land-and-deploy mode) handles merge + deploy.
When: user says "land", "merge and deploy", "ship it to prod", "land it."
Prerequisites: PR already exists (from PR mode above, or manually).
Process:
gh pr merge --squash or --merge based on project convention; check .github/branch-protection or project CLAUDE.md)./setup-deploy once), monitor its status endpoint.qa skill's canary mode for N minutes to verify production health..env, credentials.json, or other sensitive files staged → unstage + tell userConsolidated from gstack's ship, land-and-deploy, and claudefather's commit-push-pr. Pick the mode based on how far the user wants to go.