Skip to main content
Generalmajesticlabs-dev

question

Answer questions about the project structure, documentation, or external topics without coding

Stars
39
Source
majesticlabs-dev/majestic-marketplace
Updated
2026-05-13
Slug
majesticlabs-dev--majestic-marketplace--question
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/majesticlabs-dev/majestic-marketplace/HEAD/plugins/majestic-engineer/skills/question/SKILL.md -o .claude/skills/question.md

Drops the SKILL.md into .claude/skills/question.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Question

Answer the user's question by analyzing relevant sources. This prompt is for information and answers only - no code changes.

Instructions

  • DO NOT write, edit, or create any files
  • Focus on understanding and explaining
  • If the question requires code changes, explain conceptually without implementing

Question Classification

First, classify the question:

Type Examples Research Method
Project-specific "Where is X defined?", "How does Y work in this codebase?" Local files only
External/Docs "How does Claude Code handle X?", "What's the best practice for Y?" Web search first
Mixed "Does this project follow the recommended pattern for X?" Both

Research Steps

For Project-Specific Questions

  1. git ls-files to understand project structure
  2. Grep and Glob to find relevant files
  3. Read to analyze content
  4. Answer based on findings

For External/Documentation Questions

  1. Use WebSearch or Perplexity MCP to find authoritative sources
  2. Use WebFetch to read documentation pages
  3. Synthesize findings with citations

For Mixed Questions

  1. Research external best practices first
  2. Then analyze how the project implements them
  3. Compare and provide recommendations

Response Format

  • Direct answer to the question
  • Supporting evidence (file paths, documentation links)
  • Citations for external sources
  • Conceptual explanations where applicable

Question

$ARGUMENTS