Procedural Generation
MCP Serverby omer-metin · Added 5mo ago
Claude
11
Install
git clone https://github.com/omer-metin/skills-for-antigravityAdd to Claude
claude mcp add procedural-generationQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"procedural-generation": {
"command": "npx",
"args": [
"@modelcontextprotocol/procedural-generation"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Procedural Content Generation (PCG) is the art of creating infinite from finite. The challenge isn't making random content - it's making content that feels designed. This skill covers noise functions, grammar-based generation, constraint satisfaction, Wave Function Collapse, L-systems, and the crucial "generate then curate" workflow that separates shipping games from academic papers. Core insight: The best PCG systems are heavily constrained. Pure randomness produces noise. Designer intent ...
Tags
developmentgodebuggingskill