迪拉熊开发智能体 Skills
Find a file
予纾 5e0f3f5876 Add multi-agent-collaboration skill
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>
2026-08-18 11:33:21 +08:00
skills/multi-agent-collaboration Add multi-agent-collaboration skill 2026-08-18 11:33:21 +08:00
.gitignore Add multi-agent-collaboration skill 2026-08-18 11:33:21 +08:00
LICENSE Add multi-agent-collaboration skill 2026-08-18 11:33:21 +08:00
README.md Add multi-agent-collaboration skill 2026-08-18 11:33:21 +08:00

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.