AI SummaryThis skill helps developers discover and understand all installed plugins by displaying their triggers, commands, and available agents in one place. It's essential for users working with Claude Code who need to explore plugin capabilities without manual searching.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Installed Plugins" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (11 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/plugins.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/audit-command.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/audit-command.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/audit-skill.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/audit-skill.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/build-command.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/build-command.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/check-skill.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/check-skill.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/cookbook.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/cookbook.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/coordinate.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/coordinate.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/debug-plugin.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/debug-plugin.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/fix-faults.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/fix-faults.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/pub-ws.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/pub-ws.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/release.md "https://raw.githubusercontent.com/rayk/lucid-toolkit/main/.claude/commands/release.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Show installed plugins, their triggers, and available commands/agents
Usage Examples
` /consider "Should we use Redux or Context for state?" Task(analyst:research): "Find best practices for React state management" Task(architect:architecture-reviewer): "Review the current system design" ` </output_format>
{Plugin Name} (v{version})
Trigger phrases: {extracted trigger keywords} Commands: • /{command} - {brief description} Skills: • {skill-name} - {when to use} Agents: • {agent-name} - {when to use} --- [Repeat for each plugin]
Quick Reference
| Trigger Phrase | Plugin | Component | |---------------|--------|-----------| | "research", "investigate" | analyst | research agent | | "consider", "analyze" | analyst | consider skill | | "architect review" | architect | architecture-reviewer | | "build failed" | impl-flutter | flutter-env | | "execute plan" | plan | execution-prompt-generator |
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster