Appearance
Reference
Tài liệu tham khảo chi tiết cho One-Toolkit.
CLI Commands
- one-toolkit init - Khởi tạo dự án
- one-toolkit phase - Thêm phase mới
Slash Commands
Các lệnh tắt sử dụng trong AI IDEs:
- /new-requirement - Bắt đầu feature mới
- /execute-plan - Thực thi kế hoạch
- /code-review - Review code
- /writing-test - Viết tests
- /debug - Debug vấn đề
Configuration
.one-toolkit.json
json
{
"version": "0.4.2",
"initializedPhases": [
"requirements",
"design",
"planning",
"implementation",
"testing"
],
"environments": [
"cursor",
"antigravity"
]
}Supported Environments
| Environment | Command Path | Context File |
|---|---|---|
| Cursor | .cursor/commands/ | AGENTS.md |
| Antigravity | .agent/workflows/ | AGENTS.md |
| Claude Code | .claude/commands/ | CLAUDE.md |
| GitHub Copilot | .github/prompts/ | AGENTS.md |