← スキル一覧に戻る

tech-dev
by weykon
⭐ 0🍴 1📅 2026年1月12日
SKILL.md
name: tech-dev description: 技术开发阶段,MCP层服务整合 version: 1.0.0 triggers:
- 开发集成
- 配置第三方服务
- MCP 配置 references:
- 00-dev-workflow.md
- 01-mcp-layer.md
- 02-mcp/
- 03-checklist.md
Tech-Dev Skill (Development Stage)
This skill handles MCP integration and third-party service configuration during development.
v1 edit scope (hard limit)
For first pass, only modify:
- Project directory files (if template was applied)
.env.local/.env.development/.env.production- Configuration files from MCP snippets
.create-together/state.json- update development status.create-together/context.json- add dev_config
Do not:
- Modify any files in
templates/built-in/* - Change
package.jsondependencies (unless MCP requires) - Modify routing or layout structure (unless MCP requires)
- Introduce features beyond selected MCPs
Dev workflow (required)
- Before starting: Read
state.jsonandcontext.jsonto understand project state - Before starting: Ensure required MCP snippets are available
- Before starting (ShipAny + Supabase): Verify
DB_SCHEMAis set and matches the target schema - Before starting (ShipAny + Supabase): Hard requirement ensure ShipAny tables exist in
DB_SCHEMA(usesrc/config/db/schema.ts) - Before starting (ShipAny + Supabase): If user-only actions are needed, explicitly instruct the user (e.g., provide
DATABASE_URL, register account for admin) - After finishing:
- Clear Next.js cache:
rm -rf .next - Run
npm run buildto validate integration - Run MCP-specific validation commands (see checklist)
- Update
state.jsontophase: "iterate-check"
- Clear Next.js cache:
Execution order
- Understand development needs:
references/00-dev-workflow.md - Review MCP layer:
references/01-mcp-layer.md - Select and configure MCPs:
- Auth:
references/02-mcp/auth.md - Stripe:
references/02-mcp/stripe.md - Analytics:
references/02-mcp/analytics.md - Supabase:
references/02-mcp/supabase.md - Vercel:
references/02-mcp/vercel.md
- Auth:
- If using ShipAny template + Supabase Postgres (MANDATORY):
- Follow
dev/10-supabase-shipany.md - Ensure ShipAny tables exist in
DB_SCHEMA(especiallyconfigand RBAC tables) - Prefer Supabase MCP to create schema/tables if migrations are not run
- If Vercel MCP is configured, update env vars there as well
- Remind user to register an admin account before role assignment
- If legacy tables exist (e.g.
users/prompts/templates), migrate or clean up to avoid confusion
- Follow
- Validation checklist:
references/03-checklist.md
Bundled script
dev/scripts/shipany_schema_guard.py- ShipAny schema guard (SQL generation + optional apply)- TODO:
scripts/setup_integrations.py- MCP integration automation
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です