getobyte/NeuralSkillBuilder
Build consistent, NeuralVault-integrated Claude Code skills.
Platform-specific configuration:
{
"mcpServers": {
"NeuralSkillBuilder": {
"command": "npx",
"args": [
"-y",
"NeuralSkillBuilder"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> Build consistent, NeuralVault-integrated Claude Code skills.
Meta-skill for creating, scaffolding, and auditing Claude Code skills โ with built-in NeuralVaultCore MCP integration. Based on Skillsmith conventions (MIT), extended for the NeuralVault ecosystem.
---
# Global โ available in every workspace (recommended)
npx github:getobyte/NeuralSkillBuilder --global
# Local โ current project only
npx github:getobyte/NeuralSkillBuilder --localThen open Claude Code and type /nvc:skill.
---
| Command | What it does | |---------|-------------| | /nvc:skill discover | Guided interview to design a new skill โ produces a skill spec | | /nvc:skill scaffold | Generate a compliant skill directory from a spec | | /nvc:skill distill | Transform raw source material into framework chunks | | /nvc:skill audit | Audit skill compliance against syntax specs |
---
Claude Code skills are markdown files that give Claude a persona, routing logic, and domain knowledge. NeuralSkillBuilder enforces a consistent structure across all skills using standardized syntax specs.
Four workflows:
1. Discover โ 6-phase guided interview covering identity, persona, scope, content architecture, NVC integration, and review. Produces a structured skill spec.
2. Scaffold โ Takes a skill spec, generates a complete directory with all files properly structured. Auto-generates frameworks/nvc-tools.md when NVC integration is present.
3. Distill โ Transforms raw knowledge (books,
Loading reviews...