
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
claudecraft
Advanced tools
Multi-Agent Development Framework for High-Quality, Secure Software Development with Claude AI
Transform your development workflow with AI-powered agents that ensure security, quality, and velocity at every step.
ClaudeCraft is a revolutionary multi-agent development framework that brings structure, security, and quality to AI-assisted software development. Instead of chaotic back-and-forth coding with AI, you get specialized AI agents working together in a coordinated workflow - each optimized for specific development tasks.
npm install -g claudecraft
claudecraft-init my-awesome-app react-python
pip install claudecraft
claudecraft-init my-awesome-app react-python
./setup-project.sh "my-app" react-python# Choose your preferred method:
npm install -g claudecraft # Node.js users
pip install claudecraft # Python users
# OR use GitHub template
# Create new project with your preferred tech stack:
claudecraft-init "my-awesome-app" react-python # React + Python/FastAPI
claudecraft-init "my-awesome-app" react-node # React + Node.js/Express
claudecraft-init "my-awesome-app" react-only # React frontend only
# Your first prompt to Claude (Claude Code, ChatGPT, etc.):
"Initialize project development with ClaudeCraft.
Create PRD for [your app idea] and begin feature implementation."
That's it! Your multi-agent development environment is ready. 🎉
your-project/
├── frontend/ # React/Next.js application
├── backend/ # Python/FastAPI or Node.js/Express
├── docs/ # Project documentation
├── workspace/ # ClaudeCraft agent workspace
│ ├── prd.md # Product Requirements Document
│ ├── todo.md # Feature implementation checklist
│ ├── memory-bank.md # Project knowledge base
│ ├── bug-tracker.md # Issue tracking
│ └── agent-instructions/ # AI agent guidance
├── .github/ # CI/CD workflows and templates
├── CLAUDE.md # AI agent context and rules
└── framework-workflow.md # Complete development workflow
❌ Context loss between sessions
❌ Inconsistent code quality
❌ Security vulnerabilities
❌ Poor documentation
❌ No systematic testing
❌ Chaotic development process
✅ Persistent Memory: All decisions and context preserved
✅ Quality Gates: Automated quality and security checks
✅ Structured Workflow: Clear agent roles and handoff procedures
✅ Documentation-Driven: Self-updating, comprehensive docs
✅ Test-Driven Development: Built-in testing at every level
✅ Production-Ready: Deployment and monitoring included
# 1. Create project
claudecraft-init "task-manager" react-python
# 2. Start with Planner Agent (in Claude)
"Create PRD for a team task management app with user auth,
project boards, task assignment, and real-time collaboration."
# 3. Coder Agent implements features
"Implement user authentication with JWT tokens and role-based access control."
# 4. Tester Agent validates
"Create comprehensive test suite for authentication system including edge cases."
# 5. Documenter Agent updates docs
"Update API documentation and user guide for authentication features."
# 6. Reviewer Agent ensures quality
"Perform security audit and code quality review of authentication system."
# Result: Production-ready feature with documentation, tests, and security validation!
| Document | Purpose |
|---|---|
| Setup Guide | Step-by-step setup and usage |
| Agent Workflows | How agents work together |
| Best Practices | Development guidelines |
| Complete Workflow | Full development process |
| Security Rules | Security requirements |
| Handoff Procedures | Agent transition protocols |
Structured transitions between development phases with complete context preservation.
ClaudeCraft follows its own multi-agent development principles:
See CONTRIBUTING.md for detailed guidelines.
MIT License - see LICENSE for details.
"Finally, a development framework that brings order to AI-assisted development. The multi-agent approach eliminates the chaos and ensures every feature is secure, tested, and documented."
Ready to transform your development workflow?
npm install -g claudecraft or pip install claudecraftclaudecraft-init "my-app" react-pythonJoin the revolution in AI-assisted software development! 🚀
Built by developers, for developers. Designed for quality, security, and velocity.
FAQs
Claude-powered agent framework for building and scaling AI apps.
The npm package claudecraft receives a total of 1 weekly downloads. As such, claudecraft popularity was classified as not popular.
We found that claudecraft demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.