← スキル一覧に戻る

backend-instance-creator
by t3rm1nu55
Visual UI builder powered by Claude AI using MCP (Model Context Protocol)
⭐ 0🍴 0📅 2025年11月29日
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
- Ask the user for the desired location of the backend instance (default:
~/claude-imagine-backend). - Create the directory structure:
mkdir -p <location>mkdir -p <location>/.claude
- Create
CLAUDE.mdin the target directory with standard backend configuration. - Create
.claude/settings.jsonenabling MCP tools. - Create
claude_config.jsonpointing to theserver-mcp.js. - Create a
start.shscript 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
レビュー
💬
レビュー機能は近日公開予定です