augprompt
v1.1.3
Published
CLI tool để copy tất cả Augment AI prompts vào dự án (mặc định với --force)
Maintainers
Readme
augprompt
CLI tool để copy tất cả Augment AI prompts vào dự án một cách đơn giản (mặc định với --force).
Cài đặt
npm install -g augpromptHoặc sử dụng npx mà không cần cài đặt global:
npx augpromptSử dụng
Copy tất cả prompts (Đơn giản nhất)
Chỉ cần gõ một lệnh để copy tất cả Augment AI prompts vào thư mục .augment/rules/ (tự động ghi đè):
augpromptXem danh sách prompts có sẵn
augprompt --listHiển thị danh sách tất cả prompts có sẵn với mô tả ngắn gọn.
Options
| Option | Mô tả |
|--------|-------|
| -l, --list | Hiển thị danh sách tất cả prompts có sẵn |
| -h, --help | Hiển thị help |
| -V, --version | Hiển thị version |
Lưu ý: Lệnh augprompt mặc định sẽ copy tất cả prompts với --force (ghi đè tự động).
Prompts có sẵn
Package này bao gồm các Augment AI prompts sau:
- bugfinder - Agent chuyên tìm và phân tích bugs
- cat - Agent hỗ trợ categorization và classification
- commit - Git assistant cho commit messages
- deepdive - Agent phân tích sâu technical issues
- en - English language processing agent
- gitlabreview - GitLab merge request review specialist
- how - How-to guide generation agent
- init - Atlas repository documentation agent
- plan - August specification-driven development agent
- recheck - Code verification specialist
- research - Elite research agent
- story - User story creation expert
Cách hoạt động
- Tự động tạo thư mục: Nếu thư mục
.augment/rules/chưa tồn tại, tool sẽ tự động tạo - Copy tất cả prompts: Mặc định copy tất cả prompts với force=true (ghi đè tự động)
- Báo cáo chi tiết: Hiển thị số lượng files đã copy thành công
Ví dụ
Setup prompts cho dự án mới
cd my-project
npx augpromptXem có prompts nào
npx augprompt --listUpdate tất cả prompts
npx augpromptYêu cầu hệ thống
- Node.js >= 14.0.0
- npm hoặc yarn
Development
Clone repository
git clone <repository-url>
cd augprompt
npm installTest local
node bin/augprompt.js --listBuild và publish
npm run lint
npm run build
npm publishLicense
MIT
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Support
Nếu gặp vấn đề, vui lòng tạo issue trên GitHub repository.
