MoxPP Add Project

Interactively scaffolds a new sub-project into a MoxPP (Premake5+Conan2) C++ workspace.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 268add3

Actually ran a live A/B scaffolding a shared-lib project in a throwaway MoxPP clone: the no-skill baseline silently produced a project that would fail to link on Windows (no .lib output) because it skipped the mandatory dummy.cpp; the skill run caught it and also kept CLAUDE.md's Conan-dependency list in sync.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What MoxPP Add Project does

Walks the developer through adding a new executable, library, or utility sub-project to an existing MoxPP build workspace: checks the configured project architecture in mox.lua, gathers project settings, generates a UUID, writes build.lua and starter source files, and updates conanfile.py/CLAUDE.md as needed. Triggers when a developer wants to add a new project to the MoxPP build system.

How to install MoxPP Add Project

git clone https://github.com/Moxibyte/MoxPP
cd MoxPP
mkdir -p ~/.claude/skills
cp -r .claude/skills/moxpp-add-project ~/.claude/skills/moxpp-add-project

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger MoxPP Add Project

  • /moxpp-add-project Interactively scaffolds a new sub-project into a MoxPP (Premake5+Conan2) C++ workspace.

It also activates on plain-language prompts like these:

  • Add a new shared library sub-project to my MoxPP build workspace
  • I need to scaffold a new executable project in our Premake5 C++ setup
  • Walk me through adding a utility project to the MoxPP workspace

Frequently asked questions

Is the MoxPP Add Project skill free?
Yes. The skill itself is free from Moxibyte/MoxPP. SkillProof publishes the install command and an independent test verdict at no cost.
Does MoxPP Add Project work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Actually ran a live A/B scaffolding a shared-lib project in a throwaway MoxPP clone: the no-skill baseline silently produced a project that would fail to link on Windows (no .lib output) because it skipped the mandatory dummy.cpp; the skill run caught it and also kept CLAUDE.md's Conan-dependency list in sync.
What is the MoxPP Add Project SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install MoxPP Add Project?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use MoxPP Add Project with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.