Coding & Refactoringmedium risk

remove-feature

Use when the user says `/remove-feature`, or wants to fully remove/rip out/delete/kill a feature, flag, endpoint, or subsystem from a codebase — "remove X", "rip out the Y feature", "we killed Z, clean up the dead code", "delete the old A path". Switches into plan mode, interviews to scope the feature, traces it via git history (the commits/PR that first added it) and a codebase deep dive (call-graph from its entry points), builds a complete removal manifest across every orphan category (code, deps, tests, flags, DB, env, routes, assets, docs, IaC) with a todo for every concrete change/removal, then deletes it in atomic commits with the rest of the app proven still-green. NOT for disabling behind a flag, deprecating with a shim, or fixing a bug — this hard-deletes and leaves no compat layer.

jsolly/agent-skills·skills/remove-feature/SKILL.md
24/ 100Recommendation

Install this skill

Choose your coding agent and copy a project or personal installation command.

Pinned to the indexed commit
Project installation.agents/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a codex -y
Personal installation~/.agents/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a codex -g -y
Manual folder.agents/skills/remove-featureOfficial docs ↗
Project installation.claude/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a claude-code -y
Personal installation~/.claude/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a claude-code -g -y
Manual folder.claude/skills/remove-featureOfficial docs ↗
Project installation.agents/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a github-copilot -y
Personal installation~/.copilot/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a github-copilot -g -y
Manual folder.agents/skills/remove-featureOfficial docs ↗
Project installation.agents/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a cursor -y
Personal installation~/.cursor/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a cursor -g -y
Manual folder.agents/skills/remove-featureOfficial docs ↗
Project installation.agents/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a gemini-cli -y
Personal installation~/.gemini/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/jsolly/agent-skills.git --scope workspace --path skills/remove-feature
Manual folder.agents/skills/remove-featureOfficial docs ↗
⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.
The upstream license is unknown, so Stacklane only displays metadata and a source link.