Kevin-Liu-01

96 mods across 7 repositories, 77 stars between them.

commit-and-push

25

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Stage, commit, and push changes without opening a PR. Use when the user says "commit and push", "commit these to a new branch", "push this branch", or wants a branch + commit summary but does not want PR creation. Distinct from yeet, which owns the commit + push + PR flow.

21 15d ago A 71 tokens original MIT

commit

26

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Create a git commit with conventional commit format. Injects current git state automatically.

21 15d ago A 18 tokens original MIT

computer-use

27

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Browser automation patterns via the browser tools (Playwright). Use when the user asks me to navigate a website, fill a form, scrape data, or test a UI flow.

21 15d ago A 39 tokens original MIT

content-strategy

28

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Comprehensive self-promotion and content strategy covering positioning arcs, content calendars, weekly rhythms, and quality gates for X and LinkedIn. Use when planning content, discussing personal brand, building a content calendar, or when the user says "content strategy", "what should I post", "content plan", or…

21 15d ago A 69 tokens original MIT

copywriting

29

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Marketing copy for homepages, landing pages, pricing pages, and conversion-focused web pages. Use when writing headlines, CTAs, landing page copy, pricing page copy, feature pages, or when the user says "write copy", "landing page", "homepage copy", "CTA", "headline", "conversion copy", or "marketing copy." Based on…

21 15d ago A 88 tokens original MIT

counterfactual

30

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Compare the current implementation against the minimal correct algorithm. Use when debugging regressions, reviewing complex fixes, or when the user asks what should happen versus what is happening now.

21 15d ago A 38 tokens original MIT

create-hook

31

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Create Cursor hooks. Use when you want to create a hook, write hooks.json, add hook scripts, or automate behavior around agent events.

21 15d ago A 31 tokens original MIT

create-rule

32

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Create Cursor rules for persistent AI guidance. Use when you want to create a rule, add coding standards, set up project conventions, configure file-specific patterns, create RULE.md files, or asks about .cursor/rules/ or AGENTS.md.

21 15d ago A 52 tokens copy · 100% MIT

create-skill

33

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Create Cursor Agent Skills. Use when authoring a new skill or asking about SKILL.md structure.

21 15d ago A 24 tokens copy · 94% MIT

create-subagent

34

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Create custom subagents for specialized AI tasks. Use when you want to create a new type of subagent, set up task-specific agents, configure code reviewers, debuggers, or domain-specific assistants with custom prompts.

21 15d ago A 48 tokens copy · 100% MIT

cross-modal-review

35

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Quality gate via a second AI model. Spawn a different model to review work before committing. Grades against the originating skill's Contract. Use when you want a second opinion from a different model, or the user says "second opinion", "cross-modal review", "double check this", or "get another perspective".

21 15d ago A 66 tokens original MIT

cursor-coding

36

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Spawn a Cursor coding agent for real code work. Use when the user asks for actual code changes -- refactors, bug fixes, new features, repo edits -- that need full file/terminal access and iterative tool calls. Hand off via the cursoragent MCP tool.

21 15d ago A 57 tokens original MIT

daily-bugfix-check

37

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Check the current author's commits from the last 24 hours and proactively find and fix any bugs they introduced. Use when the user asks for a daily bugfix check, wants to review today's commits for issues, or asks to "check my recent code for bugs." Combines commit review with the recent-code-bugfix workflow.

21 15d ago A 71 tokens original MIT

db-write

38

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Run mutating SQL (INSERT, UPDATE, DELETE, DDL) against Supabase databases. Requires explicit user invocation. Use for migrations, seed data, schema changes, or data fixes.

21 15d ago A 41 tokens original MIT

db

39

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Run read-only SQL queries against Supabase databases (local or remote). Use when inspecting schema, debugging data, checking migrations, or answering questions about database state.

21 15d ago A 34 tokens original MIT

dcs-test

40

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Run DCS test profiles against controlplane (Go), host-agent (Rust), storage-daemon, or live clusters. Use when testing DCS changes locally or triggering CI test suites.

21 15d ago B 41 tokens original MIT

dedalus-machines

41

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

How Agent Machines work -- providers (Dedalus, E2B, Sprites), agent runtimes (Hermes, OpenClaw, Claude Code, Codex), MCP catalog, bootstrap, and closed-loop verification. Use when asked about the runtime, scaling, sleep/wake, destroy, or inspecting this environment.

21 15d ago A 69 tokens original MIT

deepsec

42

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Run vercel-labs/deepsec — an agent-powered vulnerability scanner — against any local codebase. Use when Kevin says "deepsec", "security scan", "scan this repo for vulns", "find security bugs in ", "audit for vulnerabilities", "production security review", or before shipping a new service. Performs a regex pre-scan…

21 15d ago A 132 tokens original MIT

design-engineering

43

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

21 15d ago A 34 tokens copy · 98% MIT

design-review

44

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Design audit with UX usability tests. Adapted from GStack's /design-review (Garry Tan, github.com/garrytan/gstack) for Cursor + agent-browser. 6-phase audit: first impression, design system extraction, page-by-page visual audit with 80-item checklist, interaction flow review with goodwill tracking, cross-page…

21 15d ago A 81 tokens original MIT

doctor-enforcement

45

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Auto-run the relevant codebase doctor(s) after large edit sessions or before committing. Detects which subsystems were touched and runs the matching doctor. Use when the agent has completed a significant edit (5+ files), before claiming work is done, or when the user says "run doctors", "health check", "doctor pass"…

21 15d ago A 76 tokens original MIT

dogfood

46

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Systematically explore and test a web application to find bugs, UX issues, and other problems. Use when asked to "dogfood", "QA", "exploratory test", "find issues", "bug hunt", "test this app/site/platform", or review the quality of a web application. Produces a structured report with full reproduction evidence -…

21 15d ago A 100 tokens copy · 100% MIT

electron

47

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user needs to interact with an Electron app, automate a desktop app, connect to a running app, control a native app, or test an Electron application. Triggers include…

21 15d ago A 112 tokens copy · 100% MIT

emil-design-eng

48

Kevin-Liu-01/Agent-Machines

Skill Claude CodeCodex

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great. Use when reviewing animation decisions, component polish, or motion design, or when the user says "Emil", "animation review", "component polish", "motion details"…

21 15d ago A 76 tokens copy · 94% MIT