artttj
- 14 skills
- 0 followers
- 5 hours ago last updated
- ▌ Coding Standards · artttjThe shared coding floor — immutable defaults, files under 800 lines, functions under 50, error handling at every layer, named constants over magic numbers. Defer to framework-specific skills for stack patterns.
- ▌ Prompt Optimizer · artttjTurns a vague prompt into a ready-to-paste one — surfaces real intent, flags gaps, adds success criteria. Advisory only; never executes the task itself. TRIGGER on "optimize prompt", "improve my prompt", "rewrite this prompt", "help me prompt", "优化prompt", "改进prompt". DO NOT TRIGGER on "optimize code", "optimize performance", "just do it", or "直接做" — those are refactoring or execution requests.
- ▌ Go · artttjUse when any work ask arrives — classifies it (bug / small fix / feature), confirms the route, and hands off to debugging, direct build, or the spec gate.
- ▌ Plan · artttjUse when an approved spec needs its build plan — writes docs/specs/<slug>/plan.md pinned to the spec body hash, with a sign-off gate.
- ▌ Ship · artttjUse when work should go live — commit, push, deploy per recipe, cache-busted live verify, smoke, screenshot. Blocks the "shipped" claim on the live check.
- ▌ Show · artttjUse when a change needs visual proof — serve locally per recipe, screenshot the standard responsive breakpoints (mobile, tablet, desktop), short verdict.
- ▌ Spec · artttjUse when a feature needs its spec — short clarifying Q&A, then docs/specs/<slug>/spec.md with a one-keypress self-approval gate.
- ▌
- ▌ Design · artttj bundleEnforces precise, minimal design for dashboards and admin interfaces. Use when building SaaS UIs, data-heavy interfaces, or any product needing pixel-level discipline.
- ▌ Release · artttjUse when publishing a version — bump version files, write humanized notes, tag, publish per recipe, verify the published artifact.
- ▌ Using Op · artttj bundleUse when starting any conversation — the op operator rules. Route work through /op:go, quote a repo convention before code, prove every claim, print the git status line after tree changes.
- ▌ Vibe Check · artttjAudit UI quality across 8 dimensions and catch AI sameness. Scores design system compliance, visual hierarchy, spacing, contrast, typography, responsive, interactions, and accessibility. Returns a scorecard with priority-ordered fixes. TRIGGER on "vibe check", "UI audit", "design review", "does this look right", "check my UI", "how does this look" — even without naming the skill.
- ▌ The Humanizer · artttjSelf-educating humanizer skill that keeps up with the latest LinkedIn AI slop patterns. Auto-detects channel, scores the original, returns a humanized rewrite with the patterns it fixed listed. TRIGGER on "humanize", "sounds like AI", "AI detection", "make it sound human", "rewrite in my voice", "voice check", "blog review", "LinkedIn post review", "email review", "does this sound like AI" — even without naming the skill.
- ▌ Project Recipes · artttjUse when an op command needs a per-project operation (serve, build, test, deploy, sync, release, live URL) — reads, discovers, and heals .claude/op.json in the target repo.