迪拉熊开发智能体 Skills
Discipline for coordinating multiple concurrent agent sessions that share state, packaged for installation via npx skills (https://github.com/vercel-labs/skills). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| skills/multi-agent-collaboration | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
ProjectKuma Skills
A collection of agent skills, installable with npx skills.
Install
npx skills add ProjectKuma/skills@<skill-name>
Skills
| Skill | Description |
|---|---|
multi-agent-collaboration |
Discipline for coordinating multiple concurrent agent sessions that share state — a task queue, a design doc, a git working tree, a memory store. Distilled from real multi-session failures and their fixes. |
Layout
Each skill is a directory under skills/ containing a SKILL.md file with YAML frontmatter (name, description, and optional fields). This follows the format expected by the npx skills CLI and by Claude Code's own skill discovery.
License
MIT — see LICENSE.