Claude Code Plugins

Community-maintained marketplace

Feedback

Narrative templates for git history documentation. Used by /git:code-story command.

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @majiayu000/claude-skill-registry/code-story --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @majiayu000/claude-skill-registry/code-story -p --client shared
Note: Review the skill instructions before using it.

SKILL.md

name code-story
description Narrative templates for git history documentation. Used by /git:code-story command.

Code Story Skill

Provides narrative templates for transforming git history into documentary-style stories.

Templates

Read the appropriate template based on detail level:

Narrative Guidelines

Voice and Tone

  • Documentary style: informative yet engaging
  • Third-person perspective
  • Acknowledge the human element
  • Find the drama in technical decisions
  • Celebrate achievements without hyperbole

What Makes a Good Code Story

  • Genesis moment: First commit sets the stage
  • Character development: Contributors evolve
  • Conflict and resolution: Bugs, refactors, breaking changes
  • Turning points: Direction-changing decisions
  • Present connection: Link past to current state

Commit Citation Format

  • Short SHA in backticks: abc1234
  • Include date and author for key commits
  • Link to GitHub if remote is github.com