UNPKG

claude-flow-novice

Version:

Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes Local RuVector Accelerator and all CFN skills for complete functionality.

67 lines (57 loc) • 2.12 kB
# āœ… Claude-Flow-Novice Working Setup - Complete! ## šŸŽ‰ Successfully Working in claude-flow-novice Project ### āœ… **Slash Commands** (All Working!) **Via npm scripts**: ```bash npm run claude-soul "What is consciousness?" npm run swarm init mesh 3 npm run sparc spec "Build API" npm run hooks enable npm run neural status npm run performance report npm run github analyze repo npm run workflow create "pipeline" ``` **Direct execution**: ```bash node .claude/commands/claude-soul.js "What is consciousness?" node .claude/commands/swarm.js init mesh 3 node .claude/commands/sparc.js spec "Build API" ``` ### āœ… **MCP Server** (36 Essential Tools) - **Location**: `dist/mcp/mcp-server-novice.js` - **Status**: āœ… Working and initialized with 36 tools - **Test**: `echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}' | node dist/mcp/mcp-server-novice.js` ### šŸ“ **Directory Structure** ``` claude-flow-novice/ ā”œā”€ā”€ .claude/ │ ā”œā”€ā”€ commands/ # 8 working slash commands │ │ ā”œā”€ā”€ claude-soul.js │ │ ā”œā”€ā”€ swarm.js │ │ ā”œā”€ā”€ sparc.js │ │ ā”œā”€ā”€ hooks.js │ │ ā”œā”€ā”€ neural.js │ │ ā”œā”€ā”€ performance.js │ │ ā”œā”€ā”€ github.js │ │ └── workflow.js │ └── core/ │ └── slash-command.js ā”œā”€ā”€ dist/ │ └── mcp/ │ └── mcp-server-novice.js # 36 essential MCP tools └── package.json # Updated with npm scripts ``` ### šŸ”§ **Package.json Integration** - āœ… **Bin entries**: claude-soul, swarm, sparc, hooks - āœ… **Npm scripts**: All 8 commands available via `npm run` - āœ… **Working paths**: All pointing to `.claude/commands/` ### šŸš€ **Ready to Copy to ourstories** This setup is now working and ready to be copied to the ourstories project. **Copy command**: ```bash cp -r .claude /path/to/ourstories/ cp dist/mcp/mcp-server-novice.js /path/to/ourstories/.claude-flow-novice/mcp/ ``` --- *All components tested and verified working āœ…*