Install
$ agentstack add skill-walterhu1015-mmskills-vscode-search-and-replace-project-content ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.jsonis the compact runtime set for agent execution.state_cards.jsonis 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
- 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.
- 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.
- Author: walterhu1015
- Source: walterhu1015/MMSkills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.