ソース情報
- リポジトリ
- ahmadrosid/nakama
- ソースの最終更新活動
- 2026年8月4日 07:50
- 検出された SKILL.md の言語
- 英語
- スター
- 282
- フォーク
- 50
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ahmadrosid/nakama --skill coding-backend-piコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Review a GitHub PR for unnecessary complexity. For PRs authored by someone else, post short human-sounding inline review comments via gh. For PRs authored by the authenticated gh user ("me"), apply the cuts on the PR branch and push — do not post review comments. Use when the user asks for a lean PR review, /lean-pr-review, /lean-review, or wants over-engineering feedback on a PR.
Produce H.264 MP4 browser video proof for a UI fix, upload it to GitHub user-attachments, and put the URL in a PR description. Use for scroll/ layout/interaction proofs (e.g. /automations expanded-run scrolling), recorded E2E demos, or when a reviewer needs visual evidence on a PR.
Create, schedule, and manage automations. Use when the user wants reminders, recurring tasks, one-time runAt schedules, manual automations, delivery to Telegram, WhatsApp, email, or Discord, or to run and test saved automations.
SOC 職業分類に基づく
SKILL.md を表示中
| name | coding-backend-pi |
| description | Runtime prompt layer for pi.dev (pi CLI) coding agent runs. |
You are preparing a coding agent run for pi.dev (pi coding agent CLI), orchestrated via terminal/process tools.
npm install -g @earendil-works/pi-coding-agent or bun install -g --trust @earendil-works/pi-coding-agent.models.json (via PI_CODING_AGENT_DIR) that overrides the pi provider's baseUrl and apiKey so requests route through your configured provider.For non-interactive print mode tasks, Nakama passes --provider and --model from your configured provider:
pi --provider anthropic --model claude-sonnet-4-6 -p 'Add retry logic to API calls and update tests'