@indie_maker_fox: 分享下我用 matt 这套技能让 codex 长时间稳定跑项目的经验 同一套流程我已经完整跑完 2 个项目,亲测靠谱 1、先把 matt skills setup 好,选定 issue tracker。我一直用 github:自动建 is…
摘要
分享使用matt技能集合与Codex稳定运行项目的经验,包括设置GitHub、需求对齐、原型设计、任务拆分和实施步骤,并推荐使用TanStarter模板。
查看缓存全文
缓存时间: 2026/08/23 03:32
分享下我用 matt 这套技能让 codex 长时间稳定跑项目的经验
同一套流程我已经完整跑完 2 个项目,亲测靠谱
1、先把 matt skills setup 好,选定 issue tracker。我一直用 github:自动建 issues、配 labels、拉好依赖关系,后面推进会顺很多
2、再用 wayfinder / grill-with-docs 把需求对齐:做什么、怎么做、验收标准、结束条件都讲清楚。提醒一下,这一步 ai 会追问到你把细节说透
3、然后 prototype 做界面原型。它会直接写代码把界面骨架搭出来,不满意就迭代改。很多“效果不对”的问题,往往是这一步没做或做得不够
4、接着 to-spec + to-tickets:生成开发方案,把大任务拆成可执行的小票据,并建立依赖。做完一张自动解锁下一张,进度清晰、节奏好控
5、最后让 codex 新建 goal,按计划依次调用 implement 落地实现。implement 会带上 tdd + code review,把质量守住,不靠运气
技巧:每处理一个新 issue,都让 codex 新建一个 implement issue xx 的任务,让侧边栏生成独立会话。好处是每个 issue 单独上下文,不串线;而且子任务愿意的话还能并行推进。
注意:需要注意的是我都是基于 TanStarter 模板上进行开发,有经验的朋友应该都知道,ai 擅长学习项目已有代码编程,如果之前代码是屎山,那么写出来就是屎上雕花,如果之前代码架构设计优秀,那么写出来的代码又快又好,测试方便,任务执行效率高,推荐基于高质量的目标进行开发,例如 TanStarter (http://tanstarter.dev) 或者 MkSaaS (http://mksaas.com)
TanStarter - Ship Faster with TanStack, Cost Less with Cloudflare
Source: https://tanstarter.dev/ Join Discord (3000+ members)The complete TanStack Start boilerplate for building profitable SaaS, packed with AI, auth, payments, database, storage, email, newsletter, blog, dashboard, SEO and more, fully deployed on Cloudflare Workers
- Private GitHub access
- Lifetime updates
- Unlimited projects
Time saved
Auth, roles and session handling18+ hrs
Stripe / Creem / Waffo payments and webhooks26+ hrs
D1 database schema and migrations14+ hrs
R2 file storage and user file flows14+ hrs
Transactional email and newsletter14+ hrs
AI text, chat, image and TTS demos26+ hrs
Landing, pricing, blog and legal pages30+ hrs
SEO, sitemap, OG images and i18n18+ hrs
Dashboard, admin users and API keys20+ hrs
Cloudflare Workers deployment setup20+ hrs
Setup work you can avoid200+ hrs
What you get
A production SaaS foundation, not just another landing template
TanStarter packages the repeated parts of every SaaS so your first week goes into product logic, customer workflows and launch polish instead of vendor setup.
Private GitHub repositoriesLifetime updatesUnlimited projects
TESTIMONIALS
What our customers are saying
Showcases
What our customers are building
Launch your SaaS with TanStarter and get featured here for free!
### MkImage Make any images possible — generate, edit, and transform images with AI models like GPT Image, and Gemini in seconds.
### HuntifyAI Discover the best AI tools, models, and alternatives, hunted daily. Browse AI for writing, image, video, and more on HuntifyAI.
### Nbility AI Gateway Nbility 为团队统一接入 OpenAI、Claude、Gemini等主流模型,集中处理鉴权、额度、计费、日志和多端同步
### CosyVoice Discover CosyVoice, a multilingual zero-shot TTS model, featuring natural pronunciation and high-quality speech synthesis with advanced features.
### LetsFindDomain Check domain availability across 50+ extensions instantly. AI name suggestions, price lookup, WHOIS & competitive research — free.
### ImgEnhancer Enhance image quality online with AI. Upload a photo to sharpen details, unblur images, upscale resolution, and download clearer results in seconds.
Newsletter
Join the community
Subscribe to our newsletter for the latest news and updates
Indie Fox (@indie_maker_fox): 最近研究了下 Matt 的技能集合,也体验了用这套技能进行开发的流程。主流程如下:
1、grill-me / grill-with-docs:开工前先拷问你,有些细节需要在写代码前想清楚并确认下来。问题会比较多,一般采纳建议就行。
2、to-spec 和 to-tickets:对于大任务,建议执行这两个 skills,产出 spec
相似文章
@aronhouyu: https://x.com/aronhouyu/status/2063561548145275255
介绍了一个名为awesome-codex-skills的开源仓库,收录了上千个针对Codex(以及Claude Code、Gemini CLI等)的预设技能(Skills),涵盖开发、数据、协作等场景,并提供了安装和使用指南,帮助用户复用工作流。
@php_martin: Codex 并行开发实战 2026|完整视频版 你以为 AI 编码工具已经卷到头了? Codex 直接让我一个人同时并行开发 6 个项目: 从 iOS App、落地页、投资者 Deck,到 Remotion 发布视频 + 社交媒体自动化……
马丁分享使用Codex同时并行开发6个项目的实战工作流,涵盖串行指令并行执行、自定义Skill/Plugin复用以及与Claude协同,显著提升多任务开发效率。
@LukeDing14: X上现在还是有很多人不会去用codex去完成项目,他们会觉得很奇怪:为什么自己的codex没有办法写出高质量的代码,更高效的组织项目,一个多月前爆火learn-harness-enginnering里面已经讲过很多技巧了,源链接在这里ht…
LukeDing14 指出许多人仍不会正确使用 Codex 完成项目,并推荐了 learn-harness-engineering 资源及自己的 harness 文件,分享高效编码与项目组织的技巧。
@QingQ77: 一个 Codex skill,帮你在 GitHub 上系统性地搜解决方案。遇到工程卡点时,不是乱搜一气,而是按流程搜 issue、PR、代码、release notes,比较项目,最后落到本地方案。
一个基于Codex的skill,帮助开发者系统性地在GitHub上搜索issue、PR、代码、release notes等工程问题解决方案,并比较项目,最终落地到本地方案。
@AI_jacksaku: https://x.com/AI_jacksaku/status/2068702722807771294
本文整理了Codex必装的10个高价值Skills,涵盖规划、代码质量、前端实现、自动化测试、CI/CD、安全及外部工具接入,并提供了安装方法和推荐组合,帮助用户提升开发效率。