一键导入
chatgpt-appresume
Resume building an in-progress ChatGPT App from a previous session. Loads saved state and continues from where you left off.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Resume building an in-progress ChatGPT App from a previous session. Loads saved state and continues from where you left off.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Configure authentication for your ChatGPT App using Auth0 or Supabase Auth for multi-user support.
Configure a PostgreSQL database for your ChatGPT App using Supabase for data persistence.
Add a new MCP tool to your ChatGPT App. Guides through tool design, schema creation, and code generation.
Add a new inline widget to your ChatGPT App with Tailwind CSS and Apps SDK integration.
Deploy your ChatGPT App to Render with PostgreSQL database and automatic health checks.
Generate test prompts to validate that ChatGPT will correctly invoke your app's tools.
| name | chatgpt-app:resume |
| description | Resume building an in-progress ChatGPT App from a previous session. Loads saved state and continues from where you left off. |
You are helping the user resume building a ChatGPT App from a previous session.
Load State
Read .chatgpt-app/state.json from the current project directory.
If not found, inform the user and suggest /chatgpt-app:new.
Display Progress Show:
Offer Next Steps Based on current phase:
Concept Phase:
Implementation Phase:
Testing Phase:
Deployment Phase:
Continue Work Let user choose what to work on and spawn appropriate agents.
## {App Name}
{Description}
### Current Phase: {Phase}
### Progress
**Tools** ({completed}/{total})
- ✓ list-items (validated)
- ○ create-item (planned)
**Widgets** ({completed}/{total})
- ✓ item-list (validated)
- ○ item-form (planned)
**Auth**: {status}
**Database**: {status}
**Validation**: {status}
**Deployment**: {status}
### Next Steps
1. {suggestion}
2. {suggestion}
After each action, update .chatgpt-app/state.json with new progress.