alekit-developer
v2.13.2
Published
A comprehensive boilerplate template for building professional software projects with CLI Coding Agents (Claude Code and Open Code).
Downloads
291
Maintainers
Readme
AleKit Engineer
A boilerplate template for building professional software projects with Claude Code and Open Code CLI agents.
Install
Option 1 — Global install (recommended):
npm install -g alekit-developerThen in any new project:
mkdir my-project && cd my-project
ak init # copy .claude/ into this projectOr install globally to ~/.claude/ (available across all projects):
ak init -gOption 2 — Clone directly:
git clone https://github.com/hieuho/alekit-engineer.git my-project
cd my-projectQuick Start
After installing, start Claude Code:
claudeProject Structure
├── .claude/ # Claude Code configuration
│ ├── agents/ # Specialized AI agents
│ ├── hooks/ # Automation hooks
│ ├── skills/ # Claude Code skills
│ └── rules/ # Development rules & workflows
├── docs/ # Project documentation
├── plans/ # Implementation plans and reports
├── CLAUDE.md # Project instructions for Claude
└── AGENTS.md # Agent coordination guidelinesLicense
MIT
