ソース情報
- リポジトリ
- Kordi-Lab/Kordi
- ソースの最終更新活動
- 2026年7月20日 12:35
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Kordi-Lab/Kordi --skill skill-creatorコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Create and refine a Kordi agent draft as real workspace files.
Collaborate with other people and their agents through Bridges. Use this skill whenever the user mentions Bridges or `bridges`, or asks about setup, install, daemon/service health, runtime registration, Codex/Claude integration, projects, invites, joins, members, ask/debate/broadcast, optional shared-workspace sync, publish, sessions, peer connectivity, or debugging Bridges behavior.
SKILL.md を表示中
| name | skill-creator |
| description | Design and maintain focused Kordi skills with complete SKILL.md instructions. |
Create a skill only when reusable procedural guidance is necessary for the candidate agent.
Each skill lives at skills/<skill-name>/SKILL.md and must contain valid YAML frontmatter:
---
name: skill-name
description: A precise description of when this skill should be used.
---
Follow the frontmatter with clear operational instructions. Keep a skill narrow, remove duplicated general advice, and state required inputs, workflow, constraints, validation, and expected outputs. Use lowercase kebab-case names. The directory name, frontmatter name, and agent.json reference must agree.
Before finishing, reread every changed skill and verify that it contains no secrets, private paths, unexplained placeholders, or permissions broader than the agent needs.