AI Attribution Plugin

April 9, 2026 ยท View on GitHub

A Claude Code plugin for transparently attributing human and AI contributions in project README files.

What it does

This plugin provides a single slash command that guides the user through adding a clear human-AI attribution section to their project's README. The section documents which parts of the project were human-authored and which were AI-assisted or AI-generated, and then automatically commits and pushes the change.

The tool is built on the principle that transparent disclosure of AI usage is good practice and benefits the wider developer community.

Commands

CommandDescription
add-attributionPrompts for authorship details, inserts an attribution section into README.md, and commits the change

Installation

Install via the Claude Code plugin marketplace:

/plugin install danielrosehill/ai-attribution-plugin

Or copy commands/add-attribution.md into your project's .claude/commands/ directory to use it as a local command.

Example usage

Run the command in Claude Code:

/add-attribution

Claude will ask you to describe the authorship split. Provide a plain-language description such as:

"I wrote the core logic and tests. Claude refactored the code, added error handling, and wrote the documentation."

Claude then inserts a formatted attribution section at the end of your README and commits the change.

License

MIT โ€” see LICENSE.