smithery.ai

co-author

Manage co-author attribution in commits for agentconfig.org. Use when pair programming, collaborating on changes, or when the user mentions working with another contributor.

First seen Apr 22, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,513 B
  • docs SUMMARY.md 190 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Co-Author Attribution

Contributors

Name Aliases Git Trailer
Jonathan Hoyt jon, jonathan, jonmagic Jonathan Hoyt <[email protected]>
Francis Brero francis, francisfuzz francisfuzz <[email protected]>

How to Add Co-Authors

Add a Co-authored-by: trailer at the end of commit messages:

feat(hero): update tagline

Co-authored-by: francisfuzz <[email protected]>

Multiple Co-Authors

For multiple collaborators, add separate lines:

feat(comparison): redesign provider matrix

Co-authored-by: francisfuzz <[email protected]>
Co-authored-by: Jonathan Hoyt <[email protected]>

Rules

  1. Only human contributors - Never add AI agents as co-authors
  2. Use exact format - Co-authored-by: Name <email>
  3. Verify contributor - Only use emails from the contributors table above
  4. Add when appropriate - When someone contributed ideas, review, or code

When NOT to Add Co-Authors

  • Solo work with no collaboration
  • AI-assisted coding (the AI is not a co-author)
  • Minor suggestions from code review (use PR attribution instead)
  • Rebasing or cherry-picking others' commits (original authorship preserved)