ソース情報
- リポジトリ
- nimbusxr/custos
- ソースの最終更新活動
- 2026年4月21日 23:02
- 検出された SKILL.md の言語
- 英語
- スター
- 6
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/nimbusxr/custos --skill routesコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| group | custos |
| name | routes |
| description | Plan, create, and navigate routes with waypoints and elevation analysis |
| script_paths | ["custos.routes/create_route.lua","custos.routes/list_routes.lua","custos.routes/get_elevation_profile.lua"] |
| tags | ["routes","navigation","waypoints","planning","elevation"] |
| examples | ["plan a route from here to the objective","create a patrol route with waypoints","what's the elevation profile of this route","list saved routes","build a route from CP1 through the rally point to the OBJ"] |
Plan, create, and analyze routes on the ATAK map.
create_route — Create a route with named waypoints between start and end pointslist_routes — List all route polylines currently on the mapget_elevation_profile — Sample elevation along a line for route planning and terrain analysis