Releases: brolag/neural-claude-code
Releases · brolag/neural-claude-code
v1.4.0 - Skills & Interactive Installer
🎉 Neural Claude Code v1.4.0
New Skills (5 added)
Development
- react-best-practices: React/Next.js optimization with 40+ rules and 6 reference guides (from Vercel Engineering)
Quality & Anti-Slop
- slop-scan: Detect technical debt, code smells, and slop accumulation
- slop-fix: Auto-fix safe slop issues (unused imports, dead code, simple refactors)
- overseer: Review PRs/diffs for quality, security, and consistency before merge
Knowledge Management
- knowledge-management: PARA-based second brain system for capturing and organizing knowledge
Updated Skills (3 improved)
- debugging: Improved error handling and root cause analysis workflow
- tdd: Better task decomposition and RED-GREEN-REFACTOR enforcement
- deep-research: Auto-recall from knowledge base and systematic analysis
Interactive Installer
New `/install-skills` command with:
- Interactive menu system (category → skill → scope selection)
- Multi-select interface with dependency resolution
- Project/Global/Both installation scopes
- Recommended bundle one-click install
- Dry-run mode for preview
- Installation status tracking
Usage
```bash
Interactive mode (recommended)
/install-skills
Install recommended bundle
/install-skills --recommended
View installation status
/install-skills --status
Preview without installing
/install-skills --dry-run
```
Installation
```bash
Update plugin
cd ~/Sites/neural-claude-code-plugin
git pull origin main
Install skills
/install-skills
```
What's Next
- Enhanced slop detection patterns
- More React/Next.js patterns from Vercel
- Knowledge graph visualization
- Auto-learning from project patterns
Full Changelog: https://github.com/brolag/neural-claude-code-plugin/blob/main/CHANGELOG.md
🤖 Generated with Claude Code