Nds Build banner
intellegix intellegix

Nds Build

Development community

Description

# /nds-build — Universal NDS Game Builder ## Usage ``` /nds-build [subcommand] [args] ``` ## Subcommands ### `new <name>` — Scaffold a new NDS project Creates a complete project skeleton ready to compile. After scaffolding, runs `/research-perplexity` to plan the module breakdown for the game. ### `develop <description>` — Research-driven modular game build The main game development workflow. Takes a game description and builds the entire game modularly with research gates and E2E testing at

Installation

Installs to ~/.claude/skills/intellegix-intellegix-code-agent-toolkit-nds-build/SKILL.md

Terminal
mkdir -p ~/.claude/skills/intellegix-intellegix-code-agent-toolkit-nds-build && curl -fsSL https://raw.githubusercontent.com/intellegix/intellegix-code-agent-toolkit/HEAD/commands/nds-build.md -o ~/.claude/skills/intellegix-intellegix-code-agent-toolkit-nds-build/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository