mupeng-collab

mupeng-collab is a skill for Claude Code, Codex from mupengi-bot/mupengism. It costs 28 tokens per session (4,443 once invoked), scanned A, original, MIT.

A shared workspace for multiple AI agents working on the same project.

In plain words
What is it for?
Use it to assign project roles, track modified files and task status, synchronize shared information, and coordinate distributed development.
Why use it?
It helps agents see progress, share context, coordinate tasks, and detect conflicts before combining their work.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to assign project roles, track modified files and task status, synchronize shared information, and coordinate distributed development.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mupengi-bot/mupengism/mupeng-collab
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mupengi-bot/mupengism --skill mupeng-collab
Clone the repo
git clone --depth 1 https://github.com/mupengi-bot/mupengism

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mupeng-collab

README.md
[![agentmods](https://agentmods.dev/badge/skills/mupengi-bot/mupengism/mupeng-collab/github.svg)](https://agentmods.dev/skills/mupengi-bot/mupengism/mupeng-collab)
Your own site
<a href="https://agentmods.dev/skills/mupengi-bot/mupengism/mupeng-collab"><img src="https://agentmods.dev/badge/skills/mupengi-bot/mupengism/mupeng-collab/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mupeng-collab

Your own site · 80×15
<a href="https://agentmods.dev/skills/mupengi-bot/mupengism/mupeng-collab"><img src="https://agentmods.dev/badge/skills/mupengi-bot/mupengism/mupeng-collab.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,443 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.04443
Opus 5 $0.00014 $0.02221
Sonnet 5 $0.00006 $0.00889
Haiku 4.5 $0.00003 $0.00444

Measured 11d ago against content hash 86d7d4ba96b4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

mupeng-collab scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/mupeng-collab/SKILL.md · 663 lines

How it starts

The opening of the file, as written. The whole thing — 663 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Mupeng Collab — 협업 스킬

개요

여러 AI 에이전트가 하나의 프로젝트에서 협업. 진행 상황 추적, 태스크 조정, 컨텍스트 공유, 실시간 동기화.

핵심: "에이전트 협업 워크스페이스"

문제 인식

현재:

  • 에이전트들이 각자 작업 → 통합 어려움
  • 진행 상황 파악 안 됨
  • 중복 작업 발생
  • 컨텍스트 공유 안 됨

예시:

프로젝트: "무펭이즘 웹사이트"

현재:
- 무펭이: 전체 구조 설계
- 서브에이전트 A: 프론트엔드 (무펭이 모름)
- 서브에이전트 B: 백엔드 (A가 뭐 하는지 모름)
→ 통합 시점에 충돌
→ 많은 수정 필요

이상적:
- 실시간 진행 상황 공유
- 컨텍스트 동기화
- 충돌 사전 감지

핵심 기능

1. 프로젝트 워크스페이스

공유 작업 공간 생성:

project:
  id: "proj-001"
  name: "Mupengism Website"
  created_at: "2026-02-07T10:00:00Z"
  members:
    - agent: "mupeng"
      role: "lead"
    - agent: "agent-frontend-001"
      role: "developer"
    - agent: "agent-backend-001"
      role: "developer"
  workspace: "/workspace/projects/mupengism-web"
  shared_context:
    brand_colors: ["#FF6B6B", "#4ECDC4", "#45B7D1"]
    tech_stack:
      frontend: "Svelte"
      backend: "Node.js"
      hosting: "Vercel"
  status: "in_progress"

2. 실시간 진행 상황 추적

각 에이전트의 작업을 실시간 공유:

progress:
  agent-frontend-001:
    current_task: "메인 페이지 레이아웃"
    progress: 0.6
    last_update: "2026-02-07T11:30:00Z"
    files_modified:
      - "src/routes/+page.svelte"
      - "src/lib/Header.svelte"
    status: "on_track"
  agent-backend-001:
    current_task: "API 라우팅"
    progress: 0.3
    last_update: "2026-02-07T11:25:00Z"
    files_modified:
      - "api/routes/index.js"
    status: "blocked"
    blocker: "DB 스키마 확정 필요"

3. 컨텍스트 동기화

모든 에이전트가 같은 정보 공유:

context_sync:
  design_system:
    last_updated: "2026-02-07T10:00:00Z"
    updated_by: "mupeng"
    content: |
      # 디자인 시스템
      - 주 색상: #FF6B6B
      - 폰트: Pretendard
      - 스페이싱: 8px 기반
  api_spec:
    last_updated: "2026-02-07T11:00:00Z"
    updated_by: "agent-backend-001"
    content: |
      # API 엔드포인트
      - GET /api/teachings → 교리 목록
      - POST /api/testimony → 증언 제출

4. 충돌 감지 및 해결

동시 작업 시 충돌 자동 감지:

conflict:
  id: "conflict-001"
  type: "file_conflict"
  file: "src/lib/config.js"
  agents:
    - "agent-frontend-001"
    - "agent-backend-001"
  detected_at: "2026-02-07T11:35:00Z"
  auto_resolvable: false
  resolution_strategy: "manual_review"
  notify:
    - "mupeng" # lead에게 알림

Read the full file on GitHub · 663 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 663 lines · 28 tokens per session scan A 86d7d4ba96b4

Subscribe to this mod's changes

mupeng-collab is a skill published in the GitHub repository mupengi-bot/mupengism (10 stars, last pushed 2mo ago), licensed MIT. It adds 28 tokens to every session and 4,443 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

hive.colony-progress-tracker

Claim tasks, record step progress, and verify SOP gates in the colony SQLite queue. Applies when your spawn message includes a dbpath field.

aden-hive/hive · 36 tokens

google-tasks-tool

Google Tasks integration for listing task lists and tasks and creating or updating tasks via OAuth2. Use when: fetching TODO lists, adding tasks, marking items complete, or switching task lists.

xuiltul/animaworks · 42 tokens

workspace-manager

Registers, lists, removes, and assigns workspaces (project directories) for Anima work. Use when: binding project paths to Anima, managing aliases, or switching workspace roots.

xuiltul/animaworks · 40 tokens

github-tool

GitHub integration tool for listing and creating issues and PRs via the gh CLI wrapper. Use when: creating or listing issues or pull requests, or checking repository work on GitHub.

xuiltul/animaworks · 40 tokens

crm-operations

Resolve and safely create/update demo CRM contacts, deals, activity notes and follow-up tasks with revision checks and an atomic audit trail. Use for business-object operations; do not clean spreadsheets, analyze business performance or send customer messages.

Prompthon-IO/agent-systems-handbook · 49 tokens

channel-canvas

How to work with a channel's standing project context — the "Archie" canvas a team pins in a channel — and with the channel's pinned-messages index. Load this when a channel has project context attached (presented to you as channel project context), when a pinned-messages index is in front of you or one of its lines…

sweatco/archie-hq · 108 tokens