npx claudepluginhub joysusy/violet-plugin-place --plugin violet-skilltag-automation# Authors: Joysusy & Violet Klaudia ๐ name: skilltag-load description: Interactive tag-based skill selector. Browse skill tags by priority and batch-load skills from selected tags. --- # Interactive Skill Tag Loader This command provides an interactive tag selection experience for loading skills beyond the core set. ## Instructions ### Step 1: Read Tag Registry Read the `skill-tags.json` file from the violet-skilltag-automation plugin directory to get all available tags. ### Step 2: Present Tags by Priority Group tags by priority tier and present them to Susy as a numbered selection...
This command provides an interactive tag selection experience for loading skills beyond the core set.
Read the skill-tags.json file from the violet-skilltag-automation plugin directory to get all available tags.
Group tags by priority tier and present them to Susy as a numbered selection list:
๐ท๏ธ AVAILABLE SKILL TAGS:
โญ S-Tier (Critical):
1. review โ Code review, audit, quality checks
2. test โ TDD, unit tests, e2e, coverage
3. dev โ Build, create, implement
4. frontend โ React, UI/UX, CSS, components
5. backend โ API, server, database, endpoints
6. rust โ Cargo, tokio, pyo3, FFI
7. python โ pip, pandas, fastapi, django
8. java โ JVM, Spring, Maven
9. security โ Auth, encryption, vulnerabilities
10. memory โ Context, recall, persistence
โจ A-Tier (Important):
11. debug โ Fix, troubleshoot, error resolution
12. refactor โ Clean, optimize, simplify
13. javascript โ Node, TypeScript, npm
14. plan โ Architecture, strategy, roadmap
15. agent โ MCP, subagents, orchestration
16. performance โ Optimize, benchmark, profiling
17. database โ SQL, Postgres, schema design
18. search โ Vector, RAG, semantic search
19. research โ Investigate, analyze, explore
๐ซ B-Tier (Optional):
20. commit โ Git, PR, merge
21. docs โ Documentation, README, comments
22. devops โ CI/CD, Docker, Kubernetes
23. skill โ Skill creation and development
24. visualization โ Diagrams, charts, graphs
Use the AskUserQuestion tool with multiSelect: true to let Susy pick tags. Group the options by tier.
Example question: "Which skill tags do you want to load?"
Provide options from the tag list above. Include a "Load ALL S-Tier" convenience option.
From the selected tags:
skill-tags.json.Invoke each skill using the Skill tool, one by one.
Report progress:
๐ฎ LOADING SKILLS FROM SELECTED TAGS:
Tags selected: [tag1], [tag2], [tag3]
Skills to load: [count] (deduplicated)
Loading...
โ
skill-name-1
โ
skill-name-2
...
All [count] skills loaded successfully.
/coreskill are NOT duplicated here โ skip them if already loaded.