Heyvhuang

36 mods across 1 repository, 339 stars between them.

review-clean-code

01

Heyvhuang/ship-faster

Skill Claude CodeCodex

Analyze code quality based on "Clean Code" principles. Identify naming, function size, duplication, over-engineering, and magic number issues with severity ratings and refactoring suggestions. Use when the user requests code quality checks, refactoring advice, Clean Code analysis, code smell detection, or mentions…

339 17d ago A 74 tokens original MIT

Heyvhuang/ship-faster

Skill Claude CodeCodex

Documentation consistency reviewer that checks alignment between code implementation and documentation. Use when user requests reviewing documentation vs code consistency, checking if README/docs are outdated, verifying API documentation accuracy. Applicable for (1) reviewing README vs implementation consistency (2)…

339 17d ago A 92 tokens original MIT

Heyvhuang/ship-faster

Skill Claude CodeCodex

Request/execute structured code review: use after completing important tasks, at end of each execution batch, or before merge. Based on git diff range, compare against plan and requirements, output issue list by Critical/Important/Minor severity, and provide clear verdict on merge readiness. Trigger words: request…

339 17d ago A 77 tokens original MIT

Heyvhuang/ship-faster

Skill Claude CodeCodex

Execute written implementation plans: first read and critically review the plan, then implement in small batches (default 3 tasks), produce verification evidence per batch and pause for feedback; must stop immediately and ask for help when blocked/tests fail/plan unclear. Trigger words: execute plan, implement plan…

339 17d ago A 71 tokens original MIT

Heyvhuang/ship-faster

Skill Claude CodeCodex

Extract a shareable runnable template under templates/NNN-slug/ from a real project: copy + de-brand + remove secrets + add env examples + docs, with minimal refactors. Use when you have a working project and want to turn it into a template.

339 17d ago A 59 tokens original MIT

Heyvhuang/ship-faster

Skill Claude CodeCodex

Seed a new runnable template under templates/NNN-slug/ from a short spec by chaining existing skills (intake → ship-faster stages) while keeping it clean and shareable (no secrets, minimal scope). Use when creating a new template quickly.

339 17d ago A 57 tokens original MIT

cloudflare

07

Heyvhuang/ship-faster

Skill Claude CodeCodex

Infrastructure operations for Cloudflare: Workers, KV, R2, D1, Hyperdrive, observability, builds, audit logs. Triggers: worker/KV/R2/D1/logs/build/deploy/audit. Three permission tiers: Diagnose (read-only), Change (write requires confirmation), Super Admin (isolated environment). Write operations follow read-first…

339 17d ago A 95 tokens original MIT

deep-research

08

Heyvhuang/ship-faster

Skill Claude CodeCodex

Research a topic thoroughly in this repo and return a structured summary with file references. Use when you need to understand how something works, find patterns across modules, or audit implementations.

339 17d ago A 39 tokens original MIT

mcp-cloudflare

09

Heyvhuang/ship-faster

Skill Claude CodeCodex

Manage Workers/KV/R2/D1/Hyperdrive via Cloudflare MCP, perform observability/build troubleshooting/audit/container sandbox operations. Triggers: worker/KV/R2/D1/logs/build/deploy/screenshot/audit/sandbox. Three permission tiers: Diagnose (read-only), Change (write requires confirmation), Super Admin (isolated…

339 17d ago A 91 tokens original MIT

mcp-stripe

10

Heyvhuang/ship-faster

Skill Claude CodeCodex

Stripe MCP transaction operations skill. Execute transaction operations via Stripe MCP server (https://mcp.stripe.com): customer management, products/prices, invoices, payment links, subscriptions, refunds, dispute handling, balance queries. Triggers: user requests Stripe operations including create customer, create…

339 17d ago A 87 tokens original MIT

mcp-supabase

11

Heyvhuang/ship-faster

Skill Claude CodeCodex

Execute database operations via Supabase MCP (query/write/migration/logs/type generation). Triggers: query/statistics/export/insert/update/delete/fix/backfill/migrate/logs/alerts/type generation. Does not trigger for: pure architecture discussion or code planning. Write operations require confirmation; UPDATE/DELETE…

339 17d ago A 72 tokens original MIT

publish-x-article

12

Heyvhuang/ship-faster

Skill Claude CodeCodex

Publish Markdown to X (Twitter) Articles as a draft (never auto-publish). Use when the user asks to publish/post an article to X Articles, convert Markdown to X Articles rich text, or mentions "X article", "publish to X", "post to Twitter articles". Converts Markdown → HTML, pastes rich text, and inserts images…

339 17d ago A 77 tokens original MIT

review-quality

13

Heyvhuang/ship-faster

Skill Claude CodeCodex

Unified codebase quality review: merge readiness verdict + maintainability (Clean Code) + docs-vs-code consistency. Use for code review, quality check, refactor check, outdated docs check, or merge/production readiness.

339 17d ago A 48 tokens original MIT

Heyvhuang/ship-faster

Skill Claude CodeCodex

Review or refactor React / Next.js code for performance and reliability using a prioritized rule library (waterfalls, bundle size, server/client data fetching, re-renders, rendering). Use when writing React components, Next.js pages (App Router), optimizing bundle size, improving performance, or doing a React/Next.js…

339 17d ago A 73 tokens original MIT

review-seo-audit

15

Heyvhuang/ship-faster

Skill Claude CodeCodex

When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," or "SEO health check." For building pages at scale to target keywords, see tool-programmatic-seo. For adding…

339 17d ago A 91 tokens copy · 95% MIT

skill-creator

16

Heyvhuang/ship-faster

Skill Claude CodeCodex

Create or refactor Ship Faster-style skills (SKILL.md + references/ + scripts/). Use when adding a new skill, tightening trigger descriptions, splitting long docs into references, defining artifact-first I/O contracts, or packaging/validating a skill.

339 17d ago A 55 tokens original MIT

skill-evolution

17

Heyvhuang/ship-faster

Skill Claude CodeCodex

Global evolution system for ship-faster skills. Uses hooks to capture context, failures, and session summaries, then generates patch suggestions (no auto edits) via skill-improver. Use when you want the skills to self-improve safely and continuously.

339 17d ago B 54 tokens original MIT

skill-improver

18

Heyvhuang/ship-faster

Skill Claude CodeCodex

Improve skills and workflows by analyzing run artifacts and execution logs (events.jsonl/state.json) under runs/ (or OpenSpec changes/). Use when you want to iterate on skills based on real runs: find failure modes, bottlenecks, unclear prompts, missing I/O contracts, and propose concrete edits.

339 17d ago A 67 tokens original MIT

stripe

19

Heyvhuang/ship-faster

Skill Claude CodeCodex

Billing and payment operations for Stripe: customers, products, prices, invoices, payment links, subscriptions, refunds, disputes, balance. Triggers: create customer, create product, create invoice, generate payment link, query transactions, process refunds, manage subscriptions, view disputes, check balance. Money…

339 17d ago A 75 tokens original MIT

supabase

20

Heyvhuang/ship-faster

Skill Claude CodeCodex

Database operations for Supabase: query/write/migration/logs/type generation. Triggers: query/statistics/export/insert/update/delete/fix/backfill/migrate/logs/alerts/type generation. Does not trigger for: pure architecture discussion or code planning. Write operations require confirmation; UPDATE/DELETE without WHERE…

339 17d ago A 78 tokens original MIT

Heyvhuang/ship-faster

Skill Claude CodeCodex

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

339 17d ago A 41 tokens original MIT

tool-ast-grep-rules

22

Heyvhuang/ship-faster

Skill Claude CodeCodex

Write AST-based code search and rewrite rules using ast-grep YAML. Create linting rules, code modernizations, and API migrations with auto-fix. Use when the user mentions ast-grep, tree-sitter patterns, code search rules, lint rules with YAML, AST matching, or code refactoring patterns.

339 17d ago A 71 tokens original MIT

tool-better-auth

23

Heyvhuang/ship-faster

Skill Claude CodeCodex

Use when implementing authentication with Better Auth in a TypeScript/Next.js app (session strategy, providers, cookies, CSRF, redirects, middleware, and security best practices).

339 17d ago A 40 tokens copy · 88% MIT

Heyvhuang/ship-faster

Skill Claude CodeCodex

Use when you need to define or converge a project's visual direction. Scan project documentation to identify intent, then produce a design-system.md (either preserve existing style or pick from 30 presets). Triggers: design system, design spec, UI style, visual style, design tokens, color palette, typography, layout.…

339 17d ago A 106 tokens original MIT