ask

Purpose: Answer questions about the codebase by orchestrating parallel exploration agents.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ask" with this command: npx skills add vitadynamics/vita-cc-market/vitadynamics-vita-cc-market-ask

Ask Skill

Purpose: Answer questions about the codebase by orchestrating parallel exploration agents.

User Question: "${ARGUMENTS}"

Strategy

Analyze: Determine if the question is simple or complex.

  • Simple (targeted query): Launch 1-3 parallel agents.

  • Complex (broad/architectural): Launch >3 parallel agents.

Orchestrate:

  • Break the question into distinct search angles (e.g., "Find definitions", "Check usage", "Search config", "Check tests").

  • Use the Task tool to launch multiple agents in parallel.

  • Set subagent_type to "Explore" for each task (builtin agent).

  • If Explore agent is unavailable, use subagent_type="general-purpose" as fallback.

  • Include the search directory scope in each agent's prompt (e.g., "Search in /path/to/module for...").

  • Pass specific, distinct instructions to each agent.

Synthesize:

  • Review the findings from all agents.

  • Provide a comprehensive answer to the user's question.

  • Reference specific file paths found.

Execution

Perform the analysis and launch the parallel tasks now.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

hook-creator

No summary provided by upstream source.

Repository SourceNeeds Review
General

heal-skill

No summary provided by upstream source.

Repository SourceNeeds Review
General

medium-plan

No summary provided by upstream source.

Repository SourceNeeds Review
General

review

No summary provided by upstream source.

Repository SourceNeeds Review