getobyte/NeuralVaultFlow
Session-based development workflow skill for Claude Code, powered by NeuralVaultCore persistent memory.
Platform-specific configuration:
{
"mcpServers": {
"NeuralVaultFlow": {
"command": "npx",
"args": [
"-y",
"NeuralVaultFlow"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> Session-based development workflow skill for Claude Code, powered by NeuralVaultCore persistent memory.
NeuralVaultFlow orchestrates the full development cycle โ from brainstorming to deployment โ with every step persisted across sessions via NeuralVaultCore.
---
# Global โ available in every workspace (recommended)
npx github:getobyte/NeuralVaultFlow --global
# Local โ current project only
npx github:getobyte/NeuralVaultFlow --localThen open Claude Code and type any /nvc: command.
---
| Command | What it does | |---------|-------------| | /nvc:brainstorm | Structured requirements gathering โ detects project type, asks targeted questions | | /nvc:plan | Builds executable plans with acceptance criteria (Given/When/Then) | | /nvc:execute | Executes plans step by step with mandatory verify loops |
| Command | What it does | |---------|-------------| | /nvc:audit | Static analysis โ dead code, errors, consistency, security basics | | /nvc:review | Opinionated code review โ architecture, best practices, readability |
| Command | What it does | |---------|-------------| | /nvc:seo | Technical SEO โ meta tags, structured data, Core Web Vitals, indexability | | /nvc:geo | AI search visibility โ GEO Score 0โ100, AI crawler access, E-E-A-T | | /nvc:perf | Performance โ frontend bundles, backend queries, infrastructure | | /nvc:security | Security โ OWASP Top 10, auth, data exposure, dependencies + exploit scenarios |
| Command | What it
Loading reviews...