ship-faster
Resumable end-to-end workflows for shipping web apps
All Skills in This Repository (36)
Pure Emerald Level Indicatorstool-ast-grep-rules
Create and apply AST-based code search and rewrite rules with ast-grep YAML.
workflow-ship-faster
Guide AI agents through an end-to-end web app workflow with resumable runs.
publish-x-article
Convert Markdown to HTML and insert images deterministically for X Articles drafts.
review-doc-consistency
Identify documentation conflicts with code and configurations across a repository.
review-clean-code
Analyze code quality to identify smells and refactoring opportunities.
tool-x-article-publisher
Convert Markdown to HTML and paste rich text into X Article drafts.
workflow-template-extractor
Copy a real project into templates/NNN-slug/ with de-branding and environment examples.
review-merge-readiness
Review git diffs against requirements and produce a merge readiness verdict.
tool-better-auth
Integrate Better Auth in TypeScript/Next.js projects with session and cookie handling.
skill-improver
Analyze run artifacts to propose concrete skill and workflow edits.
review-react-best-practices
Review React/Next.js code for performance and reliability using a prioritized rule library.
review-seo-audit
Identify and report SEO issues with prioritized remediation checklists.
Frequently Asked Questions
FAQPage SchemaHow to install ship-faster?▼
Run `npx skills add Heyvhuang/ship-faster --all -g -y` in your terminal to install all 34 skills globally. You can also install a single skill with `npx skills add Heyvhuang/ship-faster --skill workflow-ship-faster -g -y`.
What does ship-faster actually do?▼
It gives your coding agent a repeatable process for taking an idea or existing repo to a deployed Next.js app, covering foundation, design system, features, Supabase, Stripe, Vercel deploy, and SEO. Every run writes plans and evidence to disk so you can pause and resume anytime.
Which agents work with ship-faster?▼
It works with Claude Code, Cursor, OpenCode, and any MCP-capable agent that supports the SKILL.md standard. The default stack assumptions are Next.js, TypeScript, Supabase, Stripe, and Vercel.
How does ship-faster prevent risky actions?▼
Any side-effecting step like a deploy, database write, or Stripe refund must first be written as a plan in tasks.md and wait for your explicit confirmation. Nothing destructive runs without your approval.
Can non-developers use ship-faster?▼
Yes. You describe your idea in plain English using prompts like 'Use workflow-project-intake', and the agent handles the technical execution while you review plans and approve key steps.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core