remove-toolr

Remove toolr-sourced items from the seedr registry by slug.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/twiced-technology-gmbh/seedr --skill remove-toolr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remove-toolr
Source: https://github.com/twiced-technology-gmbh/seedr/tree/main/.claude/skills/remove-toolr
Command: npx skills add https://github.com/twiced-technology-gmbh/seedr --skill remove-toolr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to safely remove items that were sourced from the 'toolr' registry, ensuring that both local files and manifest entries are cleaned up.

Core Features & Use Cases

  • Targeted Removal: Removes specific skills, hooks, agents, or plugins based on their unique slug.
  • Source Verification: Ensures only 'toolr'-sourced items are removed, preventing accidental deletion of community items.
  • Use Case: After deciding a specific 'toolr' plugin is no longer needed, you can use this skill to cleanly uninstall it from your project's registry.

Quick Start

Use the remove-toolr skill to remove the item with the slug 'lint-doctor'.

Frequently Asked Questions about remove-toolr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I uninstall toolr registry items from my project?

To uninstall toolr registry items, you remove them by their unique slug. The process verifies the item's sourceType is 'toolr', deletes local files from registry/<type>s/<slug>/, and updates the manifest.

Can I remove community items using the toolr uninstall process?

No, you cannot remove community items using the toolr uninstall process. Source verification ensures only items with a 'toolr' sourceType are deleted, preventing accidental removal of community-sourced files.

What happens to the manifest when I remove a toolr-sourced skill?

When you remove a toolr-sourced skill, the manifest entry is deleted and the registry/manifest.json file is recompiled. This ensures the registry accurately reflects the remaining items after deletion.

How do I clean up local files for a specific toolr plugin?

You clean up local files for a toolr plugin by providing its slug. The removal process locates the item in registry/manifest.json, prompts for user confirmation, and deletes the local directory at registry/<type>s/<slug>/.

What is the best way to safely remove toolr hooks or agents from the registry?

The best way to safely remove toolr hooks or agents is by deleting them via their specific slug. This targeted removal approach handles both local file deletion and manifest entry cleanup while verifying the source is 'toolr'.