using-virtuoso
Installation
SKILL.md
Using Virtuoso
Your map and advisor for the code-virtuoso ecosystem. Points to the right skill, the right agent, or the right chaining pattern for the situation at hand. Call this skill whenever you are uncertain which of the dozens of installed skills or agents best fits the task.
Core Principles
| Principle | Meaning |
|---|---|
| Match situation to skill, not topic to skill | Pick the skill whose trigger conditions match what the user is actually doing, not the skill whose title loosely matches the topic. |
| Agents act, skills inform | Skills are reference material. Agents are actors. Delegate work to an agent; consult a skill. |
| Chain when the work crosses domains | Multi-step tasks often require two or three agents in sequence. Know the canonical chains. |
| Prefer the narrower skill | If two skills overlap, pick the one with the tighter trigger match. Narrower advice beats broader advice. |
| Skills stack | Knowledge skills combine freely. A security review can pull from security, solid, and refactoring at once. |