Remove a component from the code base.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add AI-native-Systems-Research/ai-native-storage-certus --skill component-remove --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Component Remove?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ai-native-systems-research-component-remove)More formats (shields.io, HTML) on the badges page.
---
name: component-remove
description: Remove a component from the code base.
argument-hint: "[component-name]"
---
Building the skeleton for component named $0 involves the following steps:
1. Component name is $0. Check the component exists otherwise return an error and stop.
2. Interactively check with the user that they are sure that they want to delete this component. Stop if they do not.
3. Remove directory for the component.
4. Remove corresponding interfaces from the component/interfaces crate except interfaces that are needed by other components.
5. Remove component build from all Cargo.toml files.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.