vscode-symbol-tools — community vscode-symbol-tools, Julia_RelaxTime, w5851, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Code Refactoring Agents needing precise symbol management across files. Prefer semantic symbol tools for precise navigation and refactoring. Use vscode_listCodeUsages and vscode_renameSymbol instead of grep-style text search when changing code symbols.

w5851 w5851
[2]
[0]
Updated: 3/9/2026

Quality Score

Top 5%
23
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add w5851/Julia_RelaxTime/vscode-symbol-tools
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The vscode-symbol-tools skill by w5851 is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Code Refactoring Agents needing precise symbol management across files.

Core Value

Empowers agents to precisely refactor code symbols using `vscode_renameSymbol` and `vscode_listCodeUsages`, ensuring accurate renaming and usage location across files with high precision.

Capabilities Granted for vscode-symbol-tools

Renaming functions, variables, classes, methods, or types with accuracy
Locating symbol usages, references, or implementations across multiple files
Refactoring code with high precision, minimizing errors and inconsistencies

! Prerequisites & Limits

  • Requires `vscode_listCodeUsages` and `vscode_renameSymbol` availability
  • Avoids using `grep`/text search for symbol refactors unless symbol tool is unavailable
Project
SKILL.md
988 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Skill: vscode-symbol-tools

When to apply

  • User asks to rename a function, variable, class, method, or type.
  • User asks where a symbol is used, referenced, or implemented.
  • Refactoring needs high precision across files.

Tool policy

  • First choice for usages: vscode_listCodeUsages.
  • First choice for rename: vscode_renameSymbol.
  • Do not use grep/text search for symbol refactors unless the symbol tool is unavailable.

Required workflow

  1. Locate one real occurrence of the symbol in a file.
  2. Use vscode_listCodeUsages to inspect impact before edits.
  3. Use vscode_renameSymbol to apply semantic rename.
  4. Run tests/lint relevant to changed scope when available.

Example requests

  • Use vscode_renameSymbol and rename fib to fibonacci.
  • Use vscode_listCodeUsages to find all references of thermalConductivity.

Notes

  • Symbol tools depend on language server support.
  • If rename cannot be resolved semantically, report why and fall back carefully.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is vscode-symbol-tools?

Perfect for Code Refactoring Agents needing precise symbol management across files. Prefer semantic symbol tools for precise navigation and refactoring. Use vscode_listCodeUsages and vscode_renameSymbol instead of grep-style text search when changing code symbols.

How do I install vscode-symbol-tools?

Run the command: npx killer-skills add w5851/Julia_RelaxTime/vscode-symbol-tools. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for vscode-symbol-tools?

Key use cases include: Renaming functions, variables, classes, methods, or types with accuracy, Locating symbol usages, references, or implementations across multiple files, Refactoring code with high precision, minimizing errors and inconsistencies.

Which IDEs are compatible with vscode-symbol-tools?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for vscode-symbol-tools?

Requires `vscode_listCodeUsages` and `vscode_renameSymbol` availability. Avoids using `grep`/text search for symbol refactors unless symbol tool is unavailable.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add w5851/Julia_RelaxTime/vscode-symbol-tools. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use vscode-symbol-tools immediately in the current project.

Related Skills

Looking for an alternative to vscode-symbol-tools or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design