37f35ce0a0
Add two Claude Code helper functions to streamline common dev workflows: - `claude-docs`: triggers Claude to sync README.md with recent session changes - `claude-pr`: triggers Claude to create a branch, commit, push, and open a PR Also add `.claude` to .gitignore and document both functions in README.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
259 B
Fish
4 lines
259 B
Fish
function claude-docs --description 'Claude-code: Sync README with recent changes'
|
|
claude "Analyze the recent changes and update the README.md to ensure all features, setup instructions, and examples are 100% accurate. Prune any obsolete information."
|
|
end
|