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/veanEdits code via stale-safe backends (LSP, AST codemods, tilth MCP tag-anchored edits) before falling back to native anchored edits. Use when a user requests any code modification.
Executes trivial tasks (typo fixes, config changes, small refactors, simple additions) directly without subagents or planning overhead.
Compares two files side-by-side with structured diff output, change categorization, and semantic analysis.