bydevdavv· 13 skills
Create a complete feature module with folder structure, Assembly Definition (.asmdef), test assembly, and namespace. Use when adding a new feature, system, or module to a Unity project. Triggers on requests like "create a new feature", "scaffold a module", "add a combat system", "I need a health system", "set up inventory", "create a new module for X", "add a new system", "new feature folder", or any task requiring new folders, assemblies, or namespaces for a gameplay feature — even when the user just names a system they want to build from scratch. Reads ProjectConfig.yaml for folder_strategy and MCP availability.
$npx -y skills add devdavv/unity-ai-workflow --skill uw-unity-feature-scaffoldInstalls into the current project.
Run `npx skills use "https://github.com/devdavv/unity-ai-workflow" --skill "devdavv/unity-ai-workflow/uw-unity-feature-scaffold"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/devdavv/unity-ai-workflow" that are relevant to the current task. Run `npx skills add "https://github.com/devdavv/unity-ai-workflow"` and select the relevant skills, then follow their instructions.