一键导入
existing-project
Use when adding project structure and rules to an existing codebase that has no CLAUDE.md or AGENTS.md
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when adding project structure and rules to an existing codebase that has no CLAUDE.md or AGENTS.md
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when explaining unfamiliar concepts, architectures, bugs, or implementation patterns. Focus on mental models, why the pattern exists, and transfer to other contexts instead of surface-level code explanation.
Write responses in a thoughtful, technically confident, collaborative engineering tone suitable for GitHub, Discord, OSS discussions, reviews, chats, and maintainer conversations.
Use when the user wants to understand existing code — what it does, why it exists, and how to recall it later. Not for teaching during implementation (use mentor-mode). Use when the user asks "what does this file do", "explain this code", or points at code they don't understand.
Use when wanting minimal project rules without design docs or implementation plans — just CLAUDE.md and AGENTS.md
Use when starting a brand new project from scratch and needing project structure, rules, and documentation files generated
| name | existing-project |
| description | Use when adding project structure and rules to an existing codebase that has no CLAUDE.md or AGENTS.md |
Audits an existing codebase and scaffolds CLAUDE.md, AGENTS.md, and docs/plan.md.
Read the codebase before writing anything:
Confirm with the user:
Based on audit, not guessing. Keep under 80 lines.
Must include:
@AGENTS.md — import for all coding conventionsConventions based on patterns found in the codebase. Keep under 100 lines.
Must include: