From davidshaevel-claude-toolkit
Back up gitignored local files (SESSION_LOG.md, CLAUDE.local.md, .envrc, etc.) to Google Drive via rclone
How this skill is triggered — by the user, by Claude, or both
Slash command
/davidshaevel-claude-toolkit:backup-local-configThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Back up configured gitignored files from the current repository to Google Drive via rclone. Supports bare+worktree and standard repos.
Back up configured gitignored files from the current repository to Google Drive via rclone. Supports bare+worktree and standard repos.
/davidshaevel-claude-toolkit:backup-local-config
rclone installed (brew install rclone)jq installed (brew install jq)rclone config)config/backup-config.json configured in the plugin directoryUse the current working directory to determine the repo to back up.
.bare/ for bare+worktree repos, or the directory containing .git/ for standard repos)Run the backup script:
"${CLAUDE_PLUGIN_ROOT}/scripts/backup-local-config.sh" /path/to/repo
Replace /path/to/repo with the resolved repo root path from step 1.
For a dry run (preview without uploading):
"${CLAUDE_PLUGIN_ROOT}/scripts/backup-local-config.sh" --dry-run /path/to/repo
Summarize the script output to the user:
If there are failures, suggest troubleshooting steps:
rclone listremotesrclone ls gdrive:session-backupsconfig/backup-config.jsonnpx claudepluginhub davidshaevel-dot-com/davidshaevel-marketplace --plugin davidshaevel-claude-toolkitProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.