スキル一覧に戻る
t3rm1nu55

backend-instance-creator

by t3rm1nu55

Visual UI builder powered by Claude AI using MCP (Model Context Protocol)

0🍴 0📅 2025年11月29日
GitHubで見るManusで実行

SKILL.md


name: backend-instance-creator description: > Creates a permanent backend instance for Claude Imagine. Use this skill when the user wants to set up a new persistent backend server.

Backend Instance Creator

Instructions

  1. Ask the user for the desired location of the backend instance (default: ~/claude-imagine-backend).
  2. Create the directory structure:
    • mkdir -p <location>
    • mkdir -p <location>/.claude
  3. Create CLAUDE.md in the target directory with standard backend configuration.
  4. Create .claude/settings.json enabling MCP tools.
  5. Create claude_config.json pointing to the server-mcp.js.
  6. Create a start.sh script to launch the instance.

Configuration Template (.claude/settings.json)

{
  "model": "sonnet",
  "tools": "",
  "systemPrompt": "You are the backend for Claude Imagine. Always use MCP tools (mcp__imagine__update_ui and mcp__imagine__log_thought) for all operations."
}

スコア

総合スコア

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

レビュー

💬

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