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:0
forks:0
updated:May 6, 2026 at 08:27
SKILL.md
| name | architecture |
| description | src/ または scripts/ 配下のコードを書く前に参照すべき設計ガイドライン。 |
@./docs/ARCHITECTURE.md を読むこと。
src/app/presentation/ と scripts/ の両方を presentation 層のエントリーポイントとして扱う。scripts/ 配下の CLI スクリプトが、まだ application 層の use case として存在しない振る舞いを必要とする場合は、先に src/app/application/ 配下に use case を追加 してからスクリプトから呼ぶこと。スクリプトから domain/ や infrastructure/ に直接アクセスさせてはいけない。既存の use case があれば必ず再利用する。docs/ARCHITECTURE.md の該当ルールを引用すること。[HINT] Download the complete skill directory including SKILL.md and all related files