Agent skill
backend-instance-creator
Creates a permanent backend instance for Claude Imagine. Use this skill when the user wants to set up a new persistent backend server.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/backend-instance-creator
SKILL.md
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."
}
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?