namiez-core
v1.0.1
Published
AI agents system for automated development workflow with unified flow orchestration
Maintainers
Readme
Namiez Core
AI agents system for automated development workflow with unified flow orchestration.
🚀 Quick Start
Option 1: Use npm (Recommended)
# Install globally
npm install -g namiez-core
# Setup in your project
cd your-project
namiez-core setup .
# Start the flow in Claude Code
namiez-core-flowOption 2: Manual Setup
# Clone the repository
git clone https://github.com/nxhung2304e/namiez-core.git
cd namiez-core
# Setup in your project
bash scripts/setup.sh /path/to/your-project
# Start the flow in Claude Code
namiez-core-flow📋 Available Commands
CLI Commands
namiez-core setup <path> # Set up Namiez Core in a project
namiez-core init <path> # Initialize new project with Namiez Core
namiez-core update <path> # Update existing installation
namiez-core flow # Show flow information
namiez-core agents # List available agents
namiez-core version # Show version
namiez-core help # Show helpAI Agents (Use in Claude Code)
namiez-core-flow # Complete workflow orchestrator
requirements # Requirements analysis
coder # Implementation
reviewer # Code review
tester # Testing
refactor # Code improvement
coordinator # Project overview