AI-builds-and-AI-verifies game development playbook (Agentic AI) - docs + Claude Code skill + zero-dependency MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentic-gamedev-play": {
"command": "npx",
"args": [
"-y",
"Hakhyun-Kim/agentic-gamedev-playbook"
]
}
}
}
Run in terminal:
claude mcp add agentic-gamedev-play npx -y Hakhyun-Kim/agentic-gamedev-playbook
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentic-gamedev-play": {
"command": "npx",
"args": [
"-y",
"Hakhyun-Kim/agentic-gamedev-playbook"
]
}
}
}