Core agents and commands for Claude Code — workflow automation + project initialization with Thai/English bilingual support
npx claudepluginhub MaouStan/ai-productivity-kitComplete productivity toolkit with 18 commands, 8 skills, and knowledge base for AI-assisted programming workflow automation. Thai/English bilingual support.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Production-ready workflow orchestration with 75 focused plugins, 182 specialized agents, and 147 skills - optimized for granular installation and minimal token usage
เครื่องมือเสริมประสิทธิภาพการเขียนโปรแกรมด้วย AI Tools for maximizing programming productivity with AI
# Add marketplace
/plugin marketplace add MaouStan/ai-productivity-kit
# Install plugin
/plugin install ai-productivity-kit@MaouStan/ai-productivity-kit
# Restart Claude Code after installation
# Clone or copy to your project
git clone https://github.com/MaouStan/ai-productivity-kit.git
cd ai-productivity-kit
bash install.sh
ไลบรารีที่รวบรวมเทคนิคและ patterns จาก:
ทั้งหมดนี้มาปรับใช้ให้เหมาะกับการทำงานจริงของนักพัฒนา
nnn → gogogo → rrr → ccc
วางแผน → ลงมือทำ → ทบทวน → เก็บ context
| Command | Purpose |
|---|---|
/ai-kit:init | Initialize AI Productivity Kit structure |
/ai-kit:start | เริ่ม session ใหม่ |
/ai-kit:focus | ตั้งโฟกัสงาน |
/ai-kit:pause | พักงานชั่วคราว |
/recap | ดูสถานะปัจจุบัน |
/hours | จับเวลาทำงาน |
| Command | Purpose |
|---|---|
/ai-kit:note | บันทึก note ด่วน |
/ai-kit:trick | บันทึกเทคนิคโค้ด |
/ai-kit:pattern | บันทึก pattern ใช้ซ้ำ |
/rrr | Full retrospective |
| Command | Purpose |
|---|---|
/nnn | สร้าง implementation plan |
/gogogo | Execute plan ล่าสุด |
/ai-kit:breakdown | แบ่ง task ใหญ่ |
/ai-kit:delegate | มอบหมายให้ agent |
/ai-kit:review | Code review |
| Command | Purpose |
|---|---|
/lll | Project status |
/trace | Search everything |
/ccc | Save context |
/forward | Save for next session |
ψ/
├── active/ # งานที่กำลังทำอยู่
├── inbox/ # focus.md, WIP.md
├── memory/ # ความรู้สะสม
│ ├── tricks/ # เทคนิคโค้ดดีๆ
│ ├── patterns/ # patterns ที่ใช้ซ้ำได้
│ ├── retros/ # บันทึกย้อนหลัง
│ └── logs/ # log ประจำวัน
├── writing/ # งานเขียน
├── lab/ # ทดลองอะไรใหม่
├── incubate/ # งานที่กำลังพัฒนา
└── learn/ # วัสดุศึกษา
# 1. Copy to your project
cp -r ai-productivity-kit/* your-project/
# 2. Initialize
cd your-project
/ai-kit:init
# 3. Start working
/ai-kit:start
"AI เป็นกระจกสะท้อน ไม่ใช่ผู้บัญชาการ" "AI is the mirror, not the commander"
ไม่ลบอะไร (Nothing is Deleted)
ดู patterns ไม่ใช่ intentions (Patterns Over Intentions)
เป็น external brain (External Brain, Not Command)
| Skill | Action |
|---|---|
ai-kit:init | Initialize structure |
ai-kit:learn | Capture learning |
ai-kit:review | Review code |
ai-kit:debug | Debug errors |
ai-kit:delegate | Delegate to agent |
ai-kit:trick | Save trick |
ai-kit:pattern | Save pattern |
| Agent | Purpose |
|---|---|
coder | Write code |
debug-helper | Debug errors |
test-writer | Write tests |
doc-writer | Write docs |
context-finder | Find files |
code-reviewer | Review code |
code-simplifier | Refactor code |
general-purpose | General tasks |
/ccc → Save context
/nnn → Create plan
/gogogo → Execute
/rrr → Review & learn
/ai-kit:debug [error]
Review fix
/ai-kit:trick (if learned something)
git diff
/ai-kit:review
Fix issues
/ai-kit:delegate review (if needed)
/forward → Save to WIP.md
/clear → Fresh session
/recap → Resume from WIP
❌ Never:
git push --forcegit reset --hardrm -rf without confirmation✅ Always:
# States: CLOSED → HALF_OPEN → OPEN
# Prevents runaway loops
CLOSED = ทำงานปกติ
HALF_OPEN = ตรวจสอบก่อน
OPEN = หยุด ต้อง reset