← Back to list

trend2work
by weykon
⭐ 0🍴 1📅 Jan 12, 2026
SKILL.md
name: trend2work description: 新项目启动、趋势关键词获取、模版匹配、MCP配置 version: 1.0.0 triggers:
- 新项目启动
- 关键词获取
- 模版选择
- MCP配置 references:
- 00-project-brief.md
- 01-keyword-strategy.md
- 02-template-catalog.md
- 03-template-matching.md
- 04-mcp-selection.md
- 06-custom-template.md
- 05-checklist.md
Trend2Work Skill (Project Bootstrap)
This skill is intentionally split into small reference modules. Load only module(s) you need.
v1 edit scope (hard limit)
For first pass, only modify:
.create-together/state.json- project status.create-together/context.json- project context.create-together/PROJECT_BRIEF.md- human-readable project brief (must be created)- Output JSON files:
project-brief.json- project briefkeywords.json- keyword analysistemplate-selection.json- template choicemcp-config.json- MCP configuration
Do not:
- Modify any files in
templates/built-in/*(unless explicitly requested) - Touch project code (no routing, no components, no templates)
- Enable auth/database/payment features unless explicitly requested
Dev workflow (required)
- Before starting: If
.create-together/state.jsonor.create-together/context.jsonis missing, initialize from templates:python3 dev/scripts/init_create_together_state.py
- Before starting: Ensure
mcps/env.pyis available for environment loading - After finishing all edits:
- Clear Next.js cache if project was initialized (prevents stale assets):
- macOS/Linux:
rm -rf .next - Windows (PowerShell):
Remove-Item -Recurse -Force .next - Windows (cmd):
rmdir /s /q .next
- macOS/Linux:
- Then run
npm run buildto validate project (build + lint checks) - If it fails, fix issues only within v1 allowlist unless user expands scope
- Clear Next.js cache if project was initialized (prevents stale assets):
Project brief normalization
Normalize user's request first:
references/00-project-brief.md
Execution order
- Project brief:
references/00-project-brief.md- Write
.create-together/PROJECT_BRIEF.md(human-readable summary for non-technical stakeholders)
- Write
- Keyword strategy:
references/01-keyword-strategy.md - Template catalog:
references/02-template-catalog.md - Template matching:
references/03-template-matching.md - MCP selection:
references/04-mcp-selection.md - Checklist validation:
references/05-checklist.md
Hard requirement (end of skill):
- Ensure
.create-together/PROJECT_BRIEF.mdexists and is up-to-date by running:python3 dev/scripts/render_project_brief_md.py --out .create-together/PROJECT_BRIEF.md
Bundled script
dev/scripts/render_project_brief_md.py- render.create-together/PROJECT_BRIEF.mdfrom JSON outputsdev/scripts/init_create_together_state.py- init.create-together/state.jsonand.create-together/context.jsonfrom templates- TODO:
scripts/init_project.py- project initialization automation
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon