用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/RunnerQuan/SAFE-Agent --skill init-config命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Find doctors with Healthgrades - search providers, read reviews, and check credentials
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks.
基于RFM模型和回归算法的客户生命周期价值(LTV)预测分析工具,支持电商和零售业务的客户价值预测。使用时需要客户交易数据、订单历史或消费记录,自动进行RFM特征工程、回归建模和价值预测。
基于 SOC 职业分类
正在显示 SKILL.md
| name | init-config |
| description | Generate $HOME/.claude/CLAUDE.md with AI-driven environment detection and advanced configuration options |
| argument-hint | [] |
| user-invocable | true |
| allowed-tools | ["Read","Write","TodoWrite","AskUserQuestion","WebSearch","Bash(*)"] |
Goal: Understand the user's technology stack by detecting installed languages, tools, and package managers.
Actions:
Goal: Collect developer name and email for personalized configuration.
Actions: Ask for developer name and email using AskUserQuestion with 2 questions:
Question 1: "What is your name?"
{"label": "Skip name", "description": "Don't include name in configuration"}Question 2: "What is your email address?"
{"label": "Skip email", "description": "Don't include email in configuration"}Important: Only provide the "Skip" option. The "Other" option is automatically provided for direct text input.
Goal: Determine if Test-Driven Development requirements should be included in the configuration.
Actions: Ask if TDD should be included using AskUserQuestion:
{"label": "Include TDD (Recommended)", "description": "Add mandatory TDD workflow"}{"label": "Exclude TDD", "description": "Generate without TDD requirements"}Store the user's choice (true/false) for use in Phase 7.
Goal: Select technology stacks and preferred package managers for each language.
Actions:
Select Technology Stacks
multiSelect: trueSelect Package Managers (if multiple detected for selected languages)
Goal: Optionally search for and append latest 2026 best practices for selected technologies.
Actions: Ask if web search should be performed using AskUserQuestion:
{"label": "Search and append (Recommended)", "description": "Find 2026 best practices"}{"label": "Skip search", "description": "Use only base template"}If enabled, search and extract 2-3 key sentences for each technology:
Goal: Determine emoji usage preference for the generated configuration.
Actions: Ask emoji preference using AskUserQuestion:
{"label": "No Emojis (Recommended)", "description": "Professional, text-only formatting"}{"label": "Use Emojis", "description": "Add visual indicators using emojis"}Goal: Assemble final configuration content from template fragments, developer profile, and technology sections.
Actions:
Assemble template using script:
${CLAUDE_PLUGIN_ROOT}/scripts/assemble-template.sh "${CLAUDE_PLUGIN_ROOT}/assets/claude-template-no-tdd.md" "<tdd_choice>" "<temp_output_file>" "${CLAUDE_PLUGIN_ROOT}"<tdd_choice> is "true" if TDD was selected in Phase 3, "false" otherwisePrepare Developer Profile Section
## Developer Profile
- **Name**: [User's Name or "Developer"]
- **Email**: [User's Email or omit if skipped]
Generate Tech Stack Sections
Assemble Final Content
Goal: Validate that the generated configuration meets optimal length requirements (1,500-3,000 words).
Actions:
Validate content length
${CLAUDE_PLUGIN_ROOT}/scripts/validate-length.shHandle results:
Goal: Write the final configuration to the user's home directory with comprehensive summary reporting.
Actions:
Write final file to $HOME/.claude/CLAUDE.md
$HOME/.claude/CLAUDE.md exists$HOME/.claude/CLAUDE.md.bak if needed$HOME/.claude/ exists$HOME/.claude/CLAUDE.mdReport summary
$HOME/.claude/CLAUDE.md