用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Kordi-Lab/Kordi --skill skill-creator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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.