utils:find-claude-plugin-root
CommunityFind Claude plugin roots quickly.
Authoraaronbassett
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill generates a temporary Python resolver to locate a Claude plugin installation directory when the CLAUDE_PLUGIN_ROOT environment variable does not expand in markdown or when plugin paths are not easily discoverable.
Core Features & Use Cases
- Environment-aware plugin path discovery: checks CLAUDE_PLUGIN_ROOT first, then ~/.claude/plugins/installed_plugins.json, with exact and fuzzy matching to identify the correct path.
- Output for automation: prints the absolute plugin path to stdout for direct use in shell scripts.
- Use Case: locate the readme-and-co or other plugin directories to run their scripts or inspect their resources without manual search.
Quick Start
Run the skill to generate the resolver, then resolve a plugin path and execute a script, e.g. PLUGIN_ROOT=$(python3 /tmp/cpr.py <plugin-name>) and then python "$PLUGIN_ROOT/scripts/detect_project_info.py".
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: utils:find-claude-plugin-root Download link: https://github.com/aaronbassett/aaronbassett-marketplace/archive/main.zip#utils-find-claude-plugin-root Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.