← Back to list

shipany-quick-start
by jqlts1
⭐ 1🍴 4📅 Jan 14, 2026
SKILL.md
name: shipany-quick-start description: Automate first-pass customization of a new ShipAny (ShipAny Two) project from a short project brief (app name, domain/app URL, product description/features, reference links, and branding preferences). Use when the user says they are starting a new project.
ShipAny Quick Start (Project Bootstrap)
This skill is intentionally split into small reference modules. Load only the module(s) you need.
v1 edit scope (hard limit)
For the first pass, only modify the files listed in references/09-checklist.md.
- Do not change any other files (no routing, no components, no templates, no extra locale message files).
- Do not introduce login/auth/payment features unless explicitly requested.
Dev workflow (required)
- Before starting edits: run
pnpm install(once) to ensure dependencies are installed. - After finishing all edits: clear Next.js cache before validation, otherwise you may see stale assets (e.g. old
logo.png):- macOS/Linux:
rm -rf .next - Windows (PowerShell):
Remove-Item -Recurse -Force .next - Windows (cmd):
rmdir /s /q .next
- macOS/Linux:
- Then run
pnpm buildto validate the project (build + lint checks). If it fails, fix issues only within the v1 allowlist unless the user expands scope.
Project brief
Normalize the user’s request first:
references/00-project-brief.md
Execution order (ShipAny Two)
- App basics (env-driven):
references/01-env-app-info.md - SEO metadata:
references/02-seo-metadata.md - Landing page (EN/ZH):
references/03-landing-page.md- Page sections live in
src/config/locale/messages/{locale}/pages/index.json - Header/footer/nav live in
src/config/locale/messages/{locale}/landing.json
- Page sections live in
- Theme styles:
references/04-theme-styles.md - Logo + favicon:
references/05-logo-favicon.md - Sitemap:
references/06-sitemap.md - Legal pages:
references/07-legal-pages.md - Images (extract from links or use Picsum placeholders):
references/08-images.md - Minimal checklist:
references/09-checklist.md
Bundled script
scripts/fetch_og_image.py: Best-effort OG/Twitter preview image downloader for a reference link.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon