plugins marketplace
← All plugins

collab-proof

v1.0.0

Assisted retrospective: after a session, calibrates what Claude contributed vs what the developer drove. LLM-assessed 4-frame analysis, zero dependencies.

Claude Code1 skill

by dong7812MIT24.2kupdated 10 hours ago

Source

git clone https://github.com/alirezarezvani/claude-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is engineering/collab-proof/ inside the repository.

Layout

engineering/collab-proof/
├── .claude-plugin/plugin.json
└── skills/collab-proof/SKILL.md

Skills1

collab-proofskills/collab-proof/SKILL.md

Use when you want to understand what Claude contributed vs what you drove in a session. Triggers on: /collab-proof, session retrospective, ai contribution analysis, collaboration evidence, what did claude do.

Manifests1

engineering/collab-proof/.claude-plugin/plugin.json
{
  "name": "collab-proof",
  "description": "Assisted retrospective: after a session, calibrates what Claude contributed vs what the developer drove. LLM-assessed 4-frame analysis, zero dependencies.",
  "version": "1.0.0",
  "author": {
    "name": "dong7812",
    "url": "https://github.com/dong7812"
  },
  "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/engineering/collab-proof",
  "repository": "https://github.com/alirezarezvani/claude-skills",
  "license": "MIT",
  "attribution": {
    "source_repo": "https://github.com/dong7812/collab-proof",
    "author": "dong7812",
    "license": "MIT"
  },
  "skills": [
    "./skills/collab-proof"
  ]
}