syntax

Community

Edit code by function name, not text matching.

AuthorTechnikhighknee
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Edits are applied by symbol name, not brittle text matches, preventing accidental replacements.

Core Features & Use Cases

  • Symbol-based edits: edit_symbol, rename_symbol, move_symbol with safe references.
  • Cross-file edits: atomically apply multiple symbol changes.
  • Use Case: Rename a function across the codebase without breaking imports.

Quick Start

list_symbols({ file_path: 'src/utils.ts' })

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: syntax
Download link: https://github.com/Technikhighknee/agent-workbench/archive/main.zip#syntax

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository