.claude/skills/git-expert/SKILL.md
Git domain expert. Knows about: - Status, Switch, Create Branch, Commit, Pull, Push, Log Use when: - User asks about git operations - Context needed before starting work - Reviewing git status - Managing git workflow
npx skillsauth add nathanvale/vtm-cli git-expertInstall 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.
Helps you manage your git workflow with smart command suggestions.
/git:status - Get the current git status/git:switch - Switch branches/git:create-branch - Create a new branch/git:commit - Make a commit with special instructions/git:pull - Pull changes/git:push - Push changes/git:log - View history/what's been doneWhen you mention things like:
/git:status/git:switch/git:create-branch/git:commit/git:pull/git:push/git:log/git:status to see current state/git:logEdit the trigger phrases in the frontmatter above to match your vocabulary. Keep the skill description updated as you evolve the domain.
Works seamlessly with other Claude Code domains:
/git:operationStart a feature:
/git:status # Check current state
/git:create-branch feature/x # Create new branch
Commit and push:
/git:status # Review changes
/git:commit "message" # Create commit
/git:push origin branch-name # Push to remote
Update your branch:
/git:pull origin main # Get latest main
# Resolve conflicts if needed
/git:push origin branch-name # Push your work
Review history:
/git:log --oneline 10 # Recent commits
/git:log --graph --oneline # Branch structure
data-ai
Virtual Task Manager domain expert. Knows about: - Next, Context, Task, Start, Complete, Stats, List operations Use when: - User asks about task management operations - Context needed before starting work - Reviewing task status - Managing task workflow
tools
Planning and architecture decision domain expert. Knows about: - Creating ADRs (Architecture Decision Records) - Creating technical specifications - Listing and discovering planning artifacts - Transforming plans into executable VTM tasks - Integrating with research tools (thinking-partner) Use when: - User wants to document an architectural decision - User needs to create a technical specification - User wants to explore or list existing ADRs/specs - User is ready to convert planning docs into tasks - User needs research before making a decision
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.