スキル一覧に戻る
weykon

trend2work

by weykon

0🍴 1📅 2026年1月12日
GitHubで見るManusで実行

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 brief
    • keywords.json - keyword analysis
    • template-selection.json - template choice
    • mcp-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.json or .create-together/context.json is missing, initialize from templates:
    • python3 dev/scripts/init_create_together_state.py
  • Before starting: Ensure mcps/env.py is 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
    • Then run npm run build to validate project (build + lint checks)
    • If it fails, fix issues only within v1 allowlist unless user expands scope

Project brief normalization

Normalize user's request first:

  • references/00-project-brief.md

Execution order

  1. Project brief: references/00-project-brief.md
    • Write .create-together/PROJECT_BRIEF.md (human-readable summary for non-technical stakeholders)
  2. Keyword strategy: references/01-keyword-strategy.md
  3. Template catalog: references/02-template-catalog.md
  4. Template matching: references/03-template-matching.md
  5. MCP selection: references/04-mcp-selection.md
  6. Checklist validation: references/05-checklist.md

Hard requirement (end of skill):

  • Ensure .create-together/PROJECT_BRIEF.md exists 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.md from JSON outputs
  • dev/scripts/init_create_together_state.py - init .create-together/state.json and .create-together/context.json from templates
  • TODO: scripts/init_project.py - project initialization 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

レビュー

💬

レビュー機能は近日公開予定です