Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:119
forks:8
updated:2026년 3월 31일 21:47
SKILL.md
Audit repo dependencies by default and only apply library upgrades when explicitly requested.
Use Gradle commands to build and run the app by platform.
How to run, write, and debug local UI tests for Android, iOS, and browser builds.
How to list, pick, and boot Android emulators and iOS simulators for local app runs.
Guidance on where to place different types of code in this Kotlin Multiplatform project.
Guidelines for where to place different types of code in a Kotlin Multiplatform project.
| name | plan-roadmap |
| description | How to create plans and follow roadmaps |
Long running major projects/changes to this repository are done via creating plans and tracking their roadmap.
Plans are stored in the .agents/plans directory.
Plans are named like
Plans are stored in markdown files with the following format:
---
name: Plan Name
status: Planned # Planned, In Progress, Completed
progress:
- "[ ] Task 1" # mark with [x] when done
- "[ ] Task 2"
- "[ ] Task 3"
---
# Plan Name
Plan description and research .....
.agents/plans directory.