在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$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.