一键导入
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