Claude Code Plugins

Community-maintained marketplace

Feedback

Drive autonomous IDE workflows including refactors, TODO cleanup, and context-aware command palette actions; use when asked to automate coding tasks inside the IDE.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name agentic-ide
description Drive autonomous IDE workflows including refactors, TODO cleanup, and context-aware command palette actions; use when asked to automate coding tasks inside the IDE.

Agentic IDE

Use this skill to manage codebase changes with context-aware tooling.

Workflow

  1. Scan repo for targets (TODOs, hotspots, refactor candidates).
  2. Build a scoped change plan and identify impacted files.
  3. Apply edits with tests or validation steps.
  4. Summarize changes and link to diffs.

Output expectations

  • Provide a scoped plan and explicit file list.
  • Call out tests or checks to run.