Execute a small batch of conditional actions only after verifying they are safe and unused.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill action --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Action?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-action-claude-skill-registry)More formats (shields.io, HTML) on the badges page.
---
name: action
description: Execute a small batch of conditional actions only after verifying they are safe and unused.
---
## Intent
Use for small cleanup actions like removing unused deps.
## Steps
1. Verify each target independently (rg search, import checks).
2. If used, skip with reason.
3. If unused, execute the action safely.
4. Report executed vs skipped.
## Limits
- Max 5 items per batch.
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!