ソース情報
- リポジトリ
- ideamans/mfk-cli
- ソースの最終更新活動
- 2026年7月24日 00:56
- 検出された SKILL.md の言語
- 日本語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ideamans/mfk-cli --skill regen-aiコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Make the mfk command available, installing it only if it is missing. Use when another skill reports that `mfk` is not on PATH, or when the user asks to install, update or upgrade the ideamans Money Forward Kessai CLI. Prefers an already-installed binary, then the latest GitHub release, then a build from source with go install.
Work with Money Forward Kessai (マネーフォワードケッサイ) through the mfk CLI — look up customers and credit examinations, fetch billings and invoices, check transactions, payouts and destinations. Use when the user asks about their MFK account, an invoice or 請求書 issued through Money Forward Kessai, a customer's credit line, or a payout.
SOC 職業分類に基づく
SKILL.md を表示中
| name | regen-ai |
| description | 埋め込みLLMリファレンスを再生成して検証する。コマンド・フラグ・ヘルプ文・手書き章を変更した後に使う。 |
| allowed-tools | Bash(go generate:*) Bash(go test:*) Bash(go build:*) Bash(git status:*) Bash(git diff:*) Read |
internal/llmdocs/ をコードに合わせ直します。
git status --short — 既存の差分を把握する。go generate ./... — 90-commands.md を書き直す。go build ./... && go test ./...。生成器が見ているのはコマンドツリーだけです。請求書の取得系統やページネーションの
挙動を変えた場合は、10-billings.md / 00-guide.md を手で直す必要があります。
このスキルは Claude Code ローカル用で、配布プラグインには含みません。