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:2
forks:5
updated:February 16, 2026 at 18:05
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | quest-complete |
| description | Mark the current quest as complete and archive it |
| allowed-tools | Bash, Read, Write, Edit, Glob |
Mark the active quest as complete and archive it.
/quest-complete
Find active quest:
.planning/*/QUEST.md files with Status: activeCheck phase completion:
completed: proceedpending or checkpoint: warn and ask for confirmation
Warning: 2 phases are not completed:
- Phase 4: Add password reset (pending)
- Phase 5: Write documentation (checkpoint)
Complete anyway? Incomplete phases will be marked as skipped.
Update quest files:
QUEST.md: Set Status: completed, add Completed: YYYY-MM-DDSTATE.md: Add completion entry with summaryArchive the quest:
.planning/archive/ if it doesn't exist.planning/archive/.planning/2026-02-16-cost-tracking/ → .planning/archive/2026-02-16-cost-tracking/Display completion summary:
Quest Complete: Cost Tracking
Phases: 5/5 completed
Total Retries: 2
Archived to: .planning/archive/2026-02-16-cost-tracking/
Use /quest-create to start a new quest.
.planning/active/quest-create — Start a new quest/quest-status — Check progress