Agent Skill
2/7/2026

context

Validate and create .context.md files for all directories

B
bobcob7
0GitHub Stars
2Views
npx skills add bobcob7/dot-tools

SKILL.md

Namecontext
DescriptionValidate and create .context.md files for all directories

dot-tools

Personal dotfiles and configuration tools.

Architecture

setup.sh sources helpers and runs modules (zsh, tmux, vim, utils, claude) which sync Claude Code configs (skills, agents, rules, MCP servers) to ~/.claude

Documentation

Terminal Setup

Vim

Configurations

Claude Code (configs/claude/)

User-level Claude Code configuration. Symlink to ~/.claude/:

ln -s /path/to/dot-tools/configs/claude ~/.claude

Contents:

PathDescription
CLAUDE.mdUser preferences and coding style
settings.jsonPermissions and tool allowlists
skills/commit/Guided git commit workflow
skills/review/Code review checklist
skills/explain/Code explanation helper
skills/refactor/Refactoring guide
skills/diagram/Create PlantUML diagrams for documentation
skills/mdview/Render and view markdown in browser
agents/code-reviewer.mdSpecialized code review agent
agents/test-runner.mdTest execution and debugging agent
rules/git-workflow.mdGit conventions
rules/error-handling.mdError handling best practices
rules/testing.mdTesting conventions

Setup

./setup.sh
Skills Info
Original Name:contextAuthor:bobcob7