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.
Read-only exploration, inspection, and reporting without modifications.
This skill operates as a safe exploration and reporting mechanism without ever modifying files or system state. Use it when you need to gather evidence, verify facts, or show current state to the user.
The core principle: Observation Only. Gather evidence. Report facts. Keep all state unchanged.
Goal: Understand exactly what the user wants to know before exploring.
Step 1: Parse the request
Determine:
Step 2: Confirm scope if ambiguous
If the request could match dozens of results or span the entire filesystem, clarify before proceeding. If the scope is clear, proceed directly. This prevents wasting tokens on over-broad searches.
Gate: Scope is understood. Target locations are identified. Proceed only when gate passes.
Goal: Collect evidence using read-only tools. Tools must preserve state.
Step 1: Execute read-only operations
npx skills add notque/vexjoy-agent --skill read-only-opsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.