Skip to content

phieb/bye-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bye-skill

A /bye session wrap-up skill for Claude Code and OpenCode. When you're done coding, type /bye and Claude will tidy up before signing off.

What it does

Running /bye walks Claude through six steps:

  1. Memory update — reviews the conversation and writes new facts, feedback, project state, and references to the project memory directory
  2. Docs — checks if anything learned this session should be added to CLAUDE.md (or equivalent), and updates README.md if features changed
  3. Open TODOs — scans the conversation for deferred tasks, blocked items, or things mentioned but not done
  4. Git — checks for uncommitted changes and offers to commit; if commits are ahead of remote, offers to push or open a PR (auto-detects GitHub/GitLab/Bitbucket from the remote URL)
  5. npm publish — compares local vs published version and offers to publish if needed
  6. Session summary — two to four sentences on what was accomplished and what's next

Install

npx @phieb/bye-skill

This copies SKILL.md to:

Tool Location
Claude Code ~/.claude/skills/bye/SKILL.md
OpenCode ~/.config/opencode/skills/bye/SKILL.md

Then use /bye at the end of any session.

Requirements

  • Claude Code or OpenCode with skills support
  • Node.js (for the installer)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors