steemandavid

Finished — Documentation skill for Claude Code

Documentation community

End-of-session workflow.

How to install Finished

Installs to ~/.claude/skills/steemandavid-claude-code-skills-finished/SKILL.md

Terminal
mkdir -p ~/.claude/skills/steemandavid-claude-code-skills-finished && curl -fsSL https://raw.githubusercontent.com/steemandavid/claude-code-skills/HEAD/commands/finished.md -o ~/.claude/skills/steemandavid-claude-code-skills-finished/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Finished does


description: End-of-session workflow. Updates documentation, writes a changelog, then commits/pushes project changes (only for existing project repos with uncommitted changes). allowed-tools: [Read, Write, Glob, Grep, Bash, AskUserQuestion, Skill]

Finished — End of Session

Run this workflow to wrap up a session cleanly.

Steps

Step 1: Documentation

Update all project documentation to reflect changes made during this session.

  1. Identify the project's documentation files (e.

Alternatives in Documentation

  • Question — Answer the user's question by analyzing the project structure and documentation 3.4k ★
  • CLAUDE.md - Contributor Guide — For End Users: See README.md for installation and usage 1.4k ★
  • Docs Serve — Build the HTML documentation and then serve it locally so it can be viewed in a browser 1.1k ★

Full documentation available on GitHub

View Source Repository