.claude/skills/commit/SKILL.md
Stage and commit vault changes with UK English conventional commit messages
npx skillsauth add DavidROliverBA/ArchitectKB commitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Stage and commit changes to the vault with properly formatted UK English conventional commit messages.
/commit # Auto-detect changes and commit
/commit -m "message" # Commit with a specific message
/commit --amend # Amend the previous commit (use sparingly)
git status
git diff --stat
Stage specific files rather than using git add -A:
.env, credentials, .secrets.baseline (unless updated by detect-secrets)git add -u for modified/deleted files with Unicode filenames (avoids octal encoding issues)git lfs track first for large binary files (PPTX, PDF >100MB)Follow these conventions:
<type>: <subject>
<optional body>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Types:
| Type | When to Use |
| ---------- | ---------------------------------------------- |
| Add | New notes, skills, scripts, templates |
| Update | Enhancements to existing notes or config |
| Fix | Bug fixes, broken links, frontmatter errors |
| Refactor | Restructuring without changing meaning |
| Archive | Moving notes to Archive/ |
| Remove | Deleting deprecated content |
| Docs | Documentation-only changes (CLAUDE.md, READMEs)|
The vault has pre-commit hooks that may:
detect-secrets (may need .secrets.baseline update)If the hook modifies files, re-stage with git add -u then commit again.
Run git status to verify the commit succeeded and working tree is clean.
--no-verify unless the user explicitly requests itgit commit fails with PermissionError on ~/.cache/pre-commit/, use dangerouslyDisableSandbox: truetools
--- context: fork --- # /youtube Save a YouTube video as both a Weblink (quick reference) and a detailed Page (full analysis). ## Usage ``` /youtube <url> /youtube <url> <optional title override> ``` ## Examples ``` /youtube https://www.youtube.com/watch?v=0TpON5T-Sw4 /youtube https://youtu.be/abc123 AWS re:Invent Keynote ``` ## Prerequisites This skill uses the MCP Docker YouTube tools: - `mcp__MCP_DOCKER__get_video_info` - Video metadata - `mcp__MCP_DOCKER__get_transcript` - Full trans
data-ai
Create and manage git worktrees for parallel agent sessions
testing
--- context: fork --- # /wipe Generate a context handoff summary, clear the session, and resume in a fresh conversation. Detects environment and provides automated (tmux) or manual workflow. ## Usage ``` /wipe /wipe quick # Minimal handoff, just essentials /wipe detailed # Comprehensive handoff with full context ``` ## Instructions When the user invokes `/wipe`: ### Phase 1: Detect Environment First, check the terminal environment: ```bash echo "Environment Detection:"
data-ai
--- context: fork --- # /weekly-summary Generate comprehensive weekly summary from daily notes, meetings, tasks, and project updates using parallel sub-agents. ## Usage ``` /weekly-summary /weekly-summary --last-week /weekly-summary --from 2026-01-01 --to 2026-01-07 /weekly-summary --output page # Create Page note instead of just outputting ``` ## Instructions This skill uses **5 parallel sub-agents** to gather data concurrently from different vault areas, then synthesizes a comprehensi