Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:149
forks:12
updated:January 28, 2026 at 13:26
SKILL.md
Adaptive requirements clarification with auto-depth routing. Shallow (Q&A) for simple tasks, Deep (exploration + DRAFT + PLAN) for complex ones. Escalates automatically when ambiguity persists.
Multi-agent code review for Rust CLI/TUI. UX Review 비활성 (터미널 UI — 웹 프론트엔드 없음). Code Review만 실행. Rust/clippy 특화 체크리스트 포함.
Session start - check progress, suggest next task
Session end - document updates, commit
Self-healing verification loop (test → clippy → fmt)
| name | implement |
| description | TDD implementation (RED→GREEN→REFACTOR) → verify → review |
| required_context | [".claude/ai-context/architecture.md",".claude/ai-context/conventions.md"] |
Analysis → TDD(RED→GREEN→REFACTOR) → /verify → /review → /wrap
/verify: On implementation complete/review: On verify pass/wrap: On review PASScargo test
cargo clippy -- -D warnings
cargo fmt --check