ソース情報
- リポジトリ
- katanemo/plano
- ソースの最終更新活動
- 2026年3月13日 07:18
- 検出された SKILL.md の言語
- 英語
- スター
- 7,004
- フォーク
- 483
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/katanemo/plano --skill prコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Apply Plano CLI best practices. Use for startup troubleshooting, cli_agent workflows, and template-based project bootstrapping.
Design advanced Plano architectures. Use for multi-listener systems, prompt target schema quality, and layered orchestration patterns.
Improve multi-agent orchestration in Plano. Use for agent registration, agent listener wiring, and capability-focused agent descriptions for accurate routing.
SOC 職業分類に基づく
SKILL.md を表示中
| name | pr |
| description | Create a feature branch and open a pull request for the current changes. |
| disable-model-invocation | true |
| user-invocable | true |
Create a pull request for the current changes:
gh api user --jq .login. If the login is adilhafeez, use adil instead.<username>/<feature_name> — infer the feature name from the changescd crates && cargo fmt --all -- --check and cd crates && cargo clippy --locked --all-targets --all-features -- -D warnings to verify Rust code is cleanmainKeep the PR title short (under 70 chars). Include a brief summary in the body. Never include a "Test plan" section or any "Generated with Claude Code" attribution.