بنقرة واحدة
question
Answer questions about the project structure, documentation, or external topics without coding
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Answer questions about the project structure, documentation, or external topics without coding
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create distinctive, production-grade frontend interfaces with high design quality. Use when building web components, pages, or applications. Includes framework-specific guidance for Tailwind, React, Vue, and Rails/Hotwire ecosystems.
Skill file structure, naming conventions, directory layout, frontmatter requirements, and invocation control. Use when creating skill files or slash commands to ensure correct format and validation.
Forces adversarial reasoning before committing to decisions. Triggers on architectural choices, approach selection, and planning phases to prevent premature commitment bias.
Verify LLM reasoning using Reverse Chain-of-Thought (RCoT) to detect overlooked conditions.
Autonomous task implementation - research, plan, build, review, fix, ship
Generate a complete favicon set (ICO, PNG variants, apple-touch-icon, web manifest) from a source image and integrate into the project's HTML layout. Use when user asks to generate favicons, set up PWA icons, or add an apple-touch-icon.
| name | question |
| allowed-tools | Bash(git ls-files:*) Read Grep Glob WebSearch WebFetch |
| description | Answer questions about the project structure, documentation, or external topics without coding |
Answer the user's question by analyzing relevant sources. This prompt is for information and answers only - no code changes.
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 |
git ls-files to understand project structureGrep and Glob to find relevant filesRead to analyze contentWebSearch or Perplexity MCP to find authoritative sourcesWebFetch to read documentation pages$ARGUMENTS