AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Search and Replace Project Content

skill-walterhu1015-mmskills-vscode-search-and-replace-project-content · by walterhu1015

Search for the requested text through VS Code's search UI or find widget, then replace only the intended value and verify the post-replacement state rather than stopping at an open search panel. Use this when the search surface itself matters: search panel, results tree, find widget, and replace verification. Do not collapse these flows into generic editor editing.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-walterhu1015-mmskills-vscode-search-and-replace-project-content

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-walterhu1015-mmskills-vscode-search-and-replace-project-content)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Search and Replace Project Content? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Search and Replace Project Content

Search for the requested text through VS Code's search UI or find widget, then replace only the intended value and verify the post-replacement state rather than stopping at an open search panel. Use this when the search surface itself matters: search panel, results tree, find widget, and replace verification. Do not collapse these flows into generic editor editing.

When This Skill Applies

  • The task is fundamentally about locating text before editing it.
  • The user asks for a find-and-replace operation or for project search results to be inspected.

Visual State Card Usage

  • runtime_state_cards.json is the compact runtime set for agent execution.
  • state_cards.json is the audit version with fuller transfer limits, bundle reasoning, and evidence lineage.
  • Red boxes mark interaction targets. Green boxes mark state or verification cues.
  • Boxes are never reusable coordinates; match by UI structure, labels, and nearby context.

Procedure

  1. Inspect workspace search results before editing.

Use this branch when The task depends on project-wide matches or search navigation. Key states: search_panel_ready, search_results_tree_visible. Verify the persistent result before stopping.

  1. Replace the requested value and verify the final editor state.

Use this branch when The task is a direct find-and-replace operation. Key states: find_widget_populated, matched_value_ready_for_overwrite, replacement_saved_in_editor. Verify the persistent result before stopping.

Common Failure Modes

  • Stopping after opening the search panel without confirming the correct matches.
  • Failing to verify the final edited state after the replace action.
  • Stopping after opening the Search view without verifying a changed value in the editor or results tree.

Transfer Limits

  • Do not copy example coordinates, filenames, workspace names, extension names, or text literals unless the live task explicitly asks for them.
  • Treat the images as state-recognition aids only. Adjust to the live VS Code labels and currently visible controls.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.