From vean
Guides code editing within Claude Code, including file modifications, diff reviews, and applying changes efficiently.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vean:editingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
../../.agents/skills/editing/SKILL.md
../../.agents/skills/editing/SKILL.md
npx claudepluginhub tshah-95/veanExecutes trivial tasks (typo fixes, config changes, small refactors, simple additions) directly without subagents or planning overhead.
Review diffs, files, and documents with inline annotations in a TUI overlay. Works with git, hg, and jj repos.
Edits code through stale-safe backends: tilth MCP for anchored block/range edits, LSP for semantic workspace edits, AST rewrites for structural codemods. Use when asked to modify, replace, delete, or insert code.