Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Interactive guide to workflow system: agents, skills, routing, execution patterns.
This skill operates as an educational guide for repository workflows. It answers questions about how the agent/skill/routing architecture works, what tools and components are available, and when to use each workflow phase (brainstorm, plan, execute). The skill prioritizes accuracy over speed by reading actual SKILL.md and agent files rather than relying on memory.
Goal: Determine exactly what the user wants to know about.
Parse the user's topic and $ARGUMENTS. Common categories:
brainstorm / plan / execute - Workflow phasesskills / agents / hooks - Component typesrouting / do - How routing workssubagent - Subagent-driven executionConstraint (Over-Engineering Prevention): Answer only what was asked. Do not dump the entire system architecture when the user asks about one skill. Scope your response to the question asked, then offer to explain related concepts.
Gate: Topic identified. Proceed only when you know what to explain.
npx skills add notque/vexjoy-agent --skill workflow-helpHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.