
Assisted By
- 1 repo stars
- Updated June 16, 2026
- bcmyguest/assisted-by
assisted-by is a Claude Code plugin that enforces Assisted-by git commit trailers and blocks disallowed attribution so developers can credit AI help per kernel policy.
About
assisted-by is a Claude Code marketplace plugin that credits AI help on git commits the way the Linux kernel coding-assistants policy describes. It combines a teaching skill with a PreToolUse hook that rejects bad commit messages before they land. Install it when AI agents write commits and you need consistent, policy-correct attribution instead of informal co-author lines.
- git-attribution skill teaches kernel coding-assistants attribution rules
- attribution-guard.py PreToolUse hook blocks noncompliant git commits
- Requires Assisted-by: AGENT_NAME:MODEL_VERSION trailers
- Blocks AI Signed-off-by and Co-Authored-By: Claude patterns
Assisted By by the numbers
- Data as of Jul 10, 2026 (Skillselion catalog sync)
/plugin marketplace add bcmyguest/assisted-byAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | June 16, 2026 |
| Repository | bcmyguest/assisted-by ↗ |
How do you stop coding agents from using Co-Authored-By or Signed-off-by lines that violate project attribution rules?
Enforce Linux-kernel-style Assisted-by git trailers on AI-assisted commits and block incorrect Signed-off-by or Co-Authored-By usage.
Who is it for?
Developers using Claude Code who want kernel-style AI attribution enforced automatically on git commit.
Skip if: Repositories that do not use git or projects with unrelated commit message conventions.
What you get
Commit messages containing correct Assisted-by trailers and no disallowed AI Signed-off-by or Co-Authored-By entries.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
What trailer format is required?
Assisted-by: AGENT_NAME:MODEL_VERSION with optional extra analysis tools when applicable.
What does the hook block?
Commits missing proper Assisted-by lines or using AI Signed-off-by or Co-Authored-By: Claude.
Does it include only a skill?
It ships both the git-attribution skill and the attribution-guard.py enforcing hook.